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
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.
19
19
20
-
```
20
+
```bash
21
21
22
22
**
23
23
***
24
24
****
25
-
***** **
26
-
**** *** Contentstack!
27
-
*** ****
25
+
*******
26
+
******* Contentstack!
27
+
*******
28
28
*******
29
29
****
30
30
***
31
31
**
32
-
32
+
33
33
Note: This version of Contentstack CLI can be used only for V3 stacks. Use CLI version 1.x, for V2 stacks.
Copy file name to clipboardExpand all lines: bin/index.js
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -154,35 +154,6 @@ program
154
154
});
155
155
});
156
156
157
-
program
158
-
.command('bulk-sync')
159
-
.option('-e, --env <environment>','Enter the environment of which the content needs to be synchronized',undefined)
160
-
.option('-t, --type [type]','Enter a type of content to include in publishing [content_types/assets/all]',/(content_types|assets|all)/,undefined)
161
-
.option('-l, --lang [language]','Enter the language of which the content needs to be synchronized',undefined)
162
-
.option('-c, --content_types [content_types]','Enter the content types to be included in synchronization (comma(\',\') seperated)',list,undefined)
163
-
.option('-s, --skip_content_types [skip_content_types]','Enter the content types to be excluded from synchronization (comma(\',\') seperated)',list,undefined)
164
-
.option('-d, --datetime [datetime]','Enter start date in ISO String format. Content published after this date will be synchronized (skip for all content)',undefined)
0 commit comments