Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 9704c69

Browse files
committed
backup
1 parent 04f6825 commit 9704c69

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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

99
Run the following command in a Terminal or Command Prompt to globally install the latest version of Contentstack CLI on your system:
1010

bin/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
7676
console.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

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

0 commit comments

Comments
 (0)