Skip to content

Commit e008e13

Browse files
committed
updated reademe file
1 parent 99f75d8 commit e008e13

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

README.md

Lines changed: 23 additions & 21 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.1.1 darwin-arm64 node-v18.20.2
23+
@contentstack/apps-cli/1.2.0 darwin-arm64 node-v18.20.2
2424
$ csdx --help [COMMAND]
2525
USAGE
2626
$ csdx COMMAND
@@ -67,7 +67,7 @@ EXAMPLES
6767
$ csdx app:reinstall
6868
```
6969

70-
_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/index.ts)_
70+
_See code: [src/commands/app/index.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/index.ts)_
7171

7272
## `csdx app:create`
7373

@@ -97,7 +97,7 @@ EXAMPLES
9797
$ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
9898
```
9999

100-
_See code: [src/commands/app/create.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/create.ts)_
100+
_See code: [src/commands/app/create.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/create.ts)_
101101

102102
## `csdx app:delete`
103103

@@ -121,25 +121,25 @@ EXAMPLES
121121
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
122122
```
123123

124-
_See code: [src/commands/app/delete.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/delete.ts)_
124+
_See code: [src/commands/app/delete.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/delete.ts)_
125125

126126
## `csdx app:deploy`
127127

128128
Deploy an app
129129

130130
```
131131
USAGE
132-
$ csdx app:deploy [--app-uid <value>] [--hosting-type <value>] [--app-url <value>] [-y] [--launch-project-type
133-
existing-project|new-project] [-c <value>]
132+
$ csdx app:deploy [--app-uid <value>] [--hosting-type <value>] [--app-url <value>] [-y] [--launch-project
133+
existing|new] [-c <value>]
134134
135135
FLAGS
136-
-c, --config=<value> [optional] path of config file
137-
-y, --yes Force disconnect launch project by skipping the confirmation
138-
--app-uid=<value> Provide the app UID of an existing app.
139-
--app-url=<value> App URL
140-
--hosting-type=<value> Hosting Type
141-
--launch-project-type=<option> Launch Project Type
142-
<options: existing-project|new-project>
136+
-c, --config=<value> [optional] path of config file
137+
-y, --yes Force disconnect launch project by skipping the confirmation
138+
--app-uid=<value> Provide the app UID of an existing app.
139+
--app-url=<value> App URL
140+
--hosting-type=<value> Hosting Type
141+
--launch-project=<option> Launch Project
142+
<options: existing|new>
143143
144144
DESCRIPTION
145145
Deploy an app
@@ -151,12 +151,14 @@ EXAMPLES
151151
152152
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Custom Hosting> --app-url <https://localhost:3000>
153153
154-
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project-type <existing-project>
154+
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <existing>
155155
156-
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project-type <existing-project> --config <config-path>
156+
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new>
157+
158+
$ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new> --config <config-path>
157159
```
158160

159-
_See code: [src/commands/app/deploy.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/deploy.ts)_
161+
_See code: [src/commands/app/deploy.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/deploy.ts)_
160162

161163
## `csdx app:get`
162164

@@ -185,7 +187,7 @@ EXAMPLES
185187
$ csdx app:get --org <value> --app-uid <value> --app-type organization
186188
```
187189

188-
_See code: [src/commands/app/get.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/get.ts)_
190+
_See code: [src/commands/app/get.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/get.ts)_
189191

190192
## `csdx app:install`
191193

@@ -210,7 +212,7 @@ EXAMPLES
210212
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
211213
```
212214

213-
_See code: [src/commands/app/install.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/install.ts)_
215+
_See code: [src/commands/app/install.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/install.ts)_
214216

215217
## `csdx app:reinstall`
216218

@@ -235,7 +237,7 @@ EXAMPLES
235237
$ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
236238
```
237239

238-
_See code: [src/commands/app/reinstall.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/reinstall.ts)_
240+
_See code: [src/commands/app/reinstall.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/reinstall.ts)_
239241

240242
## `csdx app:uninstall`
241243

@@ -261,7 +263,7 @@ EXAMPLES
261263
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
262264
```
263265

264-
_See code: [src/commands/app/uninstall.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/uninstall.ts)_
266+
_See code: [src/commands/app/uninstall.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/uninstall.ts)_
265267

266268
## `csdx app:update`
267269

@@ -283,5 +285,5 @@ EXAMPLES
283285
$ csdx app:update --app-manifest ./boilerplate/manifest.json
284286
```
285287

286-
_See code: [src/commands/app/update.ts](https://github.com/contentstack/apps-cli/blob/v1.1.1/src/commands/app/update.ts)_
288+
_See code: [src/commands/app/update.ts](https://github.com/contentstack/apps-cli/blob/v1.2.0/src/commands/app/update.ts)_
287289
<!-- commandsstop -->

0 commit comments

Comments
 (0)