@@ -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-v18.16 .0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -63,7 +63,7 @@ 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
@@ -76,10 +76,10 @@ USAGE
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 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.
@@ -94,7 +94,7 @@ 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
@@ -105,8 +105,8 @@ USAGE
105
105
$ csdx app:delete [--org <value>] [--app-uid <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.
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
@@ -119,7 +119,7 @@ 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
@@ -131,10 +131,10 @@ USAGE
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.
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
@@ -149,7 +149,7 @@ 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
@@ -160,8 +160,8 @@ USAGE
160
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
164
- --org=<value> Provide the organization UID
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.
165
165
--stack-api-key=<value> API key of the stack where the app is to be installed.
166
166
167
167
DESCRIPTION
@@ -175,7 +175,7 @@ EXAMPLES
175
175
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
176
176
```
177
177
178
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/install.ts ) _
178
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/install.ts ) _
179
179
180
180
## ` csdx app:uninstall `
181
181
@@ -186,9 +186,9 @@ USAGE
186
186
$ csdx app:uninstall [--org <value>] [--app-uid <value>] [--installation-uid <value>] [--uninstall-all]
187
187
188
188
FLAGS
189
- --app-uid=<value> Provide the app UID
189
+ --app-uid=<value> Provide the app UID of an existing app.
190
190
--installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
191
- --org=<value> Provide the organization UID
191
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation.
192
192
--uninstall-all Please select stacks from where the app must be uninstalled.
193
193
194
194
DESCRIPTION
@@ -202,7 +202,7 @@ EXAMPLES
202
202
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
203
203
```
204
204
205
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/uninstall.ts ) _
205
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/uninstall.ts ) _
206
206
207
207
## ` csdx app:update `
208
208
@@ -214,7 +214,7 @@ USAGE
214
214
215
215
FLAGS
216
216
--app-manifest=<value> Path to the app manifest.json file:
217
- --org=<value> Provide the organization UID
217
+ --org=<value> Provide the organization UID to fetch the app details for the desired operation.
218
218
219
219
DESCRIPTION
220
220
Update the existing app in developer hub
@@ -225,5 +225,5 @@ EXAMPLES
225
225
$ csdx app:update --app-manifest ./boilerplate/manifest.json
226
226
```
227
227
228
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.5 /src/commands/app/update.ts ) _
228
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.7 /src/commands/app/update.ts ) _
229
229
<!-- commandsstop -->
0 commit comments