@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
2020$ csdx COMMAND
2121running command...
2222$ csdx (--version| -v)
23- @contentstack/apps-cli/1.1.0 darwin-arm64 node-v18.17 .0
23+ @contentstack/apps-cli/1.1.1 darwin-arm64 node-v18.16 .0
2424$ csdx --help [COMMAND]
2525USAGE
2626 $ csdx COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
6666 $ csdx app:reinstall
6767```
6868
69- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/index.ts ) _
69+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/index.ts ) _
7070
7171## ` csdx app:create `
7272
8282 -n, --name=<value> [default: app-boilerplate] Name of the app to be created
8383 --app-type=<option> [default: stack] Type of app
8484 <options: stack|organization>
85- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
85+ --org=<value> Provide the organization UID to fetch the app details for the operation.
8686
8787DESCRIPTION
8888 Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -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.0 /src/commands/app/create.ts ) _
100+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/create.ts ) _
101101
102102## ` csdx app:delete `
103103
@@ -109,7 +109,7 @@ USAGE
109109
110110FLAGS
111111 --app-uid=<value> Provide the app UID of an existing app.
112- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
112+ --org=<value> Provide the organization UID to fetch the app details for the operation.
113113
114114DESCRIPTION
115115 Delete app from marketplace
@@ -122,7 +122,7 @@ EXAMPLES
122122 $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
123123```
124124
125- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/delete.ts ) _
125+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/delete.ts ) _
126126
127127## ` csdx app:get `
128128
@@ -137,7 +137,7 @@ FLAGS
137137 --app-type=<option> [default: stack] Type of app
138138 <options: stack|organization>
139139 --app-uid=<value> Provide the app UID of an existing app.
140- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
140+ --org=<value> Provide the organization UID to fetch the app details for the operation.
141141
142142DESCRIPTION
143143 Get details of an app in developer hub
@@ -152,7 +152,7 @@ EXAMPLES
152152 $ csdx app:get --org <value> --app-uid <value> --app-type organization
153153```
154154
155- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/get.ts ) _
155+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/get.ts ) _
156156
157157## ` csdx app:install `
158158
@@ -164,7 +164,7 @@ USAGE
164164
165165FLAGS
166166 --app-uid=<value> Provide the app UID of an existing app.
167- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
167+ --org=<value> Provide the organization UID to fetch the app details for the operation.
168168 --stack-api-key=<value> API key of the stack where the app operation is to be performed.
169169
170170DESCRIPTION
@@ -178,7 +178,7 @@ EXAMPLES
178178 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
179179```
180180
181- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/install.ts ) _
181+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/install.ts ) _
182182
183183## ` csdx app:reinstall `
184184
@@ -190,7 +190,7 @@ USAGE
190190
191191FLAGS
192192 --app-uid=<value> Provide the app UID of an existing app.
193- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
193+ --org=<value> Provide the organization UID to fetch the app details for the operation.
194194 --stack-api-key=<value> API key of the stack where the app operation is to be performed.
195195
196196DESCRIPTION
@@ -204,7 +204,7 @@ EXAMPLES
204204 $ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
205205```
206206
207- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/reinstall.ts ) _
207+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/reinstall.ts ) _
208208
209209## ` csdx app:uninstall `
210210
@@ -217,7 +217,7 @@ USAGE
217217FLAGS
218218 --app-uid=<value> Provide the app UID of an existing app.
219219 --installation-uid=<value> Provide the installation ID of the app that needs to be uninstalled.
220- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
220+ --org=<value> Provide the organization UID to fetch the app details for the operation.
221221 --uninstall-all Please select stacks from where the app must be uninstalled.
222222
223223DESCRIPTION
@@ -231,7 +231,7 @@ EXAMPLES
231231 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
232232```
233233
234- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/uninstall.ts ) _
234+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/uninstall.ts ) _
235235
236236## ` csdx app:update `
237237
@@ -243,7 +243,7 @@ USAGE
243243
244244FLAGS
245245 --app-manifest=<value> Path to the app manifest.json file:
246- --org=<value> Provide the organization UID to fetch the app details for the desired operation.
246+ --org=<value> Provide the organization UID to fetch the app details for the operation.
247247
248248DESCRIPTION
249249 Update the existing app in developer hub
@@ -254,5 +254,5 @@ EXAMPLES
254254 $ csdx app:update --app-manifest ./boilerplate/manifest.json
255255```
256256
257- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.0 /src/commands/app/update.ts ) _
257+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.1.1 /src/commands/app/update.ts ) _
258258<!-- commandsstop -->
0 commit comments