@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020$ csdx COMMAND
2121running command...
2222$ csdx (--version| -v)
23- @contentstack/apps-cli/1.2.2 darwin-arm64 node-v18.12.1
23+ @contentstack/apps-cli/1.2.1 darwin-arm64 node-v18.12.1
2424$ csdx --help [COMMAND]
2525USAGE
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.2.2 /src/commands/app/index.ts ) _
70+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /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.2.2 /src/commands/app/create.ts ) _
100+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/create.ts ) _
101101
102102## ` csdx app:delete `
103103
@@ -121,7 +121,7 @@ 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.2.2 /src/commands/app/delete.ts ) _
124+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/delete.ts ) _
125125
126126## ` csdx app:deploy `
127127
@@ -158,7 +158,7 @@ EXAMPLES
158158 $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <Hosting with Launch> --launch-project <new> --config <config-path>
159159```
160160
161- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/deploy.ts ) _
161+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/deploy.ts ) _
162162
163163## ` csdx app:get `
164164
@@ -187,7 +187,7 @@ EXAMPLES
187187 $ csdx app:get --org <value> --app-uid <value> --app-type organization
188188```
189189
190- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/get.ts ) _
190+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/get.ts ) _
191191
192192## ` csdx app:install `
193193
@@ -212,7 +212,7 @@ EXAMPLES
212212 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
213213```
214214
215- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/install.ts ) _
215+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/install.ts ) _
216216
217217## ` csdx app:reinstall `
218218
@@ -237,7 +237,7 @@ EXAMPLES
237237 $ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
238238```
239239
240- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/reinstall.ts ) _
240+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/reinstall.ts ) _
241241
242242## ` csdx app:uninstall `
243243
@@ -263,7 +263,7 @@ EXAMPLES
263263 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
264264```
265265
266- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/uninstall.ts ) _
266+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/uninstall.ts ) _
267267
268268## ` csdx app:update `
269269
@@ -285,5 +285,5 @@ EXAMPLES
285285 $ csdx app:update --app-manifest ./boilerplate/manifest.json
286286```
287287
288- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.2 /src/commands/app/update.ts ) _
288+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.2.1 /src/commands/app/update.ts ) _
289289<!-- commandsstop -->
0 commit comments