@@ -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.0 darwin-arm64 node-v18.16 .0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
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.
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
0 commit comments