File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ EXAMPLES
9898
9999 $ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
100100
101- $ csdx app:create --name App-4 --app-type organization --org <UID> -boilerplates <boilerplate-name>
101+ $ csdx app:create --name App-4 --app-type organization --org <UID> -- boilerplates <boilerplate-name>
102102```
103103
104104_ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0/src/commands/app/create.ts ) _
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default class Create extends BaseCommand<typeof Create> {
5252 "$ <%= config.bin %> <%= command.id %> --name App-1 --app-type stack" ,
5353 "$ <%= config.bin %> <%= command.id %> --name App-2 --app-type stack -d ./boilerplate" ,
5454 "$ <%= config.bin %> <%= command.id %> --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json" ,
55- "$ <%= config.bin %> <%= command.id %> --name App-4 --app-type organization --org <UID> -boilerplates <boilerplate-name>" ,
55+ "$ <%= config.bin %> <%= command.id %> --name App-4 --app-type organization --org <UID> -- boilerplates <boilerplate-name>" ,
5656 ] ;
5757
5858 static flags : FlagInput = {
You can’t perform that action at this time.
0 commit comments