@@ -28,7 +28,7 @@ $ npm install -g @contentstack/apps-cli
2828$ csdx COMMAND
2929running command...
3030$ csdx (--version| -v)
31- @contentstack/apps-cli/0 .0.0-alpha-1 darwin-arm64 node-v20.3.1
31+ @contentstack/apps-cli/1 .0.0 darwin-arm64 node-v20.3.1
3232$ csdx --help [COMMAND]
3333USAGE
3434 $ csdx COMMAND
@@ -75,7 +75,7 @@ EXAMPLES
7575 $ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json --yes
7676```
7777
78- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/create.ts ) _
78+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/create.ts ) _
7979
8080## ` csdx app:delete `
8181
@@ -101,7 +101,7 @@ EXAMPLES
101101 $ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
102102```
103103
104- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/delete.ts ) _
104+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/delete.ts ) _
105105
106106## ` csdx app:get `
107107
@@ -132,7 +132,7 @@ EXAMPLES
132132 $ csdx app:get --org <value> --app-uid <value> --app-type organization
133133```
134134
135- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/get.ts ) _
135+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/get.ts ) _
136136
137137## ` csdx app:install `
138138
@@ -159,7 +159,7 @@ EXAMPLES
159159 $ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
160160```
161161
162- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/install.ts ) _
162+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/install.ts ) _
163163
164164## ` csdx app:uninstall `
165165
@@ -186,7 +186,7 @@ EXAMPLES
186186 $ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
187187```
188188
189- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/uninstall.ts ) _
189+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/uninstall.ts ) _
190190
191191## ` csdx app:update `
192192
@@ -217,5 +217,5 @@ EXAMPLES
217217 $ csdx app:update --org <value> --app-uid <value> -d ./boilerplate -c ./external-config.json --yes
218218```
219219
220- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v0 .0.0-alpha-1 /src/commands/app/update.ts ) _
220+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1 .0.0/src/commands/app/update.ts ) _
221221<!-- commandsstop -->
0 commit comments