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: bin/index.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ function optionConversion(options) {
74
74
}
75
75
// printing the Built.io Contentstack Animation
76
76
console.log('\n'+messages+'\x1b[0m\n');
77
-
console.log('\x1b[31m Note: This version of Built.io Contentstack CLI can be used only for V3 stacks. Use CLI version 1.x, for V2 stacks.\x1b[0m\n');
78
77
79
78
program
80
79
.version(pkg.version||"0.1.x");
@@ -130,7 +129,6 @@ program
130
129
program
131
130
.command('sync')
132
131
.option('-e, --env <environment>','Enter the environment of which the content needs to be synchronized',undefined)
133
-
.option('-t, --type [type]','Enter a type of content to include in publishing [content_types/assets/all]',/(content_types|assets|all)/,undefined)
134
132
.option('-l, --lang [language]','Enter the language of which the content needs to be synchronized',undefined)
135
133
.option('-c, --content_types [content_types]','Enter the content types to be included in synchronization (comma(",") seperated)',list,undefined)
136
134
.option('-s, --skip_content_types [skip_content_types]','Enter the content types to be excluded from synchronization (comma(",") seperated)',list,undefined)
@@ -236,7 +234,7 @@ if (program.args.length == 0) {
236
234
,'\nOptions:'
237
235
,' -h, --help output usage information'
238
236
,' -V, --version output the version number'
239
-
,'\nDocumentation can be found at https://contentstackdocs.built.io/'
237
+
,'\nDocumentation can be found at http://contentstackdocs.built.io/'
0 commit comments