@@ -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.3.3 darwin-arm64 node-v18.12.1
23
+ @contentstack/apps-cli/1.3.4 darwin-arm64 node-v22.2.0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -69,7 +69,7 @@ EXAMPLES
69
69
$ csdx app:update
70
70
```
71
71
72
- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/index.ts ) _
72
+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/index.ts ) _
73
73
74
74
## ` csdx app:create `
75
75
@@ -109,7 +109,7 @@ EXAMPLES
109
109
$ csdx app:create --name App-4 --app-type organization --org <UID> --boilerplate <Ecommerce App Boilerplate>
110
110
```
111
111
112
- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/create.ts ) _
112
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/create.ts ) _
113
113
114
114
## ` csdx app:delete `
115
115
@@ -134,23 +134,23 @@ EXAMPLES
134
134
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
135
135
```
136
136
137
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/delete.ts ) _
137
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/delete.ts ) _
138
138
139
139
## ` csdx app:deploy `
140
140
141
141
Deploy an app
142
142
143
143
```
144
144
USAGE
145
- $ csdx app:deploy [--app-uid <value>] [--hosting-type Hosting with Launch|Custom Hosting ] [--app-url <value>]
145
+ $ csdx app:deploy [--app-uid <value>] [--hosting-type hosting- with-launch|custom-hosting ] [--app-url <value>]
146
146
[--launch-project existing|new] [-c <value>] [--org <value>]
147
147
148
148
FLAGS
149
149
-c, --config=<value> [optional] Please enter the path of the config file.
150
150
--app-uid=<value> Provide the app UID of an existing app.
151
151
--app-url=<value> Please enter the URL of the app you want to deploy.
152
152
--hosting-type=<option> Choose a valid Hosting Type.
153
- <options: Hosting with Launch|Custom Hosting >
153
+ <options: hosting- with-launch|custom-hosting >
154
154
--launch-project=<option> Choose a new or an existing Launch project.
155
155
<options: existing|new>
156
156
--org=<value> Provide the organization UID to fetch the app details for the operation.
@@ -163,16 +163,16 @@ EXAMPLES
163
163
164
164
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1>
165
165
166
- $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Custom Hosting > --app-url <https://localhost:3000>
166
+ $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <custom-hosting > --app-url <https://localhost:3000>
167
167
168
- $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch > --launch-project <existing>
168
+ $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <hosting- with-launch > --launch-project <existing>
169
169
170
- $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch > --launch-project <new>
170
+ $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <hosting- with-launch > --launch-project <new>
171
171
172
- $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch > --launch-project <new> --config <config-path>
172
+ $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <hosting- with-launch > --launch-project <new> --config <config-path>
173
173
```
174
174
175
- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/deploy.ts ) _
175
+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/deploy.ts ) _
176
176
177
177
## ` csdx app:get `
178
178
@@ -202,7 +202,7 @@ EXAMPLES
202
202
$ csdx app:get --org <value> --app-uid <value> --app-type organization
203
203
```
204
204
205
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/get.ts ) _
205
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/get.ts ) _
206
206
207
207
## ` csdx app:install `
208
208
@@ -228,7 +228,7 @@ EXAMPLES
228
228
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
229
229
```
230
230
231
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/install.ts ) _
231
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/install.ts ) _
232
232
233
233
## ` csdx app:reinstall `
234
234
@@ -254,7 +254,7 @@ EXAMPLES
254
254
$ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
255
255
```
256
256
257
- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/reinstall.ts ) _
257
+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/reinstall.ts ) _
258
258
259
259
## ` csdx app:uninstall `
260
260
@@ -281,7 +281,7 @@ EXAMPLES
281
281
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
282
282
```
283
283
284
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/uninstall.ts ) _
284
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/uninstall.ts ) _
285
285
286
286
## ` csdx app:update `
287
287
@@ -304,5 +304,5 @@ EXAMPLES
304
304
$ csdx app:update --app-manifest ./boilerplate/manifest.json
305
305
```
306
306
307
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.3 /src/commands/app/update.ts ) _
307
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.3.4 /src/commands/app/update.ts ) _
308
308
<!-- commandsstop -->
0 commit comments