File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99Run 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
3535Usage: contentstack [command]
3636
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function optionConversion(options) {
7474}
7575// printing the Built.io Contentstack Animation
7676console . 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
7979program
8080 . version ( pkg . version || "0.1.x" ) ;
You can’t perform that action at this time.
0 commit comments