@@ -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.17 .0
23
+ @contentstack/apps-cli/1.1.1 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.1.1 /src/commands/app/index.ts ) _
70
70
71
71
## ` csdx app:create `
72
72
82
82
-n, --name=<value> [default: app-boilerplate] Name of the app to be created
83
83
--app-type=<option> [default: stack] Type of app
84
84
<options: stack|organization>
85
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
85
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
86
86
87
87
DESCRIPTION
88
88
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -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.1.1 /src/commands/app/create.ts ) _
101
101
102
102
## ` csdx app:delete `
103
103
@@ -109,7 +109,7 @@ USAGE
109
109
110
110
FLAGS
111
111
--app-uid=<value> Provide the app UID of an existing app.
112
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
112
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
113
113
114
114
DESCRIPTION
115
115
Delete app from marketplace
@@ -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.1.1 /src/commands/app/delete.ts ) _
126
126
127
127
## ` csdx app:get `
128
128
@@ -137,7 +137,7 @@ FLAGS
137
137
--app-type=<option> [default: stack] Type of app
138
138
<options: stack|organization>
139
139
--app-uid=<value> Provide the app UID of an existing app.
140
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
140
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
141
141
142
142
DESCRIPTION
143
143
Get details of an app in developer hub
@@ -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.1.1 /src/commands/app/get.ts ) _
156
156
157
157
## ` csdx app:install `
158
158
@@ -164,7 +164,7 @@ USAGE
164
164
165
165
FLAGS
166
166
--app-uid=<value> Provide the app UID of an existing app.
167
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
167
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
168
168
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
169
169
170
170
DESCRIPTION
@@ -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.1.1 /src/commands/app/install.ts ) _
182
182
183
183
## ` csdx app:reinstall `
184
184
@@ -190,7 +190,7 @@ USAGE
190
190
191
191
FLAGS
192
192
--app-uid=<value> Provide the app UID of an existing app.
193
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
193
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
194
194
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
195
195
196
196
DESCRIPTION
@@ -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.1.1 /src/commands/app/reinstall.ts ) _
208
208
209
209
## ` csdx app:uninstall `
210
210
@@ -217,7 +217,7 @@ USAGE
217
217
FLAGS
218
218
--app-uid=<value> Provide the app UID of an existing app.
219
219
--installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
220
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
220
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
221
221
--uninstall-all Please select stacks from where the app must be uninstalled.
222
222
223
223
DESCRIPTION
@@ -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.1.1 /src/commands/app/uninstall.ts ) _
235
235
236
236
## ` csdx app:update `
237
237
@@ -243,7 +243,7 @@ USAGE
243
243
244
244
FLAGS
245
245
--app-manifest=<value> Path to the app manifest.json file:
246
- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
246
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
247
247
248
248
DESCRIPTION
249
249
Update the existing app in developer hub
@@ -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.1.1 /src/commands/app/update.ts ) _
258
258
<!-- commandsstop -->
0 commit comments