@@ -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.3 darwin-arm64 node-v20.3.1
23
+ @contentstack/apps-cli/1.0.4 darwin-arm64 node-v20.10.0
24
24
$ csdx --help [COMMAND]
25
25
USAGE
26
26
$ csdx COMMAND
@@ -30,13 +30,41 @@ USAGE
30
30
31
31
# Commands
32
32
<!-- commands -->
33
+ * [ ` csdx app ` ] ( #csdx-app )
33
34
* [ ` csdx app:create ` ] ( #csdx-appcreate )
34
35
* [ ` csdx app:delete ` ] ( #csdx-appdelete )
35
36
* [ ` csdx app:get ` ] ( #csdx-appget )
36
37
* [ ` csdx app:install ` ] ( #csdx-appinstall )
37
38
* [ ` csdx app:uninstall ` ] ( #csdx-appuninstall )
38
39
* [ ` csdx app:update ` ] ( #csdx-appupdate )
39
40
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
+
40
68
## ` csdx app:create `
41
69
42
70
Create a new app in Developer Hub and optionally clone a boilerplate locally.
@@ -66,7 +94,7 @@ EXAMPLES
66
94
$ csdx app:create --name App-3 --app-type organization --org <UID> -d ./boilerplate -c ./external-config.json
67
95
```
68
96
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 ) _
70
98
71
99
## ` csdx app:delete `
72
100
@@ -91,7 +119,7 @@ EXAMPLES
91
119
$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
92
120
```
93
121
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 ) _
95
123
96
124
## ` csdx app:get `
97
125
@@ -121,7 +149,7 @@ EXAMPLES
121
149
$ csdx app:get --org <value> --app-uid <value> --app-type organization
122
150
```
123
151
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 ) _
125
153
126
154
## ` csdx app:install `
127
155
@@ -147,7 +175,7 @@ EXAMPLES
147
175
$ csdx app:install --org <UID> --app-uid <APP-UID-1> --stack-api-key <STACK-API-KEY-1>
148
176
```
149
177
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 ) _
151
179
152
180
## ` csdx app:uninstall `
153
181
@@ -174,7 +202,7 @@ EXAMPLES
174
202
$ csdx app:uninstall --org <UID> --app-uid <APP-UID-1> --installation-uid <INSTALLATION-UID-1>
175
203
```
176
204
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 ) _
178
206
179
207
## ` csdx app:update `
180
208
@@ -197,5 +225,5 @@ EXAMPLES
197
225
$ csdx app:update --app-manifest ./boilerplate/manifest.json
198
226
```
199
227
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 ) _
201
229
<!-- commandsstop -->
0 commit comments