1- > ** Source of truth:** [ cli-plugins] ( https://github.com/contentstack/cli-plugins ) — ` packages/contentstack-apps-cli ` (v1 line: ` v1-dev ` / ` v1-beta ` )
2- > Migrated from [ contentstack-apps-cli] ( https://github.com/contentstack/contentstack-apps-cli ) . See [ APPS-CLI-MIGRATION.md] ( ../../APPS-CLI-MIGRATION.md ) .
3-
4- <!-- Insert Nodejs CI here -->
5- <!-- Insert Apps CLI version here -->
6-
71# @contentstack/apps-cli
82
93Contentstack lets you develop apps in your organization using the Developer Hub portal. With the Apps CLI plugin, Contentstack CLI allows you to perform the CRUD operations on your app in Developer Hub and then use the app in your organization or stack by installing or uninstalling your app as required.
@@ -23,8 +17,8 @@ This plugin requires you to be authenticated using [csdx auth:login](https://www
2317$ npm install -g @contentstack/apps-cli
2418$ csdx COMMAND
2519running command...
26- $ csdx (--version| -v )
27- @contentstack/apps-cli/1.6.1 darwin-arm64 node-v18.20.2
20+ $ csdx (--version)
21+ @contentstack/apps-cli/1.6.1 darwin-arm64 node-v22.21.1
2822$ csdx --help [COMMAND]
2923USAGE
3024 $ csdx COMMAND
@@ -74,7 +68,7 @@ EXAMPLES
7468 $ csdx app:update
7569```
7670
77- _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/index.ts ) _
71+ _ See code: [ src/commands/app/index.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/index.ts ) _
7872
7973## ` csdx app:create `
8074
@@ -114,7 +108,7 @@ EXAMPLES
114108 $ csdx app:create --name App-4 --app-type organization --org <UID> --boilerplate <Ecommerce App Boilerplate>
115109```
116110
117- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/create.ts ) _
111+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/create.ts ) _
118112
119113## ` csdx app:delete `
120114
@@ -136,10 +130,10 @@ EXAMPLES
136130
137131 $ csdx app:delete --app-uid <value>
138132
139- $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
133+ $ csdx app:delete --app-uid <value> --org <value>
140134```
141135
142- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/delete.ts ) _
136+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/delete.ts ) _
143137
144138## ` csdx app:deploy `
145139
@@ -177,7 +171,7 @@ EXAMPLES
177171 $ csdx app:deploy --org <UID> --app-uid <APP-UID-1> --hosting-type <hosting-with-launch> --launch-project <new> --config <config-path>
178172```
179173
180- _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/deploy.ts ) _
174+ _ See code: [ src/commands/app/deploy.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/deploy.ts ) _
181175
182176## ` csdx app:get `
183177
@@ -207,7 +201,7 @@ EXAMPLES
207201 $ csdx app:get --org <value> --app-uid <value> --app-type organization
208202```
209203
210- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/get.ts ) _
204+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/get.ts ) _
211205
212206## ` csdx app:install `
213207
@@ -233,7 +227,7 @@ EXAMPLES
233227 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
234228```
235229
236- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/install.ts ) _
230+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/install.ts ) _
237231
238232## ` csdx app:reinstall `
239233
@@ -259,7 +253,7 @@ EXAMPLES
259253 $ csdx app:reinstall --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
260254```
261255
262- _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/reinstall.ts ) _
256+ _ See code: [ src/commands/app/reinstall.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/reinstall.ts ) _
263257
264258## ` csdx app:uninstall `
265259
@@ -286,7 +280,7 @@ EXAMPLES
286280 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
287281```
288282
289- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/uninstall.ts ) _
283+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/uninstall.ts ) _
290284
291285## ` csdx app:update `
292286
@@ -297,7 +291,7 @@ USAGE
297291 $ csdx app:update [--org <value>] [--app-manifest <value>]
298292
299293FLAGS
300- --app-manifest=<value> Path to the app manifest.json file:
294+ --app-manifest=<value> Path to the app manifest.json file.
301295 --org=<value> Provide the organization UID to fetch the app details for the operation.
302296
303297DESCRIPTION
@@ -309,5 +303,5 @@ EXAMPLES
309303 $ csdx app:update --app-manifest ./boilerplate/manifest.json
310304```
311305
312- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps- cli/blob/v1.6.1 /src/commands/app/update.ts ) _
306+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/cli-plugins /blob/main/packages/contentstack-apps-cli /src/commands/app/update.ts ) _
313307<!-- commandsstop -->
0 commit comments