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
@@ -74,6 +74,7 @@ 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');
77
78
78
79
program
79
80
.version(pkg.version||"0.1.x");
@@ -129,6 +130,7 @@ program
129
130
program
130
131
.command('sync')
131
132
.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)
132
134
.option('-l, --lang [language]','Enter the language of which the content needs to be synchronized',undefined)
133
135
.option('-c, --content_types [content_types]','Enter the content types to be included in synchronization (comma(",") seperated)',list,undefined)
134
136
.option('-s, --skip_content_types [skip_content_types]','Enter the content types to be excluded from synchronization (comma(",") seperated)',list,undefined)
0 commit comments