@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
20
20
$ csdx COMMAND
21
21
running command...
22
22
$ csdx (--version| -v)
23
- @contentstack/apps-cli/1.2.0 darwin-arm64 node-v18.20.2
23
+ @contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.12.1
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -67,7 +67,7 @@ EXAMPLES
67
67
$ csdx app:reinstall
68
68
```
69
69
70
- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/index.ts ) _
70
+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/index.ts ) _
71
71
72
72
## ` csdx app:create `
73
73
@@ -97,7 +97,7 @@ EXAMPLES
97
97
$ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
98
98
```
99
99
100
- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/create.ts ) _
100
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/create.ts ) _
101
101
102
102
## ` csdx app:delete `
103
103
@@ -121,7 +121,7 @@ EXAMPLES
121
121
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
122
122
```
123
123
124
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/delete.ts ) _
124
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/delete.ts ) _
125
125
126
126
## ` csdx app:deploy `
127
127
@@ -158,7 +158,7 @@ EXAMPLES
158
158
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new> --config <config-path>
159
159
```
160
160
161
- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/deploy.ts ) _
161
+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/deploy.ts ) _
162
162
163
163
## ` csdx app:get `
164
164
@@ -187,7 +187,7 @@ EXAMPLES
187
187
$ csdx app:get --org <value> --app-uid <value> --app-type organization
188
188
```
189
189
190
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/get.ts ) _
190
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/get.ts ) _
191
191
192
192
## ` csdx app:install `
193
193
@@ -212,7 +212,7 @@ EXAMPLES
212
212
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
213
213
```
214
214
215
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/install.ts ) _
215
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/install.ts ) _
216
216
217
217
## ` csdx app:reinstall `
218
218
@@ -237,7 +237,7 @@ EXAMPLES
237
237
$ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
238
238
```
239
239
240
- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/reinstall.ts ) _
240
+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/reinstall.ts ) _
241
241
242
242
## ` csdx app:uninstall `
243
243
@@ -263,7 +263,7 @@ EXAMPLES
263
263
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
264
264
```
265
265
266
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/uninstall.ts ) _
266
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/uninstall.ts ) _
267
267
268
268
## ` csdx app:update `
269
269
@@ -285,5 +285,5 @@ EXAMPLES
285
285
$ csdx app:update --app-manifest ./boilerplate/manifest.json
286
286
```
287
287
288
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.0 /src/commands/app/update.ts ) _
288
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/update.ts ) _
289
289
<!-- commandsstop -->
0 commit comments