@@ -20,7 +20,7 @@ $ npm install -g @contentstack/apps-cli
20
20
$ csdx COMMAND
21
21
running command...
22
22
$ csdx (--version| -v)
23
- @contentstack/apps-cli/1.0.1 darwin-arm64 node-v20.3.1
23
+ @contentstack/apps-cli/1.0.3 darwin-arm64 node-v20.3.1
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
66
66
$ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
67
67
```
68
68
69
- _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/create.ts ) _
69
+ _ See code: [ src/commands/app/create.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/create.ts ) _
70
70
71
71
## ` csdx app:delete `
72
72
@@ -91,7 +91,7 @@ EXAMPLES
91
91
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
92
92
```
93
93
94
- _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/delete.ts ) _
94
+ _ See code: [ src/commands/app/delete.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/delete.ts ) _
95
95
96
96
## ` csdx app:get `
97
97
@@ -121,7 +121,7 @@ EXAMPLES
121
121
$ csdx app:get --org <value> --app-uid <value> --app-type organization
122
122
```
123
123
124
- _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/get.ts ) _
124
+ _ See code: [ src/commands/app/get.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/get.ts ) _
125
125
126
126
## ` csdx app:install `
127
127
@@ -147,7 +147,7 @@ EXAMPLES
147
147
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
148
148
```
149
149
150
- _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/install.ts ) _
150
+ _ See code: [ src/commands/app/install.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/install.ts ) _
151
151
152
152
## ` csdx app:uninstall `
153
153
@@ -174,7 +174,7 @@ EXAMPLES
174
174
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
175
175
```
176
176
177
- _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/uninstall.ts ) _
177
+ _ See code: [ src/commands/app/uninstall.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/uninstall.ts ) _
178
178
179
179
## ` csdx app:update `
180
180
@@ -197,5 +197,5 @@ EXAMPLES
197
197
$ csdx app:update --app-manifest ./boilerplate/manifest.json
198
198
```
199
199
200
- _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.1 /src/commands/app/update.ts ) _
200
+ _ See code: [ src/commands/app/update.ts] ( https://github.com/contentstack/apps-cli/blob/v1.0.3 /src/commands/app/update.ts ) _
201
201
<!-- commandsstop -->
0 commit comments