Skip to content

Commit 54a094b

Browse files
author
ninadhatkar
committed
updates readme file and opening message
1 parent 9117636 commit 54a094b

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
[![Contentstack](https://www.contentstack.com/docs/static/images/contentstack.png)](https://www.contentstack.com/)
22

3-
# Contentstack command line interface(cli).
3+
**Note**: The contentstack-express command-line utility will soon be deprecated. We recommend you to check out our latest [CLI documentation](https://www.contentstack.com/docs/developers/cli) for performing content management activities.
44

5-
## Installation
5+
# contentstack-express Command-line Utility
66

7-
**Note**: The contentstack-express framework CLI will soon be deprecated. However, our new CLI has many utilities that will help you manage your Contentstack account from the command line. Check out our [CLI documentation](https://www.contentstack.com/docs/developers/cli) for more details and get started with using our new CLI.
7+
## Installation
88

9-
**Note**: This version of Contentstack CLI can be used only for v3 stacks. Use cli v1.x, for v2 stacks.
9+
**Note**: This version of command-line utility can be used only for v3 stacks. Use command-line utility v1.x, for v2 stacks.
1010

1111

12-
Run the following command in a Terminal or Command Prompt to globally install the latest version of Contentstack CLI on your system:
12+
Run the following command in terminal or command prompt to globally install the latest version of contentstack-express command-line utility on your system:
1313

1414
```bash
1515
$ npm install -g contentstack-cli
1616
```
1717
*You might need administrator privileges to perform this installation.*
1818

19-
## Commands in CLI
19+
## Commands in contentstack-express command-line utility
20+
21+
The contentstack-express command-line utility offers a useful set of commands to help you achieve the support work for contentstack-express such as publishing, unpublishing, synchronizing the data, connecting existing stacks, and so on.
2022

21-
Contentstack CLI comes with handy commands which helps to achieve the support work for the contentstack-express like publishing, unpublishing, synchronizing the data, connecting existing stacks etc.
23+
Note: These commands are specific to only contentstack-express command-line utility.
2224

2325
```bash
2426

bin/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function optionConversion(options) {
8080

8181
// printing the Contentstack Animation
8282
log(`\n ${messages}\n`);
83-
log(red('Note: ') + yellow('This version of Contentstack cli can be used only for v3 stacks. Use cli v1.x, for v2 stacks.\n'));
83+
log(red('Note: ') + yellow('This version of contentstack-express command-line utility can be used only for V3 stacks. Use CLI version 1.x, for V2 stacks.\n'));
8484

8585
program
8686
.version(pkg.version || '0.1.x');
@@ -219,7 +219,7 @@ program.parse(process.argv);
219219
// show help by default if no args
220220
if (program.args.length == 0) {
221221
var message = [
222-
'Contentstack CLI ' + pkg.version
222+
'contentstack-express Command-line utility ' + pkg.version
223223
, '\nUsage: contentstack [command]'
224224
, '\nCommands available'
225225
, ' connect Connect to an existing stack in Contentstack'
@@ -230,7 +230,7 @@ if (program.args.length == 0) {
230230
, '\nOptions:'
231231
, ' -h, --help output usage information'
232232
, ' -V, --version output the version number'
233-
, '\nDocumentation can be found at https://www.contentstack.com/docs/'
233+
, '\nDocumentation can be found at https://www.contentstack.com/docs/developers/about-web-framework'
234234
].join('\n');
235235
log(magenta(`\n${message}\n`));
236236
process.exit(1);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"async": "2.6.1",
1111
"chalk": "2.4.1",
1212
"commander": "2.9.0",
13+
"debug": "4.1.0",
1314
"lodash": "4.17.11",
1415
"mkdirp": "0.5.1",
1516
"ncp": "2.0.0",
1617
"prompt": "1.0.0",
1718
"request": "2.88.0",
18-
"resolve": "1.8.1",
19-
"debug": "4.1.0"
19+
"resolve": "1.8.1"
2020
},
2121
"description": "Contentstack Command Line Interface - CLI utility.",
2222
"engines": {
@@ -41,7 +41,7 @@
4141
],
4242
"name": "contentstack-cli",
4343
"readme": "./README.md",
44-
"version": "3.1.2",
44+
"version": "3.1.4",
4545
"devDependencies": {
4646
"eslint": "5.9.0"
4747
}

0 commit comments

Comments
 (0)