@@ -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.5 darwin-arm64 node-v20.10.0
23
+ @contentstack/apps-cli/1.0.7 darwin-arm64 node-v20.10.0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -63,23 +63,23 @@ EXAMPLES
63
63
$ csdx app:uninstall
64
64
```
65
65
66
- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/index.ts ) _
66
+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/index.ts ) _
67
67
68
68
## ` csdx app:create `
69
69
70
70
Create a new app in Developer Hub and optionally clone a boilerplate locally.
71
71
72
72
```
73
73
USAGE
74
- $ csdx app:create [--org <value>] [- n <value>] [--app-type stack|organization] [-c <value>] [-d <value>]
74
+ $ csdx app:create [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>] [--org <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
- -n, --name=<value> Name of the app to be created
80
- --app-type=<option> [default: stack] Type of App
79
+ -n, --name=<value> [default: app-boilerplate] Name of the app to be created
80
+ --app-type=<option> [default: stack] Type of app
81
81
<options: stack|organization>
82
- --org=<value> Provide the organization UID
82
+ --org=<value> Provide the organization UID where the app is to be created.
83
83
84
84
DESCRIPTION
85
85
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -94,19 +94,19 @@ EXAMPLES
94
94
$ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
95
95
```
96
96
97
- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/create.ts ) _
97
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/create.ts ) _
98
98
99
99
## ` csdx app:delete `
100
100
101
101
Delete app from marketplace
102
102
103
103
```
104
104
USAGE
105
- $ csdx app:delete [--org <value>] [--app-uid <value>]
105
+ $ csdx app:delete [--app-uid <value>] [--org <value>]
106
106
107
107
FLAGS
108
- --app-uid=<value> Provide the app UID
109
- --org=<value> Provide the organization UID
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
110
110
111
111
DESCRIPTION
112
112
Delete app from marketplace
@@ -119,22 +119,22 @@ EXAMPLES
119
119
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
120
120
```
121
121
122
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/delete.ts ) _
122
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/delete.ts ) _
123
123
124
124
## ` csdx app:get `
125
125
126
126
Get details of an app in developer hub
127
127
128
128
```
129
129
USAGE
130
- $ csdx app:get [--org <value>] [-- app-uid <value>] [--app-type stack|organization] [-d <value>]
130
+ $ csdx app:get [--app-uid <value>] [--app-type stack|organization] [-d <value>] [--org <value>]
131
131
132
132
FLAGS
133
133
-d, --data-dir=<value> Current working directory.
134
- --app-type=<option> [default: stack] Type of App
134
+ --app-type=<option> [default: stack] Type of app
135
135
<options: stack|organization>
136
- --app-uid=<value> Provide the app UID
137
- --org=<value> Provide the organization UID
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.
138
138
139
139
DESCRIPTION
140
140
Get details of an app in developer hub
@@ -149,19 +149,20 @@ EXAMPLES
149
149
$ csdx app:get --org <value> --app-uid <value> --app-type organization
150
150
```
151
151
152
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/get.ts ) _
152
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/get.ts ) _
153
153
154
154
## ` csdx app:install `
155
155
156
156
Install an app from the marketplace
157
157
158
158
```
159
159
USAGE
160
- $ csdx app:install [--org <value>] [--app-uid <value>] [--stack-api-key <value>]
160
+ $ csdx app:install [--app-uid <value>] [--stack-api-key <value>] [--org <value>]
161
161
162
162
FLAGS
163
- --app-uid=<value> Provide the app UID
164
- --org=<value> Provide the organization UID
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.
165
166
--stack-api-key=<value> API key of the stack where the app is to be installed.
166
167
167
168
DESCRIPTION
@@ -175,20 +176,21 @@ EXAMPLES
175
176
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
176
177
```
177
178
178
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/install.ts ) _
179
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/install.ts ) _
179
180
180
181
## ` csdx app:uninstall `
181
182
182
183
Uninstall an app
183
184
184
185
```
185
186
USAGE
186
- $ csdx app:uninstall [--org <value>] [-- app-uid <value>] [--installation-uid <value>] [--uninstall-all]
187
+ $ csdx app:uninstall [--app-uid <value>] [--installation-uid <value>] [--uninstall-all] [--org <value> ]
187
188
188
189
FLAGS
189
- --app-uid=<value> Provide the app UID
190
+ --app-uid=<value> Provide the Aapp UID of an existing app to be uninstalled.
190
191
--installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
191
- --org=<value> Provide the organization UID
192
+ --org=<value> Provide the organization UID where the app details are to be fetched from to uninstall the
193
+ app.
192
194
--uninstall-all Please select stacks from where the app must be uninstalled.
193
195
194
196
DESCRIPTION
@@ -202,19 +204,19 @@ EXAMPLES
202
204
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
203
205
```
204
206
205
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/uninstall.ts ) _
207
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/uninstall.ts ) _
206
208
207
209
## ` csdx app:update `
208
210
209
211
Update the existing app in developer hub
210
212
211
213
```
212
214
USAGE
213
- $ csdx app:update [--org <value>] [--app-manifest <value>]
215
+ $ csdx app:update [--app-manifest <value>] [--org <value>]
214
216
215
217
FLAGS
216
218
--app-manifest=<value> Path to the app manifest.json file:
217
- --org=<value> Provide the organization UID
219
+ --org=<value> Provide the organization UID where the app details are to be fetched from.
218
220
219
221
DESCRIPTION
220
222
Update the existing app in developer hub
@@ -225,5 +227,5 @@ EXAMPLES
225
227
$ csdx app:update --app-manifest ./boilerplate/manifest.json
226
228
```
227
229
228
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/update.ts ) _
230
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/update.ts ) _
229
231
<!-- commandsstop -->
0 commit comments