@mittwald/cli 1.0.0-alpha.14 → 1.0.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +148 -414
- package/dist/esm/Translator.d.ts +5 -3
- package/dist/esm/Translator.js +4 -6
- package/dist/esm/commands/app/copy.d.ts +17 -0
- package/dist/esm/commands/app/copy.js +39 -0
- package/dist/esm/commands/app/dependency/list.d.ts +18 -0
- package/dist/esm/commands/app/dependency/list.js +27 -0
- package/dist/esm/commands/app/dependency/update.d.ts +20 -0
- package/dist/esm/commands/app/dependency/update.js +104 -0
- package/dist/esm/commands/app/dependency/versions.d.ts +20 -0
- package/dist/esm/commands/app/dependency/versions.js +39 -0
- package/dist/esm/commands/app/get.d.ts +11 -2
- package/dist/esm/commands/app/get.js +19 -5
- package/dist/esm/commands/app/list.d.ts +20 -11
- package/dist/esm/commands/app/list.js +46 -32
- package/dist/esm/commands/app/uninstall.d.ts +9 -0
- package/dist/esm/commands/app/uninstall.js +20 -0
- package/dist/esm/commands/database/redis/create.d.ts +19 -0
- package/dist/esm/commands/database/redis/create.js +83 -0
- package/dist/esm/commands/database/redis/versions.d.ts +3 -1
- package/dist/esm/commands/database/redis/versions.js +11 -0
- package/dist/esm/commands/org/invite/list-own.d.ts +3 -2
- package/dist/esm/commands/org/membership/list-own.d.ts +3 -2
- package/dist/esm/lib/app/flags.d.ts +3 -0
- package/dist/esm/lib/app/flags.js +7 -0
- package/dist/esm/lib/app/hooks.d.ts +11 -0
- package/dist/esm/lib/app/hooks.js +44 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppInstallationDetails.d.ts +8 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppInstallationDetails.js +29 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppInstallationStatus.d.ts +9 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppInstallationStatus.js +12 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppSystemSoftware.d.ts +6 -0
- package/dist/esm/rendering/react/components/AppInstallation/AppSystemSoftware.js +18 -0
- package/package.json +6 -3
- package/dist/esm/commands/app/delete.d.ts +0 -12
- package/dist/esm/commands/app/delete.js +0 -45
- package/dist/esm/commands/app/dependency/getSystemsoftware.d.ts +0 -3
- package/dist/esm/commands/app/dependency/getSystemsoftware.js +0 -6
- package/dist/esm/commands/app/dependency/getSystemsoftwareversion.d.ts +0 -3
- package/dist/esm/commands/app/dependency/getSystemsoftwareversion.js +0 -6
- package/dist/esm/commands/app/dependency/listSystemsoftwares.d.ts +0 -9
- package/dist/esm/commands/app/dependency/listSystemsoftwares.js +0 -6
- package/dist/esm/commands/app/dependency/listSystemsoftwareversions.d.ts +0 -9
- package/dist/esm/commands/app/dependency/listSystemsoftwareversions.js +0 -6
- package/dist/esm/commands/article/get.d.ts +0 -3
- package/dist/esm/commands/article/get.js +0 -6
- package/dist/esm/commands/article/list.d.ts +0 -9
- package/dist/esm/commands/article/list.js +0 -6
- package/dist/esm/commands/contract/getBaseItemOfContract.d.ts +0 -3
- package/dist/esm/commands/contract/getBaseItemOfContract.js +0 -6
- package/dist/esm/commands/contract/getDetailOfContract.d.ts +0 -3
- package/dist/esm/commands/contract/getDetailOfContract.js +0 -6
- package/dist/esm/commands/contract/getDetailOfContractByDomain.d.ts +0 -3
- package/dist/esm/commands/contract/getDetailOfContractByDomain.js +0 -6
- package/dist/esm/commands/contract/getDetailOfContractByProject.d.ts +0 -3
- package/dist/esm/commands/contract/getDetailOfContractByProject.js +0 -6
- package/dist/esm/commands/contract/getDetailOfContractByServer.d.ts +0 -3
- package/dist/esm/commands/contract/getDetailOfContractByServer.js +0 -6
- package/dist/esm/commands/contract/getDetailOfContractItem.d.ts +0 -3
- package/dist/esm/commands/contract/getDetailOfContractItem.js +0 -6
- package/dist/esm/commands/contract/getNextTerminationDateForItem.d.ts +0 -3
- package/dist/esm/commands/contract/getNextTerminationDateForItem.js +0 -6
- package/dist/esm/commands/contract/invoiceDetailOfInvoice.d.ts +0 -3
- package/dist/esm/commands/contract/invoiceDetailOfInvoice.js +0 -6
- package/dist/esm/commands/contract/invoiceGetDetailOfInvoiceSettings.d.ts +0 -3
- package/dist/esm/commands/contract/invoiceGetDetailOfInvoiceSettings.js +0 -6
- package/dist/esm/commands/contract/invoiceListCustomerInvoices.d.ts +0 -9
- package/dist/esm/commands/contract/invoiceListCustomerInvoices.js +0 -6
- package/dist/esm/commands/contract/listContracts.d.ts +0 -9
- package/dist/esm/commands/contract/listContracts.js +0 -6
- package/dist/esm/commands/contract/orderGetOrder.d.ts +0 -3
- package/dist/esm/commands/contract/orderGetOrder.js +0 -6
- package/dist/esm/commands/contract/orderListCustomerOrders.d.ts +0 -9
- package/dist/esm/commands/contract/orderListCustomerOrders.js +0 -6
- package/dist/esm/commands/contract/orderListProjectOrders.d.ts +0 -9
- package/dist/esm/commands/contract/orderListProjectOrders.js +0 -6
- package/dist/esm/generated/app/getApp.d.ts +0 -16
- package/dist/esm/generated/app/getApp.js +0 -25
- package/dist/esm/generated/app/getAppinstallation.d.ts +0 -16
- package/dist/esm/generated/app/getAppinstallation.js +0 -25
- package/dist/esm/generated/app/getAppversion.d.ts +0 -16
- package/dist/esm/generated/app/getAppversion.js +0 -29
- package/dist/esm/generated/app/getSystemsoftware.d.ts +0 -16
- package/dist/esm/generated/app/getSystemsoftware.js +0 -25
- package/dist/esm/generated/app/getSystemsoftwareversion.d.ts +0 -16
- package/dist/esm/generated/app/getSystemsoftwareversion.js +0 -29
- package/dist/esm/generated/app/listAppinstallations.d.ts +0 -13
- package/dist/esm/generated/app/listAppinstallations.js +0 -24
- package/dist/esm/generated/app/listApps.d.ts +0 -13
- package/dist/esm/generated/app/listApps.js +0 -17
- package/dist/esm/generated/app/listAppversions.d.ts +0 -13
- package/dist/esm/generated/app/listAppversions.js +0 -24
- package/dist/esm/generated/app/listSystemsoftwares.d.ts +0 -13
- package/dist/esm/generated/app/listSystemsoftwares.js +0 -17
- package/dist/esm/generated/app/listSystemsoftwareversions.d.ts +0 -13
- package/dist/esm/generated/app/listSystemsoftwareversions.js +0 -24
- package/dist/esm/generated/app/retrieveStatus.d.ts +0 -14
- package/dist/esm/generated/app/retrieveStatus.js +0 -24
- package/dist/esm/generated/article/getArticle.d.ts +0 -16
- package/dist/esm/generated/article/getArticle.js +0 -25
- package/dist/esm/generated/article/listArticles.d.ts +0 -13
- package/dist/esm/generated/article/listArticles.js +0 -17
- package/dist/esm/generated/contract/getBaseItemOfContract.d.ts +0 -14
- package/dist/esm/generated/contract/getBaseItemOfContract.js +0 -24
- package/dist/esm/generated/contract/getDetailOfContract.d.ts +0 -16
- package/dist/esm/generated/contract/getDetailOfContract.js +0 -25
- package/dist/esm/generated/contract/getDetailOfContractByDomain.d.ts +0 -14
- package/dist/esm/generated/contract/getDetailOfContractByDomain.js +0 -24
- package/dist/esm/generated/contract/getDetailOfContractByProject.d.ts +0 -14
- package/dist/esm/generated/contract/getDetailOfContractByProject.js +0 -24
- package/dist/esm/generated/contract/getDetailOfContractByServer.d.ts +0 -14
- package/dist/esm/generated/contract/getDetailOfContractByServer.js +0 -24
- package/dist/esm/generated/contract/getDetailOfContractItem.d.ts +0 -16
- package/dist/esm/generated/contract/getDetailOfContractItem.js +0 -29
- package/dist/esm/generated/contract/getNextTerminationDateForItem.d.ts +0 -15
- package/dist/esm/generated/contract/getNextTerminationDateForItem.js +0 -28
- package/dist/esm/generated/contract/invoiceDetailOfInvoice.d.ts +0 -16
- package/dist/esm/generated/contract/invoiceDetailOfInvoice.js +0 -29
- package/dist/esm/generated/contract/invoiceGetDetailOfInvoiceSettings.d.ts +0 -14
- package/dist/esm/generated/contract/invoiceGetDetailOfInvoiceSettings.js +0 -24
- package/dist/esm/generated/contract/invoiceListCustomerInvoices.d.ts +0 -13
- package/dist/esm/generated/contract/invoiceListCustomerInvoices.js +0 -24
- package/dist/esm/generated/contract/listContracts.d.ts +0 -13
- package/dist/esm/generated/contract/listContracts.js +0 -24
- package/dist/esm/generated/contract/orderGetOrder.d.ts +0 -16
- package/dist/esm/generated/contract/orderGetOrder.js +0 -25
- package/dist/esm/generated/contract/orderListCustomerOrders.d.ts +0 -13
- package/dist/esm/generated/contract/orderListCustomerOrders.js +0 -24
- package/dist/esm/generated/contract/orderListProjectOrders.d.ts +0 -13
- package/dist/esm/generated/contract/orderListProjectOrders.js +0 -24
package/README.md
CHANGED
|
@@ -41,33 +41,17 @@ USAGE
|
|
|
41
41
|
## Commands
|
|
42
42
|
|
|
43
43
|
<!-- commands -->
|
|
44
|
-
* [`mw app
|
|
45
|
-
* [`mw app dependency
|
|
46
|
-
* [`mw app dependency
|
|
47
|
-
* [`mw app dependency
|
|
48
|
-
* [`mw app
|
|
49
|
-
* [`mw app get APPINSTALLATIONID`](#mw-app-get-appinstallationid)
|
|
44
|
+
* [`mw app copy INSTALLATION-ID`](#mw-app-copy-installation-id)
|
|
45
|
+
* [`mw app dependency list`](#mw-app-dependency-list)
|
|
46
|
+
* [`mw app dependency update INSTALLATION-ID`](#mw-app-dependency-update-installation-id)
|
|
47
|
+
* [`mw app dependency versions SYSTEMSOFTWARE`](#mw-app-dependency-versions-systemsoftware)
|
|
48
|
+
* [`mw app get INSTALLATION-ID`](#mw-app-get-installation-id)
|
|
50
49
|
* [`mw app install wordpress`](#mw-app-install-wordpress)
|
|
51
50
|
* [`mw app list`](#mw-app-list)
|
|
51
|
+
* [`mw app uninstall INSTALLATION-ID`](#mw-app-uninstall-installation-id)
|
|
52
52
|
* [`mw app versions [APP]`](#mw-app-versions-app)
|
|
53
|
-
* [`mw article get ARTICLEID`](#mw-article-get-articleid)
|
|
54
|
-
* [`mw article list`](#mw-article-list)
|
|
55
53
|
* [`mw context get`](#mw-context-get)
|
|
56
54
|
* [`mw context set`](#mw-context-set)
|
|
57
|
-
* [`mw contract getBaseItemOfContract`](#mw-contract-getbaseitemofcontract)
|
|
58
|
-
* [`mw contract getDetailOfContract CONTRACTID`](#mw-contract-getdetailofcontract-contractid)
|
|
59
|
-
* [`mw contract getDetailOfContractByDomain`](#mw-contract-getdetailofcontractbydomain)
|
|
60
|
-
* [`mw contract getDetailOfContractByProject`](#mw-contract-getdetailofcontractbyproject)
|
|
61
|
-
* [`mw contract getDetailOfContractByServer`](#mw-contract-getdetailofcontractbyserver)
|
|
62
|
-
* [`mw contract getDetailOfContractItem CONTRACTITEMID`](#mw-contract-getdetailofcontractitem-contractitemid)
|
|
63
|
-
* [`mw contract getNextTerminationDateForItem`](#mw-contract-getnextterminationdateforitem)
|
|
64
|
-
* [`mw contract invoiceDetailOfInvoice INVOICEID`](#mw-contract-invoicedetailofinvoice-invoiceid)
|
|
65
|
-
* [`mw contract invoiceGetDetailOfInvoiceSettings`](#mw-contract-invoicegetdetailofinvoicesettings)
|
|
66
|
-
* [`mw contract invoiceListCustomerInvoices`](#mw-contract-invoicelistcustomerinvoices)
|
|
67
|
-
* [`mw contract listContracts`](#mw-contract-listcontracts)
|
|
68
|
-
* [`mw contract orderGetOrder ORDERID`](#mw-contract-ordergetorder-orderid)
|
|
69
|
-
* [`mw contract orderListCustomerOrders`](#mw-contract-orderlistcustomerorders)
|
|
70
|
-
* [`mw contract orderListProjectOrders`](#mw-contract-orderlistprojectorders)
|
|
71
55
|
* [`mw conversation categories`](#mw-conversation-categories)
|
|
72
56
|
* [`mw conversation close ID`](#mw-conversation-close-id)
|
|
73
57
|
* [`mw conversation create`](#mw-conversation-create)
|
|
@@ -87,6 +71,7 @@ USAGE
|
|
|
87
71
|
* [`mw database mysql user get ID`](#mw-database-mysql-user-get-id)
|
|
88
72
|
* [`mw database mysql user list`](#mw-database-mysql-user-list)
|
|
89
73
|
* [`mw database mysql versions`](#mw-database-mysql-versions)
|
|
74
|
+
* [`mw database redis create`](#mw-database-redis-create)
|
|
90
75
|
* [`mw database redis get ID`](#mw-database-redis-get-id)
|
|
91
76
|
* [`mw database redis list`](#mw-database-redis-list)
|
|
92
77
|
* [`mw database redis shell DATABASE-ID`](#mw-database-redis-shell-database-id)
|
|
@@ -165,71 +150,97 @@ USAGE
|
|
|
165
150
|
* [`mw user ssh-key get SSHKEYID`](#mw-user-ssh-key-get-sshkeyid)
|
|
166
151
|
* [`mw user ssh-key list`](#mw-user-ssh-key-list)
|
|
167
152
|
|
|
168
|
-
## `mw app
|
|
169
|
-
|
|
170
|
-
Delete an app
|
|
153
|
+
## `mw app copy INSTALLATION-ID`
|
|
171
154
|
|
|
172
155
|
```
|
|
173
156
|
USAGE
|
|
174
|
-
$ mw app
|
|
157
|
+
$ mw app copy INSTALLATION-ID --description <value> [-q]
|
|
175
158
|
|
|
176
159
|
ARGUMENTS
|
|
177
|
-
ID ID of the app to
|
|
160
|
+
INSTALLATION-ID ID of the app installation to get
|
|
178
161
|
|
|
179
162
|
FLAGS
|
|
180
|
-
-
|
|
163
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
164
|
+
--description=<value> (required) set a description for the new app installation
|
|
181
165
|
|
|
182
|
-
|
|
183
|
-
|
|
166
|
+
FLAG DESCRIPTIONS
|
|
167
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
168
|
+
|
|
169
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
170
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
184
171
|
```
|
|
185
172
|
|
|
186
|
-
## `mw app dependency
|
|
173
|
+
## `mw app dependency list`
|
|
187
174
|
|
|
188
|
-
get
|
|
175
|
+
get all available dependencies
|
|
189
176
|
|
|
190
177
|
```
|
|
191
178
|
USAGE
|
|
192
|
-
$ mw app dependency
|
|
193
|
-
|
|
194
|
-
ARGUMENTS
|
|
195
|
-
SYSTEMSOFTWAREID undefined
|
|
179
|
+
$ mw app dependency list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
180
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
196
181
|
|
|
197
182
|
FLAGS
|
|
198
|
-
-
|
|
199
|
-
|
|
183
|
+
-x, --extended show extra columns
|
|
184
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
185
|
+
--csv output is csv format [alias: --output=csv]
|
|
186
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
187
|
+
--no-header hide table header from output
|
|
188
|
+
--no-truncate do not truncate output to fit screen
|
|
189
|
+
--output=<option> output in a more machine friendly format
|
|
190
|
+
<options: csv|json|yaml>
|
|
191
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
200
192
|
|
|
201
193
|
DESCRIPTION
|
|
202
|
-
get
|
|
194
|
+
get all available dependencies
|
|
203
195
|
```
|
|
204
196
|
|
|
205
|
-
## `mw app dependency
|
|
197
|
+
## `mw app dependency update INSTALLATION-ID`
|
|
206
198
|
|
|
207
|
-
|
|
199
|
+
Update the dependencies of an app
|
|
208
200
|
|
|
209
201
|
```
|
|
210
202
|
USAGE
|
|
211
|
-
$ mw app dependency
|
|
203
|
+
$ mw app dependency update INSTALLATION-ID --set <value> [-q] [--update-policy none|inheritedFromApp|patchLevel|all]
|
|
212
204
|
|
|
213
205
|
ARGUMENTS
|
|
214
|
-
|
|
206
|
+
INSTALLATION-ID ID of the app installation to get
|
|
215
207
|
|
|
216
208
|
FLAGS
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
--
|
|
209
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
210
|
+
--set=<value>... (required) set a dependency to a specific version
|
|
211
|
+
--update-policy=<option> [default: patchLevel] set the update policy for the configured dependencies
|
|
212
|
+
<options: none|inheritedFromApp|patchLevel|all>
|
|
220
213
|
|
|
221
|
-
|
|
222
|
-
|
|
214
|
+
EXAMPLES
|
|
215
|
+
Update Node.js version to newest available from the 18.x branch
|
|
216
|
+
|
|
217
|
+
$ mw app dependency update $APP_ID --set node=~18
|
|
218
|
+
|
|
219
|
+
FLAG DESCRIPTIONS
|
|
220
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
221
|
+
|
|
222
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
223
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
224
|
+
|
|
225
|
+
--set=<value>... set a dependency to a specific version
|
|
226
|
+
|
|
227
|
+
The format is <dependency>=<version>, where <dependency> is the name of the dependency (use the "mw app dependency
|
|
228
|
+
list" command to get a list of available dependencies) and <version> is a semver constraint.
|
|
229
|
+
|
|
230
|
+
This flag may be specified multiple times to update multiple dependencies.
|
|
223
231
|
```
|
|
224
232
|
|
|
225
|
-
## `mw app dependency
|
|
233
|
+
## `mw app dependency versions SYSTEMSOFTWARE`
|
|
226
234
|
|
|
227
|
-
get all available
|
|
235
|
+
get all available versions of a particular dependency
|
|
228
236
|
|
|
229
237
|
```
|
|
230
238
|
USAGE
|
|
231
|
-
$ mw app dependency
|
|
232
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
239
|
+
$ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
240
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
241
|
+
|
|
242
|
+
ARGUMENTS
|
|
243
|
+
SYSTEMSOFTWARE name of the systemsoftware for which to list versions
|
|
233
244
|
|
|
234
245
|
FLAGS
|
|
235
246
|
-x, --extended show extra columns
|
|
@@ -243,51 +254,26 @@ FLAGS
|
|
|
243
254
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
244
255
|
|
|
245
256
|
DESCRIPTION
|
|
246
|
-
get all available
|
|
257
|
+
get all available versions of a particular dependency
|
|
247
258
|
```
|
|
248
259
|
|
|
249
|
-
## `mw app
|
|
260
|
+
## `mw app get INSTALLATION-ID`
|
|
250
261
|
|
|
251
|
-
|
|
262
|
+
Get details about an app installation
|
|
252
263
|
|
|
253
264
|
```
|
|
254
265
|
USAGE
|
|
255
|
-
$ mw app
|
|
256
|
-
[--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
257
|
-
|
|
258
|
-
FLAGS
|
|
259
|
-
-x, --extended show extra columns
|
|
260
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
261
|
-
--csv output is csv format [alias: --output=csv]
|
|
262
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
263
|
-
--no-header hide table header from output
|
|
264
|
-
--no-truncate do not truncate output to fit screen
|
|
265
|
-
--output=<option> output in a more machine friendly format
|
|
266
|
-
<options: csv|json|yaml>
|
|
267
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
268
|
-
--system-software-id=<value> (required) undefined
|
|
269
|
-
|
|
270
|
-
DESCRIPTION
|
|
271
|
-
get all available `SystemSoftwareVersions` of a specific `SystemSoftware`
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
## `mw app get APPINSTALLATIONID`
|
|
275
|
-
|
|
276
|
-
get a specific `AppInstallation`
|
|
277
|
-
|
|
278
|
-
```
|
|
279
|
-
USAGE
|
|
280
|
-
$ mw app get APPINSTALLATIONID [-o json|yaml | | ]
|
|
266
|
+
$ mw app get INSTALLATION-ID [-o json|yaml | | ]
|
|
281
267
|
|
|
282
268
|
ARGUMENTS
|
|
283
|
-
|
|
269
|
+
INSTALLATION-ID ID of the app installation to get
|
|
284
270
|
|
|
285
271
|
FLAGS
|
|
286
272
|
-o, --output=<option> output in a more machine friendly format
|
|
287
273
|
<options: json|yaml>
|
|
288
274
|
|
|
289
275
|
DESCRIPTION
|
|
290
|
-
|
|
276
|
+
Get details about an app installation
|
|
291
277
|
```
|
|
292
278
|
|
|
293
279
|
## `mw app install wordpress`
|
|
@@ -328,7 +314,7 @@ FLAG DESCRIPTIONS
|
|
|
328
314
|
|
|
329
315
|
## `mw app list`
|
|
330
316
|
|
|
331
|
-
List
|
|
317
|
+
List installed apps in a project.
|
|
332
318
|
|
|
333
319
|
```
|
|
334
320
|
USAGE
|
|
@@ -349,7 +335,7 @@ FLAGS
|
|
|
349
335
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
350
336
|
|
|
351
337
|
DESCRIPTION
|
|
352
|
-
List
|
|
338
|
+
List installed apps in a project.
|
|
353
339
|
|
|
354
340
|
FLAG DESCRIPTIONS
|
|
355
341
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
@@ -358,62 +344,34 @@ FLAG DESCRIPTIONS
|
|
|
358
344
|
to persistently set a default project for all commands that accept this flag.
|
|
359
345
|
```
|
|
360
346
|
|
|
361
|
-
## `mw app
|
|
347
|
+
## `mw app uninstall INSTALLATION-ID`
|
|
362
348
|
|
|
363
|
-
|
|
349
|
+
Uninstall an app
|
|
364
350
|
|
|
365
351
|
```
|
|
366
352
|
USAGE
|
|
367
|
-
$ mw app
|
|
353
|
+
$ mw app uninstall INSTALLATION-ID
|
|
368
354
|
|
|
369
355
|
ARGUMENTS
|
|
370
|
-
|
|
356
|
+
INSTALLATION-ID ID of the app installation to delete
|
|
371
357
|
|
|
372
358
|
DESCRIPTION
|
|
373
|
-
|
|
359
|
+
Uninstall an app
|
|
374
360
|
```
|
|
375
361
|
|
|
376
|
-
## `mw
|
|
362
|
+
## `mw app versions [APP]`
|
|
377
363
|
|
|
378
|
-
|
|
364
|
+
List supported Apps and Versions
|
|
379
365
|
|
|
380
366
|
```
|
|
381
367
|
USAGE
|
|
382
|
-
$ mw
|
|
368
|
+
$ mw app versions [APP]
|
|
383
369
|
|
|
384
370
|
ARGUMENTS
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
FLAGS
|
|
388
|
-
-o, --output=<option> output in a more machine friendly format
|
|
389
|
-
<options: json|yaml>
|
|
390
|
-
|
|
391
|
-
DESCRIPTION
|
|
392
|
-
Get an Article.
|
|
393
|
-
```
|
|
394
|
-
|
|
395
|
-
## `mw article list`
|
|
396
|
-
|
|
397
|
-
List Articles.
|
|
398
|
-
|
|
399
|
-
```
|
|
400
|
-
USAGE
|
|
401
|
-
$ mw article list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
402
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
403
|
-
|
|
404
|
-
FLAGS
|
|
405
|
-
-x, --extended show extra columns
|
|
406
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
407
|
-
--csv output is csv format [alias: --output=csv]
|
|
408
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
409
|
-
--no-header hide table header from output
|
|
410
|
-
--no-truncate do not truncate output to fit screen
|
|
411
|
-
--output=<option> output in a more machine friendly format
|
|
412
|
-
<options: csv|json|yaml>
|
|
413
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
371
|
+
APP name of specific app to get versions for
|
|
414
372
|
|
|
415
373
|
DESCRIPTION
|
|
416
|
-
List
|
|
374
|
+
List supported Apps and Versions
|
|
417
375
|
```
|
|
418
376
|
|
|
419
377
|
## `mw context get`
|
|
@@ -456,287 +414,6 @@ DESCRIPTION
|
|
|
456
414
|
don't have to specify them on every command.
|
|
457
415
|
```
|
|
458
416
|
|
|
459
|
-
## `mw contract getBaseItemOfContract`
|
|
460
|
-
|
|
461
|
-
Return the BaseItem of the Contract with the given ID.
|
|
462
|
-
|
|
463
|
-
```
|
|
464
|
-
USAGE
|
|
465
|
-
$ mw contract getBaseItemOfContract --contract-id <value> [-o json|yaml | | ]
|
|
466
|
-
|
|
467
|
-
FLAGS
|
|
468
|
-
-o, --output=<option> output in a more machine friendly format
|
|
469
|
-
<options: json|yaml>
|
|
470
|
-
--contract-id=<value> (required) The uuid of the Contract from which the BaseItem is to be issued.
|
|
471
|
-
|
|
472
|
-
DESCRIPTION
|
|
473
|
-
Return the BaseItem of the Contract with the given ID.
|
|
474
|
-
```
|
|
475
|
-
|
|
476
|
-
## `mw contract getDetailOfContract CONTRACTID`
|
|
477
|
-
|
|
478
|
-
Returns the Contract with the given ID.
|
|
479
|
-
|
|
480
|
-
```
|
|
481
|
-
USAGE
|
|
482
|
-
$ mw contract getDetailOfContract CONTRACTID [-o json|yaml | | ]
|
|
483
|
-
|
|
484
|
-
ARGUMENTS
|
|
485
|
-
CONTRACTID The uuid of the Contract to be returned.
|
|
486
|
-
|
|
487
|
-
FLAGS
|
|
488
|
-
-o, --output=<option> output in a more machine friendly format
|
|
489
|
-
<options: json|yaml>
|
|
490
|
-
|
|
491
|
-
DESCRIPTION
|
|
492
|
-
Returns the Contract with the given ID.
|
|
493
|
-
```
|
|
494
|
-
|
|
495
|
-
## `mw contract getDetailOfContractByDomain`
|
|
496
|
-
|
|
497
|
-
Return the Contract for the given Domain.
|
|
498
|
-
|
|
499
|
-
```
|
|
500
|
-
USAGE
|
|
501
|
-
$ mw contract getDetailOfContractByDomain --domain-id <value> [-o json|yaml | | ]
|
|
502
|
-
|
|
503
|
-
FLAGS
|
|
504
|
-
-o, --output=<option> output in a more machine friendly format
|
|
505
|
-
<options: json|yaml>
|
|
506
|
-
--domain-id=<value> (required) undefined
|
|
507
|
-
|
|
508
|
-
DESCRIPTION
|
|
509
|
-
Return the Contract for the given Domain.
|
|
510
|
-
```
|
|
511
|
-
|
|
512
|
-
## `mw contract getDetailOfContractByProject`
|
|
513
|
-
|
|
514
|
-
Return the Contract for the given Project.
|
|
515
|
-
|
|
516
|
-
```
|
|
517
|
-
USAGE
|
|
518
|
-
$ mw contract getDetailOfContractByProject --project-id <value> [-o json|yaml | | ]
|
|
519
|
-
|
|
520
|
-
FLAGS
|
|
521
|
-
-o, --output=<option> output in a more machine friendly format
|
|
522
|
-
<options: json|yaml>
|
|
523
|
-
--project-id=<value> (required) undefined
|
|
524
|
-
|
|
525
|
-
DESCRIPTION
|
|
526
|
-
Return the Contract for the given Project.
|
|
527
|
-
```
|
|
528
|
-
|
|
529
|
-
## `mw contract getDetailOfContractByServer`
|
|
530
|
-
|
|
531
|
-
Return the Contract for the given Server.
|
|
532
|
-
|
|
533
|
-
```
|
|
534
|
-
USAGE
|
|
535
|
-
$ mw contract getDetailOfContractByServer --server-id <value> [-o json|yaml | | ]
|
|
536
|
-
|
|
537
|
-
FLAGS
|
|
538
|
-
-o, --output=<option> output in a more machine friendly format
|
|
539
|
-
<options: json|yaml>
|
|
540
|
-
--server-id=<value> (required) undefined
|
|
541
|
-
|
|
542
|
-
DESCRIPTION
|
|
543
|
-
Return the Contract for the given Server.
|
|
544
|
-
```
|
|
545
|
-
|
|
546
|
-
## `mw contract getDetailOfContractItem CONTRACTITEMID`
|
|
547
|
-
|
|
548
|
-
Get the ContractItem with the given ID.
|
|
549
|
-
|
|
550
|
-
```
|
|
551
|
-
USAGE
|
|
552
|
-
$ mw contract getDetailOfContractItem CONTRACTITEMID --contract-id <value> [-o json|yaml | | ]
|
|
553
|
-
|
|
554
|
-
ARGUMENTS
|
|
555
|
-
CONTRACTITEMID The uuid of the ContractItem to be returned.
|
|
556
|
-
|
|
557
|
-
FLAGS
|
|
558
|
-
-o, --output=<option> output in a more machine friendly format
|
|
559
|
-
<options: json|yaml>
|
|
560
|
-
--contract-id=<value> (required) The uuid of the Contract where the desired ContractItem belongs to.
|
|
561
|
-
|
|
562
|
-
DESCRIPTION
|
|
563
|
-
Get the ContractItem with the given ID.
|
|
564
|
-
```
|
|
565
|
-
|
|
566
|
-
## `mw contract getNextTerminationDateForItem`
|
|
567
|
-
|
|
568
|
-
Return the next TerminationDate for the ContractItem with the given ID.
|
|
569
|
-
|
|
570
|
-
```
|
|
571
|
-
USAGE
|
|
572
|
-
$ mw contract getNextTerminationDateForItem --contract-id <value> --contract-item-id <value> [-o json|yaml | | ]
|
|
573
|
-
|
|
574
|
-
FLAGS
|
|
575
|
-
-o, --output=<option> output in a more machine friendly format
|
|
576
|
-
<options: json|yaml>
|
|
577
|
-
--contract-id=<value> (required) The uuid of the Contract where the desired ContractItem belongs to.
|
|
578
|
-
--contract-item-id=<value> (required) The uuid of the ContractItem whose next TerminationDate is to be displayed.
|
|
579
|
-
|
|
580
|
-
DESCRIPTION
|
|
581
|
-
Return the next TerminationDate for the ContractItem with the given ID.
|
|
582
|
-
```
|
|
583
|
-
|
|
584
|
-
## `mw contract invoiceDetailOfInvoice INVOICEID`
|
|
585
|
-
|
|
586
|
-
Get details of an Invoice.
|
|
587
|
-
|
|
588
|
-
```
|
|
589
|
-
USAGE
|
|
590
|
-
$ mw contract invoiceDetailOfInvoice INVOICEID --customer-id <value> [-o json|yaml | | ]
|
|
591
|
-
|
|
592
|
-
ARGUMENTS
|
|
593
|
-
INVOICEID undefined
|
|
594
|
-
|
|
595
|
-
FLAGS
|
|
596
|
-
-o, --output=<option> output in a more machine friendly format
|
|
597
|
-
<options: json|yaml>
|
|
598
|
-
--customer-id=<value> (required) undefined
|
|
599
|
-
|
|
600
|
-
DESCRIPTION
|
|
601
|
-
Get details of an Invoice.
|
|
602
|
-
```
|
|
603
|
-
|
|
604
|
-
## `mw contract invoiceGetDetailOfInvoiceSettings`
|
|
605
|
-
|
|
606
|
-
Get InvoiceSettings of a Customer.
|
|
607
|
-
|
|
608
|
-
```
|
|
609
|
-
USAGE
|
|
610
|
-
$ mw contract invoiceGetDetailOfInvoiceSettings --customer-id <value> [-o json|yaml | | ]
|
|
611
|
-
|
|
612
|
-
FLAGS
|
|
613
|
-
-o, --output=<option> output in a more machine friendly format
|
|
614
|
-
<options: json|yaml>
|
|
615
|
-
--customer-id=<value> (required) undefined
|
|
616
|
-
|
|
617
|
-
DESCRIPTION
|
|
618
|
-
Get InvoiceSettings of a Customer.
|
|
619
|
-
```
|
|
620
|
-
|
|
621
|
-
## `mw contract invoiceListCustomerInvoices`
|
|
622
|
-
|
|
623
|
-
List Invoices of a Customer.
|
|
624
|
-
|
|
625
|
-
```
|
|
626
|
-
USAGE
|
|
627
|
-
$ mw contract invoiceListCustomerInvoices --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
628
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
629
|
-
|
|
630
|
-
FLAGS
|
|
631
|
-
-x, --extended show extra columns
|
|
632
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
633
|
-
--csv output is csv format [alias: --output=csv]
|
|
634
|
-
--customer-id=<value> (required) undefined
|
|
635
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
636
|
-
--no-header hide table header from output
|
|
637
|
-
--no-truncate do not truncate output to fit screen
|
|
638
|
-
--output=<option> output in a more machine friendly format
|
|
639
|
-
<options: csv|json|yaml>
|
|
640
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
641
|
-
|
|
642
|
-
DESCRIPTION
|
|
643
|
-
List Invoices of a Customer.
|
|
644
|
-
```
|
|
645
|
-
|
|
646
|
-
## `mw contract listContracts`
|
|
647
|
-
|
|
648
|
-
Return a list of Contracts for the given Customer.
|
|
649
|
-
|
|
650
|
-
```
|
|
651
|
-
USAGE
|
|
652
|
-
$ mw contract listContracts --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
653
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
654
|
-
|
|
655
|
-
FLAGS
|
|
656
|
-
-x, --extended show extra columns
|
|
657
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
658
|
-
--csv output is csv format [alias: --output=csv]
|
|
659
|
-
--customer-id=<value> (required) The uuid of the Customer from whom all Contracts are to be returned.
|
|
660
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
661
|
-
--no-header hide table header from output
|
|
662
|
-
--no-truncate do not truncate output to fit screen
|
|
663
|
-
--output=<option> output in a more machine friendly format
|
|
664
|
-
<options: csv|json|yaml>
|
|
665
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
666
|
-
|
|
667
|
-
DESCRIPTION
|
|
668
|
-
Return a list of Contracts for the given Customer.
|
|
669
|
-
```
|
|
670
|
-
|
|
671
|
-
## `mw contract orderGetOrder ORDERID`
|
|
672
|
-
|
|
673
|
-
Get Order for Customer.
|
|
674
|
-
|
|
675
|
-
```
|
|
676
|
-
USAGE
|
|
677
|
-
$ mw contract orderGetOrder ORDERID [-o json|yaml | | ]
|
|
678
|
-
|
|
679
|
-
ARGUMENTS
|
|
680
|
-
ORDERID undefined
|
|
681
|
-
|
|
682
|
-
FLAGS
|
|
683
|
-
-o, --output=<option> output in a more machine friendly format
|
|
684
|
-
<options: json|yaml>
|
|
685
|
-
|
|
686
|
-
DESCRIPTION
|
|
687
|
-
Get Order for Customer.
|
|
688
|
-
```
|
|
689
|
-
|
|
690
|
-
## `mw contract orderListCustomerOrders`
|
|
691
|
-
|
|
692
|
-
Get list of Orders of a Customer.
|
|
693
|
-
|
|
694
|
-
```
|
|
695
|
-
USAGE
|
|
696
|
-
$ mw contract orderListCustomerOrders --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
697
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
698
|
-
|
|
699
|
-
FLAGS
|
|
700
|
-
-x, --extended show extra columns
|
|
701
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
702
|
-
--csv output is csv format [alias: --output=csv]
|
|
703
|
-
--customer-id=<value> (required) undefined
|
|
704
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
705
|
-
--no-header hide table header from output
|
|
706
|
-
--no-truncate do not truncate output to fit screen
|
|
707
|
-
--output=<option> output in a more machine friendly format
|
|
708
|
-
<options: csv|json|yaml>
|
|
709
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
710
|
-
|
|
711
|
-
DESCRIPTION
|
|
712
|
-
Get list of Orders of a Customer.
|
|
713
|
-
```
|
|
714
|
-
|
|
715
|
-
## `mw contract orderListProjectOrders`
|
|
716
|
-
|
|
717
|
-
Get list of Orders of a Project.
|
|
718
|
-
|
|
719
|
-
```
|
|
720
|
-
USAGE
|
|
721
|
-
$ mw contract orderListProjectOrders --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
722
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
723
|
-
|
|
724
|
-
FLAGS
|
|
725
|
-
-x, --extended show extra columns
|
|
726
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
727
|
-
--csv output is csv format [alias: --output=csv]
|
|
728
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
729
|
-
--no-header hide table header from output
|
|
730
|
-
--no-truncate do not truncate output to fit screen
|
|
731
|
-
--output=<option> output in a more machine friendly format
|
|
732
|
-
<options: csv|json|yaml>
|
|
733
|
-
--project-id=<value> (required) undefined
|
|
734
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
735
|
-
|
|
736
|
-
DESCRIPTION
|
|
737
|
-
Get list of Orders of a Project.
|
|
738
|
-
```
|
|
739
|
-
|
|
740
417
|
## `mw conversation categories`
|
|
741
418
|
|
|
742
419
|
Get all conversation categories.
|
|
@@ -1182,6 +859,55 @@ DESCRIPTION
|
|
|
1182
859
|
List available MySQL versions.
|
|
1183
860
|
```
|
|
1184
861
|
|
|
862
|
+
## `mw database redis create`
|
|
863
|
+
|
|
864
|
+
Create a new Redis database
|
|
865
|
+
|
|
866
|
+
```
|
|
867
|
+
USAGE
|
|
868
|
+
$ mw database redis create -d <value> --version <value> [-p <value>] [-q] [--persistent] [--max-memory <value>]
|
|
869
|
+
[--max-memory-policy
|
|
870
|
+
noeviction|allkeys-lru|allkeys-lfu|volatile-lru|volatile-lfu|allkeys-random|volatile-random|volatile-ttl]
|
|
871
|
+
|
|
872
|
+
FLAGS
|
|
873
|
+
-d, --description=<value> (required) a description for the database
|
|
874
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
875
|
+
context
|
|
876
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
877
|
+
--max-memory=<value> the maximum memory for the Redis database
|
|
878
|
+
--max-memory-policy=<option> the Redis eviction policy
|
|
879
|
+
<options: noeviction|allkeys-lru|allkeys-lfu|volatile-lru|volatile-lfu|allkeys-random|vo
|
|
880
|
+
latile-random|volatile-ttl>
|
|
881
|
+
--[no-]persistent enable persistent storage for the Redis database
|
|
882
|
+
--version=<value> (required) the Redis version to use
|
|
883
|
+
|
|
884
|
+
FLAG DESCRIPTIONS
|
|
885
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
886
|
+
|
|
887
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
888
|
+
to persistently set a default project for all commands that accept this flag.
|
|
889
|
+
|
|
890
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
891
|
+
|
|
892
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
893
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
894
|
+
|
|
895
|
+
--max-memory=<value> the maximum memory for the Redis database
|
|
896
|
+
|
|
897
|
+
This specifies the maximum memory; you should provide a number, followed by one of the IEC suffixes, like "Ki", "Mi"
|
|
898
|
+
or "Gi"
|
|
899
|
+
|
|
900
|
+
--max-memory-policy=noeviction|allkeys-lru|allkeys-lfu|volatile-lru|volatile-lfu|allkeys-random|volatile-random|volatile-ttl
|
|
901
|
+
|
|
902
|
+
the Redis eviction policy
|
|
903
|
+
|
|
904
|
+
See https://redis.io/docs/reference/eviction/#eviction-policies for details
|
|
905
|
+
|
|
906
|
+
--version=<value> the Redis version to use
|
|
907
|
+
|
|
908
|
+
Use the "database redis versions" command to list available versions
|
|
909
|
+
```
|
|
910
|
+
|
|
1185
911
|
## `mw database redis get ID`
|
|
1186
912
|
|
|
1187
913
|
Get a Redis database.
|
|
@@ -1261,21 +987,29 @@ List available Redis versions.
|
|
|
1261
987
|
```
|
|
1262
988
|
USAGE
|
|
1263
989
|
$ mw database redis versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1264
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
990
|
+
[--csv | --no-truncate]] [--no-header | ] [-p <value>]
|
|
1265
991
|
|
|
1266
992
|
FLAGS
|
|
1267
|
-
-
|
|
1268
|
-
|
|
1269
|
-
--
|
|
1270
|
-
--
|
|
1271
|
-
--
|
|
1272
|
-
--
|
|
1273
|
-
--
|
|
1274
|
-
|
|
1275
|
-
--
|
|
993
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
994
|
+
context
|
|
995
|
+
-x, --extended show extra columns
|
|
996
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
997
|
+
--csv output is csv format [alias: --output=csv]
|
|
998
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
999
|
+
--no-header hide table header from output
|
|
1000
|
+
--no-truncate do not truncate output to fit screen
|
|
1001
|
+
--output=<option> output in a more machine friendly format
|
|
1002
|
+
<options: csv|json|yaml>
|
|
1003
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1276
1004
|
|
|
1277
1005
|
DESCRIPTION
|
|
1278
1006
|
List available Redis versions.
|
|
1007
|
+
|
|
1008
|
+
FLAG DESCRIPTIONS
|
|
1009
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1010
|
+
|
|
1011
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1012
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1279
1013
|
```
|
|
1280
1014
|
|
|
1281
1015
|
## `mw domain dnszone get ZONEID`
|