This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Contentstack command line interface(cli).
44
55## Installation
6- ** Note: This version of Contentstack CLI can be used only for v3 stacks.
7- Use cli v1.x, for v2 stacks.**
6+
7+ ** Note ** : This version of Contentstack CLI can be used only for v3 stacks. Use cli v1.x, for v2 stacks.
88
99Run the following command in a Terminal or Command Prompt to globally install the latest version of Contentstack CLI on your system:
1010
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ var messages = [
2222 '\t \x1b[33m**'
2323 , ' \x1b[33m***'
2424 , ' \x1b[33m****'
25- , '\x1b[33m***** \x1b[31m** \x1b[36m.----------------------- .'
26- , ' \x1b[33m**** \x1b[31m*** \x1b[36m| Contentstack! |'
27- , ' \x1b[33m*** \x1b[31m**** \x1b[36m\'----------------------- \''
25+ , '\x1b[33m***** \x1b[31m** \x1b[36m.----------------------.'
26+ , ' \x1b[33m**** \x1b[31m*** \x1b[36m| Contentstack |'
27+ , ' \x1b[33m*** \x1b[31m**** \x1b[36m\'----------------------\''
2828 , ' \x1b[33m** \x1b[31m***** '
2929 , ' \x1b[31m****'
3030 , ' \x1b[31m***'
@@ -74,7 +74,7 @@ function optionConversion(options) {
7474}
7575// printing the Contentstack Animation
7676console . log ( '\n' + messages + '\x1b[0m\n' ) ;
77- console . log ( '\x1b[31m Note: This version of Contentstack cli can be used only for v3 stacks.\nUse cli v1.x, for v2 stacks.\x1b[0m\n' ) ;
77+ console . log ( '\x1b[31m Note: This version of Contentstack cli can be used only for v3 stacks. Use cli v1.x, for v2 stacks.\x1b[0m\n' ) ;
7878
7979program
8080 . version ( pkg . version || "0.1.x" ) ;
You can’t perform that action at this time.
0 commit comments