@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020$ csdx COMMAND
2121running command...
2222$ csdx (--version| -v)
23- @contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.20.2
23+ @contentstack/apps-cli/1.3.0 darwin-arm64 node-v18.16.0
2424$ csdx --help [COMMAND]
2525USAGE
2626 $ csdx COMMAND
@@ -67,22 +67,24 @@ EXAMPLES
6767 $ csdx app:reinstall
6868```
6969
70- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/index.ts ) _
70+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/index.ts ) _
7171
7272## ` csdx app:create `
7373
7474Create a new app in Developer Hub and optionally clone a boilerplate locally.
7575
7676```
7777USAGE
78- $ csdx app:create [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>]
78+ $ csdx app:create [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>] [--boilerplate
79+ <value>]
7980
8081FLAGS
8182 -c, --config=<value> Path of the external config
8283 -d, --data-dir=<value> Current working directory.
8384 -n, --name=<value> [default: app-boilerplate] Name of the app to be created
8485 --app-type=<option> [default: stack] Type of app
8586 <options: stack|organization>
87+ --boilerplate=<value> Choose a boilerplate from search list
8688
8789DESCRIPTION
8890 Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -95,9 +97,11 @@ EXAMPLES
9597 $ csdx app:create --name App-2 --app-type stack -d ./boilerplate
9698
9799 $ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
100+
101+ $ csdx app:create --name App-4 --app-type organization --org <UID> --boilerplates <boilerplate-name>
98102```
99103
100- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/create.ts ) _
104+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/create.ts ) _
101105
102106## ` csdx app:delete `
103107
@@ -121,7 +125,7 @@ EXAMPLES
121125 $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
122126```
123127
124- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/delete.ts ) _
128+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/delete.ts ) _
125129
126130## ` csdx app:deploy `
127131
@@ -158,7 +162,7 @@ EXAMPLES
158162 $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new> --config <config-path>
159163```
160164
161- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/deploy.ts ) _
165+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/deploy.ts ) _
162166
163167## ` csdx app:get `
164168
@@ -187,7 +191,7 @@ EXAMPLES
187191 $ csdx app:get --org <value> --app-uid <value> --app-type organization
188192```
189193
190- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/get.ts ) _
194+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/get.ts ) _
191195
192196## ` csdx app:install `
193197
@@ -212,7 +216,7 @@ EXAMPLES
212216 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
213217```
214218
215- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/install.ts ) _
219+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/install.ts ) _
216220
217221## ` csdx app:reinstall `
218222
@@ -237,7 +241,7 @@ EXAMPLES
237241 $ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
238242```
239243
240- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/reinstall.ts ) _
244+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/reinstall.ts ) _
241245
242246## ` csdx app:uninstall `
243247
@@ -263,7 +267,7 @@ EXAMPLES
263267 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
264268```
265269
266- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/uninstall.ts ) _
270+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/uninstall.ts ) _
267271
268272## ` csdx app:update `
269273
@@ -285,5 +289,5 @@ EXAMPLES
285289 $ csdx app:update --app-manifest ./boilerplate/manifest.json
286290```
287291
288- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/update.ts ) _
292+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/update.ts ) _
289293<!-- commandsstop -->
0 commit comments