@@ -16,31 +16,34 @@ $ csdx plugins:install @contentstack/apps-cli
1616This plugin requires you to be authenticated using [ csdx auth: login ] ( https://www.contentstack.com/docs/developers/cli/authenticate-with-the-cli/ ) .
1717
1818<!-- usage -->
19+
1920``` sh-session
2021$ npm install -g @contentstack/apps-cli
2122$ csdx COMMAND
2223running command...
2324$ csdx (--version| -v)
24- @contentstack/apps-cli/1.5 .0 darwin-arm64 node-v22.13.1
25+ @contentstack/apps-cli/1.6 .0 darwin-arm64 node-v22.13.1
2526$ csdx --help [COMMAND]
2627USAGE
2728 $ csdx COMMAND
2829...
2930```
31+
3032<!-- usagestop -->
3133
3234# Commands
3335
3436<!-- commands -->
35- * [ ` csdx app ` ] ( #csdx-app )
36- * [ ` csdx app:create ` ] ( #csdx-appcreate )
37- * [ ` csdx app:delete ` ] ( #csdx-appdelete )
38- * [ ` csdx app:deploy ` ] ( #csdx-appdeploy )
39- * [ ` csdx app:get ` ] ( #csdx-appget )
40- * [ ` csdx app:install ` ] ( #csdx-appinstall )
41- * [ ` csdx app:reinstall ` ] ( #csdx-appreinstall )
42- * [ ` csdx app:uninstall ` ] ( #csdx-appuninstall )
43- * [ ` csdx app:update ` ] ( #csdx-appupdate )
37+
38+ - [ ` csdx app ` ] ( #csdx-app )
39+ - [ ` csdx app:create ` ] ( #csdx-appcreate )
40+ - [ ` csdx app:delete ` ] ( #csdx-appdelete )
41+ - [ ` csdx app:deploy ` ] ( #csdx-appdeploy )
42+ - [ ` csdx app:get ` ] ( #csdx-appget )
43+ - [ ` csdx app:install ` ] ( #csdx-appinstall )
44+ - [ ` csdx app:reinstall ` ] ( #csdx-appreinstall )
45+ - [ ` csdx app:uninstall ` ] ( #csdx-appuninstall )
46+ - [ ` csdx app:update ` ] ( #csdx-appupdate )
4447
4548## ` csdx app `
4649
@@ -71,7 +74,7 @@ EXAMPLES
7174 $ csdx app:update
7275```
7376
74- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/index.ts ) _
77+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/index.ts ) _
7578
7679## ` csdx app:create `
7780
@@ -111,7 +114,7 @@ EXAMPLES
111114 $ csdx app:create --name App-4 --app-type organization --org <UID> --boilerplate <Ecommerce App Boilerplate>
112115```
113116
114- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/create.ts ) _
117+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/create.ts ) _
115118
116119## ` csdx app:delete `
117120
@@ -136,7 +139,7 @@ EXAMPLES
136139 $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
137140```
138141
139- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/delete.ts ) _
142+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/delete.ts ) _
140143
141144## ` csdx app:deploy `
142145
@@ -174,7 +177,7 @@ EXAMPLES
174177 $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <hosting-with-launch> --launch-project <new> --config <config-path>
175178```
176179
177- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/deploy.ts ) _
180+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/deploy.ts ) _
178181
179182## ` csdx app:get `
180183
@@ -204,7 +207,7 @@ EXAMPLES
204207 $ csdx app:get --org <value> --app-uid <value> --app-type organization
205208```
206209
207- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/get.ts ) _
210+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/get.ts ) _
208211
209212## ` csdx app:install `
210213
@@ -230,7 +233,7 @@ EXAMPLES
230233 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
231234```
232235
233- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/install.ts ) _
236+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/install.ts ) _
234237
235238## ` csdx app:reinstall `
236239
@@ -256,7 +259,7 @@ EXAMPLES
256259 $ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
257260```
258261
259- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/reinstall.ts ) _
262+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/reinstall.ts ) _
260263
261264## ` csdx app:uninstall `
262265
@@ -283,7 +286,7 @@ EXAMPLES
283286 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
284287```
285288
286- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5 .0/src/commands/app/uninstall.ts ) _
289+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6 .0/src/commands/app/uninstall.ts ) _
287290
288291## ` csdx app:update `
289292
@@ -306,5 +309,6 @@ EXAMPLES
306309 $ csdx app:update --app-manifest ./boilerplate/manifest.json
307310```
308311
309- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.5.0/src/commands/app/update.ts ) _
312+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.6.0/src/commands/app/update.ts ) _
313+
310314<!-- commandsstop -->
0 commit comments