@@ -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.1 .0 darwin-arm64 node-v18.16.0
23
+ @contentstack/apps-cli/1.2 .0 darwin-arm64 node-v18.16.0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
66
66
$ csdx app:reinstall
67
67
```
68
68
69
- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/index.ts ) _
69
+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/index.ts ) _
70
70
71
71
## ` csdx app:create `
72
72
@@ -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.1 .0/src/commands/app/create.ts ) _
100
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/create.ts ) _
101
101
102
102
## ` csdx app:delete `
103
103
@@ -122,7 +122,7 @@ EXAMPLES
122
122
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
123
123
```
124
124
125
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/delete.ts ) _
125
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/delete.ts ) _
126
126
127
127
## ` csdx app:get `
128
128
@@ -152,7 +152,7 @@ EXAMPLES
152
152
$ csdx app:get --org <value> --app-uid <value> --app-type organization
153
153
```
154
154
155
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/get.ts ) _
155
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/get.ts ) _
156
156
157
157
## ` csdx app:install `
158
158
@@ -178,7 +178,7 @@ EXAMPLES
178
178
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
179
179
```
180
180
181
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/install.ts ) _
181
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/install.ts ) _
182
182
183
183
## ` csdx app:reinstall `
184
184
@@ -204,7 +204,7 @@ EXAMPLES
204
204
$ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
205
205
```
206
206
207
- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/reinstall.ts ) _
207
+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/reinstall.ts ) _
208
208
209
209
## ` csdx app:uninstall `
210
210
@@ -231,7 +231,7 @@ EXAMPLES
231
231
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
232
232
```
233
233
234
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/uninstall.ts ) _
234
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/uninstall.ts ) _
235
235
236
236
## ` csdx app:update `
237
237
@@ -254,5 +254,5 @@ EXAMPLES
254
254
$ csdx app:update --app-manifest ./boilerplate/manifest.json
255
255
```
256
256
257
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1 .0/src/commands/app/update.ts ) _
257
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2 .0/src/commands/app/update.ts ) _
258
258
<!-- commandsstop -->
0 commit comments