File tree Expand file tree Collapse file tree
contentstack-apps-cli/src/commands/app
contentstack-cli-tsgen/src/commands
contentstack-external-migrate/src/commands/migrate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export default class Create extends BaseCommand<typeof Create> {
6262
6363 static flags : FlagInput = {
6464 name : flags . string ( {
65- char : "n" ,
6665 description : appCreate . NAME_DESCRIPTION ,
6766 } ) ,
6867 "app-type" : flags . string ( {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
4646 }
4747
4848 static flags : FlagInput = {
49- "token- alias" : flags . string ( {
49+ alias : flags . string ( {
5050 char : "a" ,
5151 description : "delivery token alias" ,
5252 hidden : false ,
@@ -115,7 +115,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
115115 try {
116116 const { flags } = await this . parse ( TypeScriptCodeGeneratorCommand ) ;
117117
118- const token = this . getToken ( flags [ "token- alias" ] ) ;
118+ const token = this . getToken ( flags [ "alias" ] ) ;
119119 const prefix = flags . prefix ;
120120 const includeDocumentation = flags . doc ;
121121 const filePath = flags . output ;
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export default class MigrateConvert extends Command {
3232 description : 'Destination master locale code' ,
3333 } ) ,
3434 affix : flags . string ( {
35- char : 'a' ,
3635 description : 'Content-type UID prefix' ,
3736 default : '' ,
3837 } ) ,
You can’t perform that action at this time.
0 commit comments