You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,27 @@ Note: These commands are specific to only contentstack-express command-line util
24
24
25
25
```bash
26
26
27
-
**
27
+
**
28
28
***
29
29
****
30
30
*******
31
-
*******Contentstack!
31
+
******* Contentstack!
32
32
*******
33
33
*******
34
34
****
35
35
***
36
36
**
37
37
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.
39
39
40
-
Contentstack Command Line Interface 3.0.0
40
+
41
+
contentstack-express Command-line utility 3.1.5
41
42
42
43
Usage: contentstack [command]
43
44
44
-
Commands:
45
+
Commands available
45
46
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
47
48
publish Publish content-types/assets/both on specified environment
48
49
unpublish Unpublish content-types/assets/both on specified environment
49
50
plugin create Create the new plugin in the current application
@@ -52,7 +53,7 @@ Options:
52
53
-h, --help output usage information
53
54
-V, --version output the version number
54
55
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
56
57
```
57
58
### Connect
58
59
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.
0 commit comments