@@ -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.3.0 darwin-arm64 node-v18.16.0
23
+ @contentstack/apps-cli/1.3.1 darwin-arm64 node-v18.20.2
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -54,20 +54,22 @@ DESCRIPTION
54
54
EXAMPLES
55
55
$ csdx app:create
56
56
57
- $ csdx app:get
57
+ $ csdx app:delete
58
58
59
- $ csdx app:update
59
+ $ csdx app:deploy
60
60
61
- $ csdx app:delete
61
+ $ csdx app:get
62
62
63
63
$ csdx app:install
64
64
65
+ $ csdx app:reinstall
66
+
65
67
$ csdx app:uninstall
66
68
67
- $ csdx app:reinstall
69
+ $ csdx app:update
68
70
```
69
71
70
- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/index.ts ) _
72
+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/index.ts ) _
71
73
72
74
## ` csdx app:create `
73
75
@@ -76,15 +78,17 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally.
76
78
```
77
79
USAGE
78
80
$ csdx app:create [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>] [--boilerplate
79
- <value>]
81
+ <value>] [--org <value>]
80
82
81
83
FLAGS
82
84
-c, --config=<value> Path of the external config
83
85
-d, --data-dir=<value> Current working directory.
84
86
-n, --name=<value> Name of the app to be created
85
87
--app-type=<option> [default: stack] Type of app
86
88
<options: stack|organization>
87
- --boilerplate=<value> Provide a boilerplate. <options: App Boilerplate|DAM App Boilerplate|Ecommerce App Boilerplate>
89
+ --boilerplate=<value> Provide a boilerplate. <options: App Boilerplate|DAM App Boilerplate|Ecommerce App
90
+ Boilerplate>
91
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
88
92
89
93
DESCRIPTION
90
94
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -105,18 +109,19 @@ EXAMPLES
105
109
$ csdx app:create --name App-4 --app-type organization --org <UID> --boilerplate <Ecommerce App Boilerplate>
106
110
```
107
111
108
- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/create.ts ) _
112
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/create.ts ) _
109
113
110
114
## ` csdx app:delete `
111
115
112
116
Delete app from marketplace
113
117
114
118
```
115
119
USAGE
116
- $ csdx app:delete [--app-uid <value>]
120
+ $ csdx app:delete [--app-uid <value>] [--org <value>]
117
121
118
122
FLAGS
119
123
--app-uid=<value> Provide the app UID of an existing app.
124
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
120
125
121
126
DESCRIPTION
122
127
Delete app from marketplace
@@ -129,7 +134,7 @@ EXAMPLES
129
134
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
130
135
```
131
136
132
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/delete.ts ) _
137
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/delete.ts ) _
133
138
134
139
## ` csdx app:deploy `
135
140
@@ -138,7 +143,7 @@ Deploy an app
138
143
```
139
144
USAGE
140
145
$ csdx app:deploy [--app-uid <value>] [--hosting-type Hosting with Launch|Custom Hosting] [--app-url <value>]
141
- [--launch-project existing|new] [-c <value>]
146
+ [--launch-project existing|new] [-c <value>] [--org <value>]
142
147
143
148
FLAGS
144
149
-c, --config=<value> [optional] Please enter the path of the config file.
@@ -148,6 +153,7 @@ FLAGS
148
153
<options: Hosting with Launch|Custom Hosting>
149
154
--launch-project=<option> Choose a new or an existing Launch project.
150
155
<options: existing|new>
156
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
151
157
152
158
DESCRIPTION
153
159
Deploy an app
@@ -166,21 +172,22 @@ EXAMPLES
166
172
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new> --config <config-path>
167
173
```
168
174
169
- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/deploy.ts ) _
175
+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/deploy.ts ) _
170
176
171
177
## ` csdx app:get `
172
178
173
179
Get details of an app in developer hub
174
180
175
181
```
176
182
USAGE
177
- $ csdx app:get [--app-uid <value>] [--app-type stack|organization] [-d <value>]
183
+ $ csdx app:get [--app-uid <value>] [--app-type stack|organization] [-d <value>] [--org <value>]
178
184
179
185
FLAGS
180
186
-d, --data-dir=<value> Current working directory.
181
187
--app-type=<option> [default: stack] Type of app
182
188
<options: stack|organization>
183
189
--app-uid=<value> Provide the app UID of an existing app.
190
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
184
191
185
192
DESCRIPTION
186
193
Get details of an app in developer hub
@@ -195,18 +202,19 @@ EXAMPLES
195
202
$ csdx app:get --org <value> --app-uid <value> --app-type organization
196
203
```
197
204
198
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/get.ts ) _
205
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/get.ts ) _
199
206
200
207
## ` csdx app:install `
201
208
202
209
Install an app from the marketplace
203
210
204
211
```
205
212
USAGE
206
- $ csdx app:install [--app-uid <value>] [--stack-api-key <value>]
213
+ $ csdx app:install [--app-uid <value>] [--stack-api-key <value>] [--org <value>]
207
214
208
215
FLAGS
209
216
--app-uid=<value> Provide the app UID of an existing app.
217
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
210
218
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
211
219
212
220
DESCRIPTION
@@ -220,18 +228,19 @@ EXAMPLES
220
228
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
221
229
```
222
230
223
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/install.ts ) _
231
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/install.ts ) _
224
232
225
233
## ` csdx app:reinstall `
226
234
227
235
Reinstall an app from the marketplace
228
236
229
237
```
230
238
USAGE
231
- $ csdx app:reinstall [--app-uid <value>] [--stack-api-key <value>]
239
+ $ csdx app:reinstall [--app-uid <value>] [--stack-api-key <value>] [--org <value>]
232
240
233
241
FLAGS
234
242
--app-uid=<value> Provide the app UID of an existing app.
243
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
235
244
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
236
245
237
246
DESCRIPTION
@@ -245,19 +254,20 @@ EXAMPLES
245
254
$ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
246
255
```
247
256
248
- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/reinstall.ts ) _
257
+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/reinstall.ts ) _
249
258
250
259
## ` csdx app:uninstall `
251
260
252
261
Uninstall an app
253
262
254
263
```
255
264
USAGE
256
- $ csdx app:uninstall [--app-uid <value>] [--installation-uid <value>] [--uninstall-all]
265
+ $ csdx app:uninstall [--app-uid <value>] [--installation-uid <value>] [--uninstall-all] [--org <value>]
257
266
258
267
FLAGS
259
268
--app-uid=<value> Provide the app UID of an existing app.
260
269
--installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
270
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
261
271
--uninstall-all Please select stacks from where the app must be uninstalled.
262
272
263
273
DESCRIPTION
@@ -271,18 +281,19 @@ EXAMPLES
271
281
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
272
282
```
273
283
274
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/uninstall.ts ) _
284
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/uninstall.ts ) _
275
285
276
286
## ` csdx app:update `
277
287
278
288
Update the existing app in developer hub
279
289
280
290
```
281
291
USAGE
282
- $ csdx app:update [--app-manifest <value>]
292
+ $ csdx app:update [--app-manifest <value>] [--org <value>]
283
293
284
294
FLAGS
285
295
--app-manifest=<value> Path to the app manifest.json file:
296
+ --org=<value> Provide the organization UID to fetch the app details for the operation.
286
297
287
298
DESCRIPTION
288
299
Update the existing app in developer hub
@@ -293,5 +304,5 @@ EXAMPLES
293
304
$ csdx app:update --app-manifest ./boilerplate/manifest.json
294
305
```
295
306
296
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.0 /src/commands/app/update.ts ) _
307
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.1 /src/commands/app/update.ts ) _
297
308
<!-- commandsstop -->
0 commit comments