Skip to content

Commit b7f231e

Browse files
author
ninadhatkar
committed
Updates message and version
1 parent b73520f commit b7f231e

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,27 @@ Note: These commands are specific to only contentstack-express command-line util
2424

2525
```bash
2626

27-
**
27+
**
2828
***
2929
****
3030
***** **
31-
**** *** Contentstack!
31+
**** *** Contentstack!
3232
*** ****
3333
** *****
3434
****
3535
***
3636
**
3737

38-
Note: This version of Contentstack CLI can be used only for V3 stacks. Use CLI version 1.x, for V2 stacks.
38+
Note: This version of contentstack-express command-line utility can be used only for V3 stacks. Use CLI version 1.x, for V2 stacks.
3939

40-
Contentstack Command Line Interface 3.0.0
40+
41+
contentstack-express Command-line utility 3.1.5
4142

4243
Usage: contentstack [command]
4344

44-
Commands:
45+
Commands available
4546
connect Connect to an existing stack in Contentstack
46-
sync Synchronize all the published content locally
47+
sync Synchronize the previously published entries in the current application
4748
publish Publish content-types/assets/both on specified environment
4849
unpublish Unpublish content-types/assets/both on specified environment
4950
plugin create Create the new plugin in the current application
@@ -52,7 +53,7 @@ Options:
5253
-h, --help output usage information
5354
-V, --version output the version number
5455

55-
Documentation can be found at https://contentstackdocs.built.io/
56+
Documentation can be found at https://www.contentstack.com/docs/developers/about-web-framework
5657
```
5758
### Connect
5859
The connect command is used to connect to a existing stack. Navigate to a location on your computer and create a site development folder using the following command.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"name": "contentstack-cli",
4343
"readme": "./README.md",
44-
"version": "3.1.4",
44+
"version": "3.1.5",
4545
"devDependencies": {
4646
"eslint": "5.9.0"
4747
}

0 commit comments

Comments
 (0)