Skip to content

Commit 0efe419

Browse files
chore: 📝 update readme.md
1 parent 68630e0 commit 0efe419

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020
$ csdx COMMAND
2121
running command...
2222
$ 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
2424
$ csdx --help [COMMAND]
2525
USAGE
2626
$ csdx COMMAND
@@ -71,15 +71,15 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally.
7171

7272
```
7373
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>]
7575
7676
FLAGS
7777
-c, --config=<value> Path of the external config
7878
-d, --data-dir=<value> Current working directory.
7979
-n, --name=<value> [default: app-boilerplate] Name of the app to be created
8080
--app-type=<option> [default: stack] Type of app
8181
<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.
8383
8484
DESCRIPTION
8585
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -102,11 +102,11 @@ Delete app from marketplace
102102

103103
```
104104
USAGE
105-
$ csdx app:delete [--app-uid <value>] [--org <value>]
105+
$ csdx app:delete [--org <value>] [--app-uid <value>]
106106
107107
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.
110110
111111
DESCRIPTION
112112
Delete app from marketplace
@@ -127,14 +127,14 @@ Get details of an app in developer hub
127127

128128
```
129129
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>]
131131
132132
FLAGS
133133
-d, --data-dir=<value> Current working directory.
134134
--app-type=<option> [default: stack] Type of app
135135
<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.
138138
139139
DESCRIPTION
140140
Get details of an app in developer hub
@@ -157,12 +157,11 @@ Install an app from the marketplace
157157

158158
```
159159
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>]
161161
162162
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.
166165
--stack-api-key=<value> API key of the stack where the app is to be installed.
167166
168167
DESCRIPTION
@@ -184,13 +183,12 @@ Uninstall an app
184183

185184
```
186185
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]
188187
189188
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.
191190
--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.
194192
--uninstall-all Please select stacks from where the app must be uninstalled.
195193
196194
DESCRIPTION
@@ -212,11 +210,11 @@ Update the existing app in developer hub
212210

213211
```
214212
USAGE
215-
$ csdx app:update [--app-manifest <value>] [--org <value>]
213+
$ csdx app:update [--org <value>] [--app-manifest <value>]
216214
217215
FLAGS
218216
--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.
220218
221219
DESCRIPTION
222220
Update the existing app in developer hub

0 commit comments

Comments
 (0)