@@ -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.0.7 darwin-arm64 node-v20.10 .0
23
+ @contentstack/apps-cli/1.0.7 darwin-arm64 node-v18.16 .0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -71,15 +71,15 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally.
71
71
72
72
```
73
73
USAGE
74
- $ csdx app:create [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>] [--org <value>]
74
+ $ csdx app:create [--org <value>] [- n <value>] [--app-type stack|organization] [-c <value>] [-d <value>]
75
75
76
76
FLAGS
77
77
-c, --config=<value> Path of the external config
78
78
-d, --data-dir=<value> Current working directory.
79
79
-n, --name=<value> [default: app-boilerplate] Name of the app to be created
80
80
--app-type=<option> [default: stack] Type of app
81
81
<options: stack|organization>
82
- --org=<value> Provide the organization UID where the app is to be created .
82
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation .
83
83
84
84
DESCRIPTION
85
85
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -102,11 +102,11 @@ Delete app from marketplace
102
102
103
103
```
104
104
USAGE
105
- $ csdx app:delete [--app-uid <value>] [--org <value>]
105
+ $ csdx app:delete [--org <value>] [--app-uid <value>]
106
106
107
107
FLAGS
108
- --app-uid=<value> Provide the app UID of an existing app to be deleted .
109
- --org=<value> Provide the organization UID where the app details are to be fetched from, to delete the app
108
+ --app-uid=<value> Provide the app UID of an existing app.
109
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation.
110
110
111
111
DESCRIPTION
112
112
Delete app from marketplace
@@ -127,14 +127,14 @@ Get details of an app in developer hub
127
127
128
128
```
129
129
USAGE
130
- $ csdx app:get [--app-uid <value>] [--app-type stack|organization] [-d <value>] [--org <value>]
130
+ $ csdx app:get [--org <value>] [-- app-uid <value>] [--app-type stack|organization] [-d <value>]
131
131
132
132
FLAGS
133
133
-d, --data-dir=<value> Current working directory.
134
134
--app-type=<option> [default: stack] Type of app
135
135
<options: stack|organization>
136
- --app-uid=<value> Provide the app UID of an existing app to fetch the details .
137
- --org=<value> Provide the organization UID where the app details are to be fetched from .
136
+ --app-uid=<value> Provide the app UID of an existing app.
137
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation .
138
138
139
139
DESCRIPTION
140
140
Get details of an app in developer hub
@@ -157,12 +157,11 @@ Install an app from the marketplace
157
157
158
158
```
159
159
USAGE
160
- $ csdx app:install [--app-uid <value>] [--stack-api-key <value>] [--org <value>]
160
+ $ csdx app:install [--org <value>] [--app-uid <value>] [--stack-api-key <value>]
161
161
162
162
FLAGS
163
- --app-uid=<value> Provide the app UID of an existing app to be installed.
164
- --org=<value> Provide the organization UID where the app details are to be fetched from, to install the
165
- app.
163
+ --app-uid=<value> Provide the app UID of an existing app.
164
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation.
166
165
--stack-api-key=<value> API key of the stack where the app is to be installed.
167
166
168
167
DESCRIPTION
@@ -184,13 +183,12 @@ Uninstall an app
184
183
185
184
```
186
185
USAGE
187
- $ csdx app:uninstall [--app-uid <value>] [--installation-uid <value>] [--uninstall-all] [--org <value> ]
186
+ $ csdx app:uninstall [--org <value>] [-- app-uid <value>] [--installation-uid <value>] [--uninstall-all]
188
187
189
188
FLAGS
190
- --app-uid=<value> Provide the Aapp UID of an existing app to be uninstalled .
189
+ --app-uid=<value> Provide the app UID of an existing app.
191
190
--installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
192
- --org=<value> Provide the organization UID where the app details are to be fetched from to uninstall the
193
- app.
191
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation.
194
192
--uninstall-all Please select stacks from where the app must be uninstalled.
195
193
196
194
DESCRIPTION
@@ -212,11 +210,11 @@ Update the existing app in developer hub
212
210
213
211
```
214
212
USAGE
215
- $ csdx app:update [--app-manifest <value>] [--org <value>]
213
+ $ csdx app:update [--org <value>] [--app-manifest <value>]
216
214
217
215
FLAGS
218
216
--app-manifest=<value> Path to the app manifest.json file:
219
- --org=<value> Provide the organization UID where the app details are to be fetched from .
217
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation .
220
218
221
219
DESCRIPTION
222
220
Update the existing app in developer hub
0 commit comments