Skip to content

Commit ab225bf

Browse files
author
Aamod Pisat
committed
Remove 'publish_details' deprecated query for entry from 1.0.x
remove whitespaces from api_key and access_token added user-agent added note in commands and README.md
1 parent f7e5a45 commit ab225bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Run the following command in a Terminal or Command Prompt to globally install the latest version of Built.io Contentstack CLI on your system:
1010

1111
```bash
12-
$ npm install -g contentstack-cli
12+
$ npm install -g contentstack-cli@1.x
1313
```
1414
*You might need administrator privileges to perform this installation.*
1515

@@ -30,7 +30,7 @@ Built.io Contentstack CLI comes with handy commands which helps to achieve the s
3030
***
3131
**
3232
33-
Built.io Contentstack Command Line Interface 1.0.2
33+
Built.io Contentstack Command Line Interface 1.0.5
3434
3535
Usage: contentstack [command]
3636

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function optionConversion(options) {
7474
}
7575
// printing the Built.io Contentstack Animation
7676
console.log('\n'+messages+'\x1b[0m\n');
77-
console.log('\x1b[31m Note: Please make sure that contentstack-express version 1.0.x is installed.\x1b[0m\n');
77+
console.log('\x1b[31m Note: Please make sure that contentstack-express version 1.x is installed.\x1b[0m\n');
7878

7979
program
8080
.version(pkg.version || "0.1.x");

0 commit comments

Comments
 (0)