Skip to content

Commit cc5d597

Browse files
flag typo update
1 parent f5bf3eb commit cc5d597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)_

src/commands/app/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)