@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020$ csdx COMMAND
2121running command...
2222$ csdx (--version| -v)
23- @contentstack/apps-cli/1.0.3 darwin-arm64 node-v20.3.1
23+ @contentstack/apps-cli/1.0.4 darwin-arm64 node-v20.10.0
2424$ csdx --help [COMMAND]
2525USAGE
2626 $ csdx COMMAND
@@ -30,13 +30,41 @@ USAGE
3030
3131# Commands
3232<!-- commands -->
33+ * [ ` csdx app ` ] ( #csdx-app )
3334* [ ` csdx app:create ` ] ( #csdx-appcreate )
3435* [ ` csdx app:delete ` ] ( #csdx-appdelete )
3536* [ ` csdx app:get ` ] ( #csdx-appget )
3637* [ ` csdx app:install ` ] ( #csdx-appinstall )
3738* [ ` csdx app:uninstall ` ] ( #csdx-appuninstall )
3839* [ ` csdx app:update ` ] ( #csdx-appupdate )
3940
41+ ## ` csdx app `
42+
43+ Apps CLI plugin
44+
45+ ```
46+ USAGE
47+ $ csdx app
48+
49+ DESCRIPTION
50+ Apps CLI plugin
51+
52+ EXAMPLES
53+ $ csdx app:create
54+
55+ $ csdx app:get
56+
57+ $ csdx app:update
58+
59+ $ csdx app:delete
60+
61+ $ csdx app:install
62+
63+ $ csdx app:uninstall
64+ ```
65+
66+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4/src/commands/app/index.ts ) _
67+
4068## ` csdx app:create `
4169
4270Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -66,7 +94,7 @@ EXAMPLES
6694 $ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
6795```
6896
69- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/create.ts ) _
97+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/create.ts ) _
7098
7199## ` csdx app:delete `
72100
@@ -91,7 +119,7 @@ EXAMPLES
91119 $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
92120```
93121
94- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/delete.ts ) _
122+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/delete.ts ) _
95123
96124## ` csdx app:get `
97125
@@ -121,7 +149,7 @@ EXAMPLES
121149 $ csdx app:get --org <value> --app-uid <value> --app-type organization
122150```
123151
124- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/get.ts ) _
152+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/get.ts ) _
125153
126154## ` csdx app:install `
127155
@@ -147,7 +175,7 @@ EXAMPLES
147175 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
148176```
149177
150- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/install.ts ) _
178+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/install.ts ) _
151179
152180## ` csdx app:uninstall `
153181
@@ -174,7 +202,7 @@ EXAMPLES
174202 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
175203```
176204
177- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/uninstall.ts ) _
205+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/uninstall.ts ) _
178206
179207## ` csdx app:update `
180208
@@ -197,5 +225,5 @@ EXAMPLES
197225 $ csdx app:update --app-manifest ./boilerplate/manifest.json
198226```
199227
200- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/update.ts ) _
228+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.4 /src/commands/app/update.ts ) _
201229<!-- commandsstop -->
0 commit comments