@mittwald/cli 1.0.0-alpha.3 → 1.0.0-alpha.4
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 +490 -749
- package/dist/esm/commands/app/dependency/getSystemsoftware.d.ts +3 -0
- package/dist/esm/commands/app/{getSystemsoftware.js → dependency/getSystemsoftware.js} +1 -1
- package/dist/esm/commands/app/dependency/getSystemsoftwareversion.d.ts +3 -0
- package/dist/esm/commands/app/{getSystemsoftwareversion.js → dependency/getSystemsoftwareversion.js} +1 -1
- package/dist/esm/commands/app/{listSystemsoftwares.d.ts → dependency/listSystemsoftwares.d.ts} +2 -2
- package/dist/esm/commands/app/{listSystemsoftwares.js → dependency/listSystemsoftwares.js} +1 -1
- package/dist/esm/commands/app/{listSystemsoftwareversions.d.ts → dependency/listSystemsoftwareversions.d.ts} +3 -3
- package/dist/esm/commands/app/{listSystemsoftwareversions.js → dependency/listSystemsoftwareversions.js} +1 -1
- package/dist/esm/commands/app/install/wordpress.d.ts +15 -0
- package/dist/esm/commands/app/install/wordpress.js +80 -0
- package/dist/esm/commands/app/versions.d.ts +12 -0
- package/dist/esm/commands/app/versions.js +53 -0
- package/dist/esm/commands/domain/dnszone/get.d.ts +3 -0
- package/dist/esm/commands/domain/{dnsZoneGetSpecific.js → dnszone/get.js} +1 -1
- package/dist/esm/commands/domain/dnszone/list.d.ts +3 -0
- package/dist/esm/commands/domain/{dnsZonesForProject.js → dnszone/list.js} +1 -1
- package/dist/esm/commands/domain/{getSpecificDomainOwnership.d.ts → ownership/get.d.ts} +1 -1
- package/dist/esm/commands/domain/{getSpecificDomainOwnership.js → ownership/get.js} +1 -1
- package/dist/esm/commands/domain/{listDomainOwnerships.d.ts → ownership/list.d.ts} +2 -2
- package/dist/esm/commands/domain/{listDomainOwnerships.js → ownership/list.js} +1 -1
- package/dist/esm/commands/org/invite/get.d.ts +3 -0
- package/dist/esm/commands/{customer/getCustomerInvite.js → org/invite/get.js} +1 -1
- package/dist/esm/commands/{customer/listCustomerInvites.d.ts → org/invite/list-own.d.ts} +2 -2
- package/dist/esm/commands/{customer/listCustomerInvites.js → org/invite/list-own.js} +1 -1
- package/dist/esm/commands/{customer/listInvitesForCustomer.d.ts → org/invite/list.d.ts} +2 -2
- package/dist/esm/commands/{customer/listInvitesForCustomer.js → org/invite/list.js} +1 -1
- package/dist/esm/commands/{customer/listCustomers.d.ts → org/list.d.ts} +2 -0
- package/dist/esm/commands/org/list.js +28 -0
- package/dist/esm/commands/org/membership/get.d.ts +3 -0
- package/dist/esm/commands/{customer/getCustomerMembership.js → org/membership/get.js} +1 -1
- package/dist/esm/commands/{customer/listCustomerMemberships.d.ts → org/membership/list-own.d.ts} +2 -2
- package/dist/esm/commands/{customer/listCustomerMemberships.js → org/membership/list-own.js} +1 -1
- package/dist/esm/commands/{customer/listMembershipsForCustomer.d.ts → org/membership/list.d.ts} +2 -2
- package/dist/esm/commands/{customer/listMembershipsForCustomer.js → org/membership/list.js} +1 -1
- package/dist/esm/commands/project/cronjob/execution/get.d.ts +3 -0
- package/dist/esm/commands/{cronjob/getExecution.js → project/cronjob/execution/get.js} +1 -1
- package/dist/esm/commands/{cronjob/listExecutions.d.ts → project/cronjob/execution/list.d.ts} +4 -2
- package/dist/esm/commands/project/cronjob/execution/list.js +22 -0
- package/dist/esm/commands/project/cronjob/get.d.ts +3 -0
- package/dist/esm/commands/{cronjob/getCronjob.js → project/cronjob/get.js} +1 -1
- package/dist/esm/commands/{cronjob/listCronjobs.d.ts → project/cronjob/list.d.ts} +4 -2
- package/dist/esm/commands/project/cronjob/list.js +26 -0
- package/dist/esm/lib/app/appHelpers.d.ts +4 -0
- package/dist/esm/lib/app/appHelpers.js +43 -0
- package/dist/esm/lib/app/appVersionHelpers.d.ts +5 -0
- package/dist/esm/lib/app/appVersionHelpers.js +35 -0
- package/package.json +3 -1
- package/dist/esm/commands/app/getApp.d.ts +0 -3
- package/dist/esm/commands/app/getApp.js +0 -6
- package/dist/esm/commands/app/getAppversion.d.ts +0 -3
- package/dist/esm/commands/app/getAppversion.js +0 -6
- package/dist/esm/commands/app/getSystemsoftware.d.ts +0 -3
- package/dist/esm/commands/app/getSystemsoftwareversion.d.ts +0 -3
- package/dist/esm/commands/app/listAppinstallations.d.ts +0 -9
- package/dist/esm/commands/app/listAppinstallations.js +0 -6
- package/dist/esm/commands/app/listApps.d.ts +0 -9
- package/dist/esm/commands/app/listApps.js +0 -6
- package/dist/esm/commands/app/listAppversions.d.ts +0 -9
- package/dist/esm/commands/app/listAppversions.js +0 -6
- package/dist/esm/commands/app/retrieveStatus.d.ts +0 -3
- package/dist/esm/commands/app/retrieveStatus.js +0 -6
- package/dist/esm/commands/cronjob/getCronjob.d.ts +0 -3
- package/dist/esm/commands/cronjob/getExecution.d.ts +0 -3
- package/dist/esm/commands/cronjob/listCronjobs.js +0 -6
- package/dist/esm/commands/cronjob/listExecutions.js +0 -6
- package/dist/esm/commands/customer/getCustomerCategory.d.ts +0 -3
- package/dist/esm/commands/customer/getCustomerCategory.js +0 -6
- package/dist/esm/commands/customer/getCustomerInvite.d.ts +0 -3
- package/dist/esm/commands/customer/getCustomerMembership.d.ts +0 -3
- package/dist/esm/commands/customer/getCustomerTokenInvite.d.ts +0 -3
- package/dist/esm/commands/customer/getCustomerTokenInvite.js +0 -6
- package/dist/esm/commands/customer/listCustomers.js +0 -6
- package/dist/esm/commands/customer/listOfCustomerCategories.d.ts +0 -9
- package/dist/esm/commands/customer/listOfCustomerCategories.js +0 -6
- package/dist/esm/commands/domain/dnsZoneGetSpecific.d.ts +0 -3
- package/dist/esm/commands/domain/dnsZonesForProject.d.ts +0 -3
- /package/dist/esm/commands/app/{getAppinstallation.d.ts → get.d.ts} +0 -0
- /package/dist/esm/commands/app/{getAppinstallation.js → get.js} +0 -0
- /package/dist/esm/commands/article/{getArticle.d.ts → get.d.ts} +0 -0
- /package/dist/esm/commands/article/{getArticle.js → get.js} +0 -0
- /package/dist/esm/commands/article/{listArticles.d.ts → list.d.ts} +0 -0
- /package/dist/esm/commands/article/{listArticles.js → list.js} +0 -0
- /package/dist/esm/commands/domain/{getHandleFields.d.ts → get-handle.d.ts} +0 -0
- /package/dist/esm/commands/domain/{getHandleFields.js → get-handle.js} +0 -0
- /package/dist/esm/commands/{customer/isCustomerLegallyCompetent.d.ts → org/can-order.d.ts} +0 -0
- /package/dist/esm/commands/{customer/isCustomerLegallyCompetent.js → org/can-order.js} +0 -0
- /package/dist/esm/commands/{customer/getCustomer.d.ts → org/get.d.ts} +0 -0
- /package/dist/esm/commands/{customer/getCustomer.js → org/get.js} +0 -0
package/README.md
CHANGED
|
@@ -38,20 +38,16 @@ USAGE
|
|
|
38
38
|
|
|
39
39
|
<!-- commands -->
|
|
40
40
|
* [`mw app delete ID`](#mw-app-delete-id)
|
|
41
|
-
* [`mw app
|
|
42
|
-
* [`mw app
|
|
43
|
-
* [`mw app
|
|
44
|
-
* [`mw app
|
|
45
|
-
* [`mw app
|
|
41
|
+
* [`mw app dependency getSystemsoftware SYSTEMSOFTWAREID`](#mw-app-dependency-getsystemsoftware-systemsoftwareid)
|
|
42
|
+
* [`mw app dependency getSystemsoftwareversion SYSTEMSOFTWAREVERSIONID`](#mw-app-dependency-getsystemsoftwareversion-systemsoftwareversionid)
|
|
43
|
+
* [`mw app dependency listSystemsoftwares`](#mw-app-dependency-listsystemsoftwares)
|
|
44
|
+
* [`mw app dependency listSystemsoftwareversions`](#mw-app-dependency-listsystemsoftwareversions)
|
|
45
|
+
* [`mw app get APPINSTALLATIONID`](#mw-app-get-appinstallationid)
|
|
46
|
+
* [`mw app install wordpress`](#mw-app-install-wordpress)
|
|
46
47
|
* [`mw app list`](#mw-app-list)
|
|
47
|
-
* [`mw app
|
|
48
|
-
* [`mw
|
|
49
|
-
* [`mw
|
|
50
|
-
* [`mw app listSystemsoftwares`](#mw-app-listsystemsoftwares)
|
|
51
|
-
* [`mw app listSystemsoftwareversions`](#mw-app-listsystemsoftwareversions)
|
|
52
|
-
* [`mw app retrieveStatus`](#mw-app-retrievestatus)
|
|
53
|
-
* [`mw article getArticle ARTICLEID`](#mw-article-getarticle-articleid)
|
|
54
|
-
* [`mw article listArticles`](#mw-article-listarticles)
|
|
48
|
+
* [`mw app versions [APP]`](#mw-app-versions-app)
|
|
49
|
+
* [`mw article get ARTICLEID`](#mw-article-get-articleid)
|
|
50
|
+
* [`mw article list`](#mw-article-list)
|
|
55
51
|
* [`mw contract getBaseItemOfContract`](#mw-contract-getbaseitemofcontract)
|
|
56
52
|
* [`mw contract getDetailOfContract CONTRACTID`](#mw-contract-getdetailofcontract-contractid)
|
|
57
53
|
* [`mw contract getDetailOfContractByDomain`](#mw-contract-getdetailofcontractbydomain)
|
|
@@ -73,22 +69,6 @@ USAGE
|
|
|
73
69
|
* [`mw conversation reply ID`](#mw-conversation-reply-id)
|
|
74
70
|
* [`mw conversation show ID`](#mw-conversation-show-id)
|
|
75
71
|
* [`mw conversation show2 CONVERSATIONID`](#mw-conversation-show2-conversationid)
|
|
76
|
-
* [`mw cronjob getCronjob CRONJOBID`](#mw-cronjob-getcronjob-cronjobid)
|
|
77
|
-
* [`mw cronjob getExecution EXECUTIONID`](#mw-cronjob-getexecution-executionid)
|
|
78
|
-
* [`mw cronjob listCronjobs`](#mw-cronjob-listcronjobs)
|
|
79
|
-
* [`mw cronjob listExecutions`](#mw-cronjob-listexecutions)
|
|
80
|
-
* [`mw customer getCustomer CUSTOMERID`](#mw-customer-getcustomer-customerid)
|
|
81
|
-
* [`mw customer getCustomerCategory CATEGORYID`](#mw-customer-getcustomercategory-categoryid)
|
|
82
|
-
* [`mw customer getCustomerInvite INVITEID`](#mw-customer-getcustomerinvite-inviteid)
|
|
83
|
-
* [`mw customer getCustomerMembership MEMBERSHIPID`](#mw-customer-getcustomermembership-membershipid)
|
|
84
|
-
* [`mw customer getCustomerTokenInvite`](#mw-customer-getcustomertokeninvite)
|
|
85
|
-
* [`mw customer isCustomerLegallyCompetent`](#mw-customer-iscustomerlegallycompetent)
|
|
86
|
-
* [`mw customer listCustomerInvites`](#mw-customer-listcustomerinvites)
|
|
87
|
-
* [`mw customer listCustomerMemberships`](#mw-customer-listcustomermemberships)
|
|
88
|
-
* [`mw customer listCustomers`](#mw-customer-listcustomers)
|
|
89
|
-
* [`mw customer listInvitesForCustomer`](#mw-customer-listinvitesforcustomer)
|
|
90
|
-
* [`mw customer listMembershipsForCustomer`](#mw-customer-listmembershipsforcustomer)
|
|
91
|
-
* [`mw customer listOfCustomerCategories`](#mw-customer-listofcustomercategories)
|
|
92
72
|
* [`mw database mysql charsets`](#mw-database-mysql-charsets)
|
|
93
73
|
* [`mw database mysql get ID`](#mw-database-mysql-get-id)
|
|
94
74
|
* [`mw database mysql list`](#mw-database-mysql-list)
|
|
@@ -99,22 +79,17 @@ USAGE
|
|
|
99
79
|
* [`mw database redis get ID`](#mw-database-redis-get-id)
|
|
100
80
|
* [`mw database redis list`](#mw-database-redis-list)
|
|
101
81
|
* [`mw database redis versions`](#mw-database-redis-versions)
|
|
102
|
-
* [`mw domain
|
|
103
|
-
* [`mw domain
|
|
104
|
-
* [`mw domain
|
|
105
|
-
* [`mw domain
|
|
106
|
-
* [`mw domain
|
|
107
|
-
* [`mw domain
|
|
108
|
-
* [`mw domain
|
|
109
|
-
* [`mw domain
|
|
110
|
-
* [`mw domain
|
|
111
|
-
* [`mw domain
|
|
112
|
-
* [`mw domain
|
|
113
|
-
* [`mw domain listToplevelDomains`](#mw-domain-listtopleveldomains)
|
|
114
|
-
* [`mw file getFile ID`](#mw-file-getfile-id)
|
|
115
|
-
* [`mw file getFileMeta`](#mw-file-getfilemeta)
|
|
116
|
-
* [`mw file getFileTokenRules TOKEN`](#mw-file-getfiletokenrules-token)
|
|
117
|
-
* [`mw file getFileTypeRules NAME`](#mw-file-getfiletyperules-name)
|
|
82
|
+
* [`mw domain dnszone get ZONEID`](#mw-domain-dnszone-get-zoneid)
|
|
83
|
+
* [`mw domain dnszone list`](#mw-domain-dnszone-list)
|
|
84
|
+
* [`mw domain get DOMAINID`](#mw-domain-get-domainid)
|
|
85
|
+
* [`mw domain get-handle DOMAINNAME`](#mw-domain-get-handle-domainname)
|
|
86
|
+
* [`mw domain list`](#mw-domain-list)
|
|
87
|
+
* [`mw domain ownership get DOMAINOWNERSHIPID`](#mw-domain-ownership-get-domainownershipid)
|
|
88
|
+
* [`mw domain ownership list`](#mw-domain-ownership-list)
|
|
89
|
+
* [`mw domain tld get TLD`](#mw-domain-tld-get-tld)
|
|
90
|
+
* [`mw domain tld list`](#mw-domain-tld-list)
|
|
91
|
+
* [`mw domain virtualhost get INGRESSID`](#mw-domain-virtualhost-get-ingressid)
|
|
92
|
+
* [`mw domain virtualhost list`](#mw-domain-virtualhost-list)
|
|
118
93
|
* [`mw help [COMMANDS]`](#mw-help-commands)
|
|
119
94
|
* [`mw login status`](#mw-login-status)
|
|
120
95
|
* [`mw login token`](#mw-login-token)
|
|
@@ -124,11 +99,24 @@ USAGE
|
|
|
124
99
|
* [`mw mail address list`](#mw-mail-address-list)
|
|
125
100
|
* [`mw mail deliverybox get ID`](#mw-mail-deliverybox-get-id)
|
|
126
101
|
* [`mw mail deliverybox list`](#mw-mail-deliverybox-list)
|
|
102
|
+
* [`mw org can-order`](#mw-org-can-order)
|
|
103
|
+
* [`mw org get CUSTOMERID`](#mw-org-get-customerid)
|
|
104
|
+
* [`mw org invite get INVITEID`](#mw-org-invite-get-inviteid)
|
|
105
|
+
* [`mw org invite list`](#mw-org-invite-list)
|
|
106
|
+
* [`mw org invite list-own`](#mw-org-invite-list-own)
|
|
107
|
+
* [`mw org list`](#mw-org-list)
|
|
108
|
+
* [`mw org membership get MEMBERSHIPID`](#mw-org-membership-get-membershipid)
|
|
109
|
+
* [`mw org membership list`](#mw-org-membership-list)
|
|
110
|
+
* [`mw org membership list-own`](#mw-org-membership-list-own)
|
|
127
111
|
* [`mw project backup get PROJECTBACKUPID`](#mw-project-backup-get-projectbackupid)
|
|
128
112
|
* [`mw project backup list`](#mw-project-backup-list)
|
|
129
113
|
* [`mw project backupschedule get PROJECTBACKUPSCHEDULEID`](#mw-project-backupschedule-get-projectbackupscheduleid)
|
|
130
114
|
* [`mw project backupschedule list`](#mw-project-backupschedule-list)
|
|
131
115
|
* [`mw project create`](#mw-project-create)
|
|
116
|
+
* [`mw project cronjob execution get EXECUTIONID`](#mw-project-cronjob-execution-get-executionid)
|
|
117
|
+
* [`mw project cronjob execution list`](#mw-project-cronjob-execution-list)
|
|
118
|
+
* [`mw project cronjob get CRONJOBID`](#mw-project-cronjob-get-cronjobid)
|
|
119
|
+
* [`mw project cronjob list`](#mw-project-cronjob-list)
|
|
132
120
|
* [`mw project delete ID`](#mw-project-delete-id)
|
|
133
121
|
* [`mw project filesystem directories`](#mw-project-filesystem-directories)
|
|
134
122
|
* [`mw project filesystem file-content`](#mw-project-filesystem-file-content)
|
|
@@ -181,71 +169,13 @@ DESCRIPTION
|
|
|
181
169
|
Delete an app
|
|
182
170
|
```
|
|
183
171
|
|
|
184
|
-
## `mw app
|
|
185
|
-
|
|
186
|
-
get a specific `App`
|
|
187
|
-
|
|
188
|
-
```
|
|
189
|
-
USAGE
|
|
190
|
-
$ mw app getApp APPID [--output json|yaml | | ]
|
|
191
|
-
|
|
192
|
-
ARGUMENTS
|
|
193
|
-
APPID undefined
|
|
194
|
-
|
|
195
|
-
FLAGS
|
|
196
|
-
--output=<option> output in a more machine friendly format
|
|
197
|
-
<options: json|yaml>
|
|
198
|
-
|
|
199
|
-
DESCRIPTION
|
|
200
|
-
get a specific `App`
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
## `mw app getAppinstallation APPINSTALLATIONID`
|
|
204
|
-
|
|
205
|
-
get a specific `AppInstallation`
|
|
206
|
-
|
|
207
|
-
```
|
|
208
|
-
USAGE
|
|
209
|
-
$ mw app getAppinstallation APPINSTALLATIONID [--output json|yaml | | ]
|
|
210
|
-
|
|
211
|
-
ARGUMENTS
|
|
212
|
-
APPINSTALLATIONID undefined
|
|
213
|
-
|
|
214
|
-
FLAGS
|
|
215
|
-
--output=<option> output in a more machine friendly format
|
|
216
|
-
<options: json|yaml>
|
|
217
|
-
|
|
218
|
-
DESCRIPTION
|
|
219
|
-
get a specific `AppInstallation`
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
## `mw app getAppversion APPVERSIONID`
|
|
223
|
-
|
|
224
|
-
get a specific `AppVersion`
|
|
225
|
-
|
|
226
|
-
```
|
|
227
|
-
USAGE
|
|
228
|
-
$ mw app getAppversion APPVERSIONID --app-id <value> [--output json|yaml | | ]
|
|
229
|
-
|
|
230
|
-
ARGUMENTS
|
|
231
|
-
APPVERSIONID undefined
|
|
232
|
-
|
|
233
|
-
FLAGS
|
|
234
|
-
--app-id=<value> (required) undefined
|
|
235
|
-
--output=<option> output in a more machine friendly format
|
|
236
|
-
<options: json|yaml>
|
|
237
|
-
|
|
238
|
-
DESCRIPTION
|
|
239
|
-
get a specific `AppVersion`
|
|
240
|
-
```
|
|
241
|
-
|
|
242
|
-
## `mw app getSystemsoftware SYSTEMSOFTWAREID`
|
|
172
|
+
## `mw app dependency getSystemsoftware SYSTEMSOFTWAREID`
|
|
243
173
|
|
|
244
174
|
get a specific `SystemSoftware`
|
|
245
175
|
|
|
246
176
|
```
|
|
247
177
|
USAGE
|
|
248
|
-
$ mw app getSystemsoftware SYSTEMSOFTWAREID [--output json|yaml | | ]
|
|
178
|
+
$ mw app dependency getSystemsoftware SYSTEMSOFTWAREID [--output json|yaml | | ]
|
|
249
179
|
|
|
250
180
|
ARGUMENTS
|
|
251
181
|
SYSTEMSOFTWAREID undefined
|
|
@@ -258,13 +188,14 @@ DESCRIPTION
|
|
|
258
188
|
get a specific `SystemSoftware`
|
|
259
189
|
```
|
|
260
190
|
|
|
261
|
-
## `mw app getSystemsoftwareversion SYSTEMSOFTWAREVERSIONID`
|
|
191
|
+
## `mw app dependency getSystemsoftwareversion SYSTEMSOFTWAREVERSIONID`
|
|
262
192
|
|
|
263
193
|
get a specific `SystemSoftwareVersion`
|
|
264
194
|
|
|
265
195
|
```
|
|
266
196
|
USAGE
|
|
267
|
-
$ mw app getSystemsoftwareversion SYSTEMSOFTWAREVERSIONID --system-software-id <value> [--output json|yaml
|
|
197
|
+
$ mw app dependency getSystemsoftwareversion SYSTEMSOFTWAREVERSIONID --system-software-id <value> [--output json|yaml
|
|
198
|
+
| | ]
|
|
268
199
|
|
|
269
200
|
ARGUMENTS
|
|
270
201
|
SYSTEMSOFTWAREVERSIONID undefined
|
|
@@ -278,63 +209,13 @@ DESCRIPTION
|
|
|
278
209
|
get a specific `SystemSoftwareVersion`
|
|
279
210
|
```
|
|
280
211
|
|
|
281
|
-
## `mw app
|
|
282
|
-
|
|
283
|
-
List projects
|
|
284
|
-
|
|
285
|
-
```
|
|
286
|
-
USAGE
|
|
287
|
-
$ mw app list -p <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
288
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
289
|
-
|
|
290
|
-
FLAGS
|
|
291
|
-
-p, --project=<value> (required) project to run the command for
|
|
292
|
-
-x, --extended show extra columns
|
|
293
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
294
|
-
--csv output is csv format [alias: --output=csv]
|
|
295
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
296
|
-
--no-header hide table header from output
|
|
297
|
-
--no-truncate do not truncate output to fit screen
|
|
298
|
-
--output=<option> output in a more machine friendly format
|
|
299
|
-
<options: csv|json|yaml>
|
|
300
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
301
|
-
|
|
302
|
-
DESCRIPTION
|
|
303
|
-
List projects
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
## `mw app listAppinstallations`
|
|
307
|
-
|
|
308
|
-
get all `AppInstallations` inside a specific `Project`
|
|
309
|
-
|
|
310
|
-
```
|
|
311
|
-
USAGE
|
|
312
|
-
$ mw app listAppinstallations --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
313
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
314
|
-
|
|
315
|
-
FLAGS
|
|
316
|
-
-x, --extended show extra columns
|
|
317
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
318
|
-
--csv output is csv format [alias: --output=csv]
|
|
319
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
320
|
-
--no-header hide table header from output
|
|
321
|
-
--no-truncate do not truncate output to fit screen
|
|
322
|
-
--output=<option> output in a more machine friendly format
|
|
323
|
-
<options: csv|json|yaml>
|
|
324
|
-
--project-id=<value> (required) undefined
|
|
325
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
326
|
-
|
|
327
|
-
DESCRIPTION
|
|
328
|
-
get all `AppInstallations` inside a specific `Project`
|
|
329
|
-
```
|
|
330
|
-
|
|
331
|
-
## `mw app listApps`
|
|
212
|
+
## `mw app dependency listSystemsoftwares`
|
|
332
213
|
|
|
333
|
-
get all available `
|
|
214
|
+
get all available `SystemSoftware`
|
|
334
215
|
|
|
335
216
|
```
|
|
336
217
|
USAGE
|
|
337
|
-
$ mw app
|
|
218
|
+
$ mw app dependency listSystemsoftwares [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
338
219
|
[--csv | --no-truncate]] [--no-header | ]
|
|
339
220
|
|
|
340
221
|
FLAGS
|
|
@@ -349,107 +230,123 @@ FLAGS
|
|
|
349
230
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
350
231
|
|
|
351
232
|
DESCRIPTION
|
|
352
|
-
get all available `
|
|
233
|
+
get all available `SystemSoftware`
|
|
353
234
|
```
|
|
354
235
|
|
|
355
|
-
## `mw app
|
|
236
|
+
## `mw app dependency listSystemsoftwareversions`
|
|
356
237
|
|
|
357
|
-
get all `
|
|
238
|
+
get all available `SystemSoftwareVersions` of a specific `SystemSoftware`
|
|
358
239
|
|
|
359
240
|
```
|
|
360
241
|
USAGE
|
|
361
|
-
$ mw app
|
|
362
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
242
|
+
$ mw app dependency listSystemsoftwareversions --system-software-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>]
|
|
243
|
+
[--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
363
244
|
|
|
364
245
|
FLAGS
|
|
365
|
-
-x, --extended
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
369
|
-
--
|
|
370
|
-
--no-
|
|
371
|
-
--
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
--
|
|
246
|
+
-x, --extended show extra columns
|
|
247
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
248
|
+
--csv output is csv format [alias: --output=csv]
|
|
249
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
250
|
+
--no-header hide table header from output
|
|
251
|
+
--no-truncate do not truncate output to fit screen
|
|
252
|
+
--output=<option> output in a more machine friendly format
|
|
253
|
+
<options: csv|json|yaml>
|
|
254
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
255
|
+
--system-software-id=<value> (required) undefined
|
|
375
256
|
|
|
376
257
|
DESCRIPTION
|
|
377
|
-
get all `
|
|
258
|
+
get all available `SystemSoftwareVersions` of a specific `SystemSoftware`
|
|
378
259
|
```
|
|
379
260
|
|
|
380
|
-
## `mw app
|
|
261
|
+
## `mw app get APPINSTALLATIONID`
|
|
381
262
|
|
|
382
|
-
get
|
|
263
|
+
get a specific `AppInstallation`
|
|
383
264
|
|
|
384
265
|
```
|
|
385
266
|
USAGE
|
|
386
|
-
$ mw app
|
|
387
|
-
|
|
267
|
+
$ mw app get APPINSTALLATIONID [--output json|yaml | | ]
|
|
268
|
+
|
|
269
|
+
ARGUMENTS
|
|
270
|
+
APPINSTALLATIONID undefined
|
|
388
271
|
|
|
389
272
|
FLAGS
|
|
390
|
-
-x, --extended show extra columns
|
|
391
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
392
|
-
--csv output is csv format [alias: --output=csv]
|
|
393
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
394
|
-
--no-header hide table header from output
|
|
395
|
-
--no-truncate do not truncate output to fit screen
|
|
396
273
|
--output=<option> output in a more machine friendly format
|
|
397
|
-
<options:
|
|
398
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
274
|
+
<options: json|yaml>
|
|
399
275
|
|
|
400
276
|
DESCRIPTION
|
|
401
|
-
get
|
|
277
|
+
get a specific `AppInstallation`
|
|
402
278
|
```
|
|
403
279
|
|
|
404
|
-
## `mw app
|
|
280
|
+
## `mw app install wordpress`
|
|
405
281
|
|
|
406
|
-
|
|
282
|
+
Creates new WordPress Installation.
|
|
407
283
|
|
|
408
284
|
```
|
|
409
285
|
USAGE
|
|
410
|
-
$ mw app
|
|
411
|
-
|
|
286
|
+
$ mw app install wordpress -p <value> --host <value> --admin-user <value> --admin-email <value> --admin-pass <value>
|
|
287
|
+
--site-title <value> [--version <value>] [-w]
|
|
412
288
|
|
|
413
289
|
FLAGS
|
|
414
|
-
-
|
|
415
|
-
--
|
|
416
|
-
--
|
|
417
|
-
--
|
|
418
|
-
--
|
|
419
|
-
--
|
|
420
|
-
--
|
|
421
|
-
|
|
422
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
423
|
-
--system-software-id=<value> (required) undefined
|
|
290
|
+
-p, --project-id=<value> (required) ID of the Project, in which the App will be created.
|
|
291
|
+
-w, --wait Wait for the App to be ready.
|
|
292
|
+
--admin-email=<value> (required) First Admin Users E-Mail.
|
|
293
|
+
--admin-pass=<value> (required) First Admin Users Password.
|
|
294
|
+
--admin-user=<value> (required) First Admin User for the app.
|
|
295
|
+
--host=<value> (required) Host under which the App will be available (Needs to be created separately).
|
|
296
|
+
--site-title=<value> (required) Site Title of the created appInstallation.
|
|
297
|
+
--version=<value> Version of the App to be created - Defaults to latest
|
|
424
298
|
|
|
425
299
|
DESCRIPTION
|
|
426
|
-
|
|
300
|
+
Creates new WordPress Installation.
|
|
427
301
|
```
|
|
428
302
|
|
|
429
|
-
## `mw app
|
|
303
|
+
## `mw app list`
|
|
430
304
|
|
|
431
|
-
|
|
305
|
+
List projects
|
|
432
306
|
|
|
433
307
|
```
|
|
434
308
|
USAGE
|
|
435
|
-
$ mw app
|
|
309
|
+
$ mw app list -p <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
310
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
436
311
|
|
|
437
312
|
FLAGS
|
|
438
|
-
--
|
|
439
|
-
--
|
|
440
|
-
|
|
313
|
+
-p, --project=<value> (required) project to run the command for
|
|
314
|
+
-x, --extended show extra columns
|
|
315
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
316
|
+
--csv output is csv format [alias: --output=csv]
|
|
317
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
318
|
+
--no-header hide table header from output
|
|
319
|
+
--no-truncate do not truncate output to fit screen
|
|
320
|
+
--output=<option> output in a more machine friendly format
|
|
321
|
+
<options: csv|json|yaml>
|
|
322
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
441
323
|
|
|
442
324
|
DESCRIPTION
|
|
443
|
-
|
|
325
|
+
List projects
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
## `mw app versions [APP]`
|
|
329
|
+
|
|
330
|
+
List supported Apps and Versions
|
|
331
|
+
|
|
332
|
+
```
|
|
333
|
+
USAGE
|
|
334
|
+
$ mw app versions [APP]
|
|
335
|
+
|
|
336
|
+
ARGUMENTS
|
|
337
|
+
APP name of specific app to get versions for
|
|
338
|
+
|
|
339
|
+
DESCRIPTION
|
|
340
|
+
List supported Apps and Versions
|
|
444
341
|
```
|
|
445
342
|
|
|
446
|
-
## `mw article
|
|
343
|
+
## `mw article get ARTICLEID`
|
|
447
344
|
|
|
448
345
|
Get an Article.
|
|
449
346
|
|
|
450
347
|
```
|
|
451
348
|
USAGE
|
|
452
|
-
$ mw article
|
|
349
|
+
$ mw article get ARTICLEID [--output json|yaml | | ]
|
|
453
350
|
|
|
454
351
|
ARGUMENTS
|
|
455
352
|
ARTICLEID undefined
|
|
@@ -462,13 +359,13 @@ DESCRIPTION
|
|
|
462
359
|
Get an Article.
|
|
463
360
|
```
|
|
464
361
|
|
|
465
|
-
## `mw article
|
|
362
|
+
## `mw article list`
|
|
466
363
|
|
|
467
364
|
List Articles.
|
|
468
365
|
|
|
469
366
|
```
|
|
470
367
|
USAGE
|
|
471
|
-
$ mw article
|
|
368
|
+
$ mw article list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
472
369
|
[--csv | --no-truncate]] [--no-header | ]
|
|
473
370
|
|
|
474
371
|
FLAGS
|
|
@@ -903,211 +800,210 @@ FLAGS
|
|
|
903
800
|
--wait
|
|
904
801
|
```
|
|
905
802
|
|
|
906
|
-
## `mw
|
|
803
|
+
## `mw database mysql charsets`
|
|
907
804
|
|
|
908
|
-
|
|
805
|
+
List available MySQL character sets and collations, optionally filtered by a MySQLVersion.
|
|
909
806
|
|
|
910
807
|
```
|
|
911
808
|
USAGE
|
|
912
|
-
$ mw
|
|
913
|
-
|
|
914
|
-
ARGUMENTS
|
|
915
|
-
CRONJOBID ID of the Cronjob to be retrieved.
|
|
809
|
+
$ mw database mysql charsets [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
810
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
916
811
|
|
|
917
812
|
FLAGS
|
|
813
|
+
-x, --extended show extra columns
|
|
814
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
815
|
+
--csv output is csv format [alias: --output=csv]
|
|
816
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
817
|
+
--no-header hide table header from output
|
|
818
|
+
--no-truncate do not truncate output to fit screen
|
|
918
819
|
--output=<option> output in a more machine friendly format
|
|
919
|
-
<options: json|yaml>
|
|
820
|
+
<options: csv|json|yaml>
|
|
821
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
920
822
|
|
|
921
823
|
DESCRIPTION
|
|
922
|
-
|
|
824
|
+
List available MySQL character sets and collations, optionally filtered by a MySQLVersion.
|
|
923
825
|
```
|
|
924
826
|
|
|
925
|
-
## `mw
|
|
827
|
+
## `mw database mysql get ID`
|
|
926
828
|
|
|
927
|
-
Get a
|
|
829
|
+
Get a MySQLDatabase.
|
|
928
830
|
|
|
929
831
|
```
|
|
930
832
|
USAGE
|
|
931
|
-
$ mw
|
|
833
|
+
$ mw database mysql get ID [--output json|yaml | | ]
|
|
932
834
|
|
|
933
835
|
ARGUMENTS
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
FLAGS
|
|
937
|
-
--cronjob-id=<value> (required) undefined
|
|
938
|
-
--output=<option> output in a more machine friendly format
|
|
939
|
-
<options: json|yaml>
|
|
940
|
-
|
|
941
|
-
DESCRIPTION
|
|
942
|
-
Get a CronjobExecution.
|
|
943
|
-
```
|
|
944
|
-
|
|
945
|
-
## `mw cronjob listCronjobs`
|
|
946
|
-
|
|
947
|
-
List Cronjobs belonging to a Project.
|
|
948
|
-
|
|
949
|
-
```
|
|
950
|
-
USAGE
|
|
951
|
-
$ mw cronjob listCronjobs --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
952
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
836
|
+
ID ID of the MySQLDatabase to be retrieved.
|
|
953
837
|
|
|
954
838
|
FLAGS
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
--csv output is csv format [alias: --output=csv]
|
|
958
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
959
|
-
--no-header hide table header from output
|
|
960
|
-
--no-truncate do not truncate output to fit screen
|
|
961
|
-
--output=<option> output in a more machine friendly format
|
|
962
|
-
<options: csv|json|yaml>
|
|
963
|
-
--project-id=<value> (required) ID of the Project for which to list Cronjobs for.
|
|
964
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
839
|
+
--output=<option> output in a more machine friendly format
|
|
840
|
+
<options: json|yaml>
|
|
965
841
|
|
|
966
842
|
DESCRIPTION
|
|
967
|
-
|
|
843
|
+
Get a MySQLDatabase.
|
|
968
844
|
```
|
|
969
845
|
|
|
970
|
-
## `mw
|
|
846
|
+
## `mw database mysql list`
|
|
971
847
|
|
|
972
|
-
List
|
|
848
|
+
List MySQLDatabases belonging to a Project.
|
|
973
849
|
|
|
974
850
|
```
|
|
975
851
|
USAGE
|
|
976
|
-
$ mw
|
|
852
|
+
$ mw database mysql list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
977
853
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
978
854
|
|
|
979
855
|
FLAGS
|
|
980
856
|
-x, --extended show extra columns
|
|
981
857
|
--columns=<value> only show provided columns (comma-separated)
|
|
982
|
-
--cronjob-id=<value> (required) ID of the Cronjob for which to list CronjobExecutions for.
|
|
983
858
|
--csv output is csv format [alias: --output=csv]
|
|
984
859
|
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
985
860
|
--no-header hide table header from output
|
|
986
861
|
--no-truncate do not truncate output to fit screen
|
|
987
862
|
--output=<option> output in a more machine friendly format
|
|
988
863
|
<options: csv|json|yaml>
|
|
864
|
+
--project-id=<value> (required) ID of the Project to list MySQLDatabases for.
|
|
989
865
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
990
866
|
|
|
991
867
|
DESCRIPTION
|
|
992
|
-
List
|
|
868
|
+
List MySQLDatabases belonging to a Project.
|
|
993
869
|
```
|
|
994
870
|
|
|
995
|
-
## `mw
|
|
871
|
+
## `mw database mysql user get ID`
|
|
996
872
|
|
|
997
|
-
Get a
|
|
873
|
+
Get a MySQLUser.
|
|
998
874
|
|
|
999
875
|
```
|
|
1000
876
|
USAGE
|
|
1001
|
-
$ mw
|
|
877
|
+
$ mw database mysql user get ID [--output json|yaml | | ]
|
|
1002
878
|
|
|
1003
879
|
ARGUMENTS
|
|
1004
|
-
|
|
880
|
+
ID ID of the MySQLUser to be retrieved.
|
|
1005
881
|
|
|
1006
882
|
FLAGS
|
|
1007
883
|
--output=<option> output in a more machine friendly format
|
|
1008
884
|
<options: json|yaml>
|
|
1009
885
|
|
|
1010
886
|
DESCRIPTION
|
|
1011
|
-
Get a
|
|
887
|
+
Get a MySQLUser.
|
|
1012
888
|
```
|
|
1013
889
|
|
|
1014
|
-
## `mw
|
|
890
|
+
## `mw database mysql user getMysqlUserPhpMyAdminUrl`
|
|
1015
891
|
|
|
1016
|
-
Get a
|
|
892
|
+
Get a MySQLUser's PhpMyAdmin-URL.
|
|
1017
893
|
|
|
1018
894
|
```
|
|
1019
895
|
USAGE
|
|
1020
|
-
$ mw
|
|
1021
|
-
|
|
1022
|
-
ARGUMENTS
|
|
1023
|
-
CATEGORYID undefined
|
|
896
|
+
$ mw database mysql user getMysqlUserPhpMyAdminUrl --id <value> [--output json|yaml | | ]
|
|
1024
897
|
|
|
1025
898
|
FLAGS
|
|
899
|
+
--id=<value> (required) ID of the MySQLUser for which to get the URL for.
|
|
1026
900
|
--output=<option> output in a more machine friendly format
|
|
1027
901
|
<options: json|yaml>
|
|
1028
902
|
|
|
1029
903
|
DESCRIPTION
|
|
1030
|
-
Get a
|
|
904
|
+
Get a MySQLUser's PhpMyAdmin-URL.
|
|
1031
905
|
```
|
|
1032
906
|
|
|
1033
|
-
## `mw
|
|
907
|
+
## `mw database mysql user list`
|
|
1034
908
|
|
|
1035
|
-
|
|
909
|
+
List MySQLUsers belonging to a database.
|
|
1036
910
|
|
|
1037
911
|
```
|
|
1038
912
|
USAGE
|
|
1039
|
-
$ mw
|
|
1040
|
-
|
|
1041
|
-
ARGUMENTS
|
|
1042
|
-
INVITEID ID of the CustomerInvite to be retrieved.
|
|
913
|
+
$ mw database mysql user list --database-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
914
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1043
915
|
|
|
1044
916
|
FLAGS
|
|
1045
|
-
--
|
|
1046
|
-
|
|
917
|
+
-x, --extended show extra columns
|
|
918
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
919
|
+
--csv output is csv format [alias: --output=csv]
|
|
920
|
+
--database-id=<value> (required) ID of the MySQLDatabase to list Users for.
|
|
921
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
922
|
+
--no-header hide table header from output
|
|
923
|
+
--no-truncate do not truncate output to fit screen
|
|
924
|
+
--output=<option> output in a more machine friendly format
|
|
925
|
+
<options: csv|json|yaml>
|
|
926
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1047
927
|
|
|
1048
928
|
DESCRIPTION
|
|
1049
|
-
|
|
929
|
+
List MySQLUsers belonging to a database.
|
|
1050
930
|
```
|
|
1051
931
|
|
|
1052
|
-
## `mw
|
|
932
|
+
## `mw database mysql versions`
|
|
1053
933
|
|
|
1054
|
-
|
|
934
|
+
List available MySQLVersions.
|
|
1055
935
|
|
|
1056
936
|
```
|
|
1057
937
|
USAGE
|
|
1058
|
-
$ mw
|
|
1059
|
-
|
|
1060
|
-
ARGUMENTS
|
|
1061
|
-
MEMBERSHIPID ID of the CustomerMembership to retrieve.
|
|
938
|
+
$ mw database mysql versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
939
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
1062
940
|
|
|
1063
941
|
FLAGS
|
|
942
|
+
-x, --extended show extra columns
|
|
943
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
944
|
+
--csv output is csv format [alias: --output=csv]
|
|
945
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
946
|
+
--no-header hide table header from output
|
|
947
|
+
--no-truncate do not truncate output to fit screen
|
|
1064
948
|
--output=<option> output in a more machine friendly format
|
|
1065
|
-
<options: json|yaml>
|
|
949
|
+
<options: csv|json|yaml>
|
|
950
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1066
951
|
|
|
1067
952
|
DESCRIPTION
|
|
1068
|
-
|
|
953
|
+
List available MySQLVersions.
|
|
1069
954
|
```
|
|
1070
955
|
|
|
1071
|
-
## `mw
|
|
956
|
+
## `mw database redis get ID`
|
|
1072
957
|
|
|
1073
|
-
Get a
|
|
958
|
+
Get a RedisDatabase.
|
|
1074
959
|
|
|
1075
960
|
```
|
|
1076
961
|
USAGE
|
|
1077
|
-
$ mw
|
|
962
|
+
$ mw database redis get ID [--output json|yaml | | ]
|
|
963
|
+
|
|
964
|
+
ARGUMENTS
|
|
965
|
+
ID ID of the RedisDatabase to retrieve.
|
|
1078
966
|
|
|
1079
967
|
FLAGS
|
|
1080
968
|
--output=<option> output in a more machine friendly format
|
|
1081
969
|
<options: json|yaml>
|
|
1082
970
|
|
|
1083
971
|
DESCRIPTION
|
|
1084
|
-
Get a
|
|
972
|
+
Get a RedisDatabase.
|
|
1085
973
|
```
|
|
1086
974
|
|
|
1087
|
-
## `mw
|
|
975
|
+
## `mw database redis list`
|
|
1088
976
|
|
|
1089
|
-
|
|
977
|
+
List RedisDatabases belonging to a project.
|
|
1090
978
|
|
|
1091
979
|
```
|
|
1092
980
|
USAGE
|
|
1093
|
-
$ mw
|
|
981
|
+
$ mw database redis list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
982
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1094
983
|
|
|
1095
984
|
FLAGS
|
|
1096
|
-
|
|
1097
|
-
--
|
|
1098
|
-
|
|
985
|
+
-x, --extended show extra columns
|
|
986
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
987
|
+
--csv output is csv format [alias: --output=csv]
|
|
988
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
989
|
+
--no-header hide table header from output
|
|
990
|
+
--no-truncate do not truncate output to fit screen
|
|
991
|
+
--output=<option> output in a more machine friendly format
|
|
992
|
+
<options: csv|json|yaml>
|
|
993
|
+
--project-id=<value> (required) ID of the Project to list RedisDatabases for.
|
|
994
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1099
995
|
|
|
1100
996
|
DESCRIPTION
|
|
1101
|
-
|
|
997
|
+
List RedisDatabases belonging to a project.
|
|
1102
998
|
```
|
|
1103
999
|
|
|
1104
|
-
## `mw
|
|
1000
|
+
## `mw database redis versions`
|
|
1105
1001
|
|
|
1106
|
-
List
|
|
1002
|
+
List available Redis versions.
|
|
1107
1003
|
|
|
1108
1004
|
```
|
|
1109
1005
|
USAGE
|
|
1110
|
-
$ mw
|
|
1006
|
+
$ mw database redis versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1111
1007
|
[--csv | --no-truncate]] [--no-header | ]
|
|
1112
1008
|
|
|
1113
1009
|
FLAGS
|
|
@@ -1122,181 +1018,90 @@ FLAGS
|
|
|
1122
1018
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1123
1019
|
|
|
1124
1020
|
DESCRIPTION
|
|
1125
|
-
List
|
|
1021
|
+
List available Redis versions.
|
|
1126
1022
|
```
|
|
1127
1023
|
|
|
1128
|
-
## `mw
|
|
1024
|
+
## `mw domain dnszone get ZONEID`
|
|
1129
1025
|
|
|
1130
|
-
|
|
1026
|
+
gets a specific zone
|
|
1131
1027
|
|
|
1132
1028
|
```
|
|
1133
1029
|
USAGE
|
|
1134
|
-
$ mw
|
|
1135
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1136
|
-
|
|
1137
|
-
FLAGS
|
|
1138
|
-
-x, --extended show extra columns
|
|
1139
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1140
|
-
--csv output is csv format [alias: --output=csv]
|
|
1141
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1142
|
-
--no-header hide table header from output
|
|
1143
|
-
--no-truncate do not truncate output to fit screen
|
|
1144
|
-
--output=<option> output in a more machine friendly format
|
|
1145
|
-
<options: csv|json|yaml>
|
|
1146
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1147
|
-
|
|
1148
|
-
DESCRIPTION
|
|
1149
|
-
List all CustomerMemberships for the executing user.
|
|
1150
|
-
```
|
|
1151
|
-
|
|
1152
|
-
## `mw customer listCustomers`
|
|
1030
|
+
$ mw domain dnszone get ZONEID [--output json|yaml | | ]
|
|
1153
1031
|
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
```
|
|
1157
|
-
USAGE
|
|
1158
|
-
$ mw customer listCustomers [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1159
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1032
|
+
ARGUMENTS
|
|
1033
|
+
ZONEID id of the zone you want to get
|
|
1160
1034
|
|
|
1161
1035
|
FLAGS
|
|
1162
|
-
-x, --extended show extra columns
|
|
1163
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1164
|
-
--csv output is csv format [alias: --output=csv]
|
|
1165
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1166
|
-
--no-header hide table header from output
|
|
1167
|
-
--no-truncate do not truncate output to fit screen
|
|
1168
1036
|
--output=<option> output in a more machine friendly format
|
|
1169
|
-
<options:
|
|
1170
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1171
|
-
|
|
1172
|
-
DESCRIPTION
|
|
1173
|
-
Get all customer profiles the authenticated user has access to.
|
|
1174
|
-
```
|
|
1175
|
-
|
|
1176
|
-
## `mw customer listInvitesForCustomer`
|
|
1177
|
-
|
|
1178
|
-
List all invites for a Customer.
|
|
1179
|
-
|
|
1180
|
-
```
|
|
1181
|
-
USAGE
|
|
1182
|
-
$ mw customer listInvitesForCustomer --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1183
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1184
|
-
|
|
1185
|
-
FLAGS
|
|
1186
|
-
-x, --extended show extra columns
|
|
1187
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1188
|
-
--csv output is csv format [alias: --output=csv]
|
|
1189
|
-
--customer-id=<value> (required) ID of the Customer to list invites for.
|
|
1190
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1191
|
-
--no-header hide table header from output
|
|
1192
|
-
--no-truncate do not truncate output to fit screen
|
|
1193
|
-
--output=<option> output in a more machine friendly format
|
|
1194
|
-
<options: csv|json|yaml>
|
|
1195
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1037
|
+
<options: json|yaml>
|
|
1196
1038
|
|
|
1197
1039
|
DESCRIPTION
|
|
1198
|
-
|
|
1040
|
+
gets a specific zone
|
|
1199
1041
|
```
|
|
1200
1042
|
|
|
1201
|
-
## `mw
|
|
1043
|
+
## `mw domain dnszone list`
|
|
1202
1044
|
|
|
1203
|
-
|
|
1045
|
+
gets all dns zones by project id
|
|
1204
1046
|
|
|
1205
1047
|
```
|
|
1206
1048
|
USAGE
|
|
1207
|
-
$ mw
|
|
1208
|
-
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1049
|
+
$ mw domain dnszone list --project-id <value> [--output json|yaml | | ]
|
|
1209
1050
|
|
|
1210
1051
|
FLAGS
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
--
|
|
1214
|
-
--customer-id=<value> (required) Customer to list memberships for.
|
|
1215
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1216
|
-
--no-header hide table header from output
|
|
1217
|
-
--no-truncate do not truncate output to fit screen
|
|
1218
|
-
--output=<option> output in a more machine friendly format
|
|
1219
|
-
<options: csv|json|yaml>
|
|
1220
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1052
|
+
--output=<option> output in a more machine friendly format
|
|
1053
|
+
<options: json|yaml>
|
|
1054
|
+
--project-id=<value> (required) project you want to get the zones for
|
|
1221
1055
|
|
|
1222
1056
|
DESCRIPTION
|
|
1223
|
-
|
|
1057
|
+
gets all dns zones by project id
|
|
1224
1058
|
```
|
|
1225
1059
|
|
|
1226
|
-
## `mw
|
|
1060
|
+
## `mw domain get DOMAINID`
|
|
1227
1061
|
|
|
1228
|
-
Get
|
|
1062
|
+
Get a Domain.
|
|
1229
1063
|
|
|
1230
1064
|
```
|
|
1231
1065
|
USAGE
|
|
1232
|
-
$ mw
|
|
1233
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1234
|
-
|
|
1235
|
-
FLAGS
|
|
1236
|
-
-x, --extended show extra columns
|
|
1237
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1238
|
-
--csv output is csv format [alias: --output=csv]
|
|
1239
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1240
|
-
--no-header hide table header from output
|
|
1241
|
-
--no-truncate do not truncate output to fit screen
|
|
1242
|
-
--output=<option> output in a more machine friendly format
|
|
1243
|
-
<options: csv|json|yaml>
|
|
1244
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1245
|
-
|
|
1246
|
-
DESCRIPTION
|
|
1247
|
-
Get all customer categories.
|
|
1248
|
-
```
|
|
1249
|
-
|
|
1250
|
-
## `mw database mysql charsets`
|
|
1066
|
+
$ mw domain get DOMAINID [--output json|yaml | | ]
|
|
1251
1067
|
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
```
|
|
1255
|
-
USAGE
|
|
1256
|
-
$ mw database mysql charsets [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1257
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1068
|
+
ARGUMENTS
|
|
1069
|
+
DOMAINID undefined
|
|
1258
1070
|
|
|
1259
1071
|
FLAGS
|
|
1260
|
-
-x, --extended show extra columns
|
|
1261
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1262
|
-
--csv output is csv format [alias: --output=csv]
|
|
1263
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1264
|
-
--no-header hide table header from output
|
|
1265
|
-
--no-truncate do not truncate output to fit screen
|
|
1266
1072
|
--output=<option> output in a more machine friendly format
|
|
1267
|
-
<options:
|
|
1268
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1073
|
+
<options: json|yaml>
|
|
1269
1074
|
|
|
1270
1075
|
DESCRIPTION
|
|
1271
|
-
|
|
1076
|
+
Get a Domain.
|
|
1272
1077
|
```
|
|
1273
1078
|
|
|
1274
|
-
## `mw
|
|
1079
|
+
## `mw domain get-handle DOMAINNAME`
|
|
1275
1080
|
|
|
1276
|
-
Get a
|
|
1081
|
+
Get a HandleSchema.
|
|
1277
1082
|
|
|
1278
1083
|
```
|
|
1279
1084
|
USAGE
|
|
1280
|
-
$ mw
|
|
1085
|
+
$ mw domain get-handle DOMAINNAME [--output json|yaml | | ]
|
|
1281
1086
|
|
|
1282
1087
|
ARGUMENTS
|
|
1283
|
-
|
|
1088
|
+
DOMAINNAME The whole domain name
|
|
1284
1089
|
|
|
1285
1090
|
FLAGS
|
|
1286
1091
|
--output=<option> output in a more machine friendly format
|
|
1287
1092
|
<options: json|yaml>
|
|
1288
1093
|
|
|
1289
1094
|
DESCRIPTION
|
|
1290
|
-
Get a
|
|
1095
|
+
Get a HandleSchema.
|
|
1291
1096
|
```
|
|
1292
1097
|
|
|
1293
|
-
## `mw
|
|
1098
|
+
## `mw domain list`
|
|
1294
1099
|
|
|
1295
|
-
List
|
|
1100
|
+
List Domains belonging to a Project.
|
|
1296
1101
|
|
|
1297
1102
|
```
|
|
1298
1103
|
USAGE
|
|
1299
|
-
$ mw
|
|
1104
|
+
$ mw domain list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1300
1105
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1301
1106
|
|
|
1302
1107
|
FLAGS
|
|
@@ -1308,81 +1113,83 @@ FLAGS
|
|
|
1308
1113
|
--no-truncate do not truncate output to fit screen
|
|
1309
1114
|
--output=<option> output in a more machine friendly format
|
|
1310
1115
|
<options: csv|json|yaml>
|
|
1311
|
-
--project-id=<value> (required)
|
|
1116
|
+
--project-id=<value> (required) undefined
|
|
1312
1117
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1313
1118
|
|
|
1314
1119
|
DESCRIPTION
|
|
1315
|
-
List
|
|
1120
|
+
List Domains belonging to a Project.
|
|
1316
1121
|
```
|
|
1317
1122
|
|
|
1318
|
-
## `mw
|
|
1123
|
+
## `mw domain ownership get DOMAINOWNERSHIPID`
|
|
1319
1124
|
|
|
1320
|
-
Get a
|
|
1125
|
+
Get a domain ownership.
|
|
1321
1126
|
|
|
1322
1127
|
```
|
|
1323
1128
|
USAGE
|
|
1324
|
-
$ mw
|
|
1129
|
+
$ mw domain ownership get DOMAINOWNERSHIPID [--output json|yaml | | ]
|
|
1325
1130
|
|
|
1326
1131
|
ARGUMENTS
|
|
1327
|
-
|
|
1132
|
+
DOMAINOWNERSHIPID undefined
|
|
1328
1133
|
|
|
1329
1134
|
FLAGS
|
|
1330
1135
|
--output=<option> output in a more machine friendly format
|
|
1331
1136
|
<options: json|yaml>
|
|
1332
1137
|
|
|
1333
1138
|
DESCRIPTION
|
|
1334
|
-
Get a
|
|
1139
|
+
Get a domain ownership.
|
|
1335
1140
|
```
|
|
1336
1141
|
|
|
1337
|
-
## `mw
|
|
1142
|
+
## `mw domain ownership list`
|
|
1338
1143
|
|
|
1339
|
-
|
|
1144
|
+
List all domain ownerships of a project.
|
|
1340
1145
|
|
|
1341
1146
|
```
|
|
1342
1147
|
USAGE
|
|
1343
|
-
$ mw
|
|
1148
|
+
$ mw domain ownership list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1149
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1344
1150
|
|
|
1345
1151
|
FLAGS
|
|
1346
|
-
--
|
|
1347
|
-
--
|
|
1348
|
-
|
|
1152
|
+
-x, --extended show extra columns
|
|
1153
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1154
|
+
--csv output is csv format [alias: --output=csv]
|
|
1155
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1156
|
+
--no-header hide table header from output
|
|
1157
|
+
--no-truncate do not truncate output to fit screen
|
|
1158
|
+
--output=<option> output in a more machine friendly format
|
|
1159
|
+
<options: csv|json|yaml>
|
|
1160
|
+
--project-id=<value> (required) undefined
|
|
1161
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1349
1162
|
|
|
1350
1163
|
DESCRIPTION
|
|
1351
|
-
|
|
1164
|
+
List all domain ownerships of a project.
|
|
1352
1165
|
```
|
|
1353
1166
|
|
|
1354
|
-
## `mw
|
|
1167
|
+
## `mw domain tld get TLD`
|
|
1355
1168
|
|
|
1356
|
-
|
|
1169
|
+
Get a toplevel domain.
|
|
1357
1170
|
|
|
1358
1171
|
```
|
|
1359
1172
|
USAGE
|
|
1360
|
-
$ mw
|
|
1361
|
-
|
|
1173
|
+
$ mw domain tld get TLD [--output json|yaml | | ]
|
|
1174
|
+
|
|
1175
|
+
ARGUMENTS
|
|
1176
|
+
TLD undefined
|
|
1362
1177
|
|
|
1363
1178
|
FLAGS
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
--csv output is csv format [alias: --output=csv]
|
|
1367
|
-
--database-id=<value> (required) ID of the MySQLDatabase to list Users for.
|
|
1368
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1369
|
-
--no-header hide table header from output
|
|
1370
|
-
--no-truncate do not truncate output to fit screen
|
|
1371
|
-
--output=<option> output in a more machine friendly format
|
|
1372
|
-
<options: csv|json|yaml>
|
|
1373
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1179
|
+
--output=<option> output in a more machine friendly format
|
|
1180
|
+
<options: json|yaml>
|
|
1374
1181
|
|
|
1375
1182
|
DESCRIPTION
|
|
1376
|
-
|
|
1183
|
+
Get a toplevel domain.
|
|
1377
1184
|
```
|
|
1378
1185
|
|
|
1379
|
-
## `mw
|
|
1186
|
+
## `mw domain tld list`
|
|
1380
1187
|
|
|
1381
|
-
List
|
|
1188
|
+
List all supported toplevel domains.
|
|
1382
1189
|
|
|
1383
1190
|
```
|
|
1384
1191
|
USAGE
|
|
1385
|
-
$ mw
|
|
1192
|
+
$ mw domain tld list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1386
1193
|
[--csv | --no-truncate]] [--no-header | ]
|
|
1387
1194
|
|
|
1388
1195
|
FLAGS
|
|
@@ -1397,36 +1204,36 @@ FLAGS
|
|
|
1397
1204
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1398
1205
|
|
|
1399
1206
|
DESCRIPTION
|
|
1400
|
-
List
|
|
1207
|
+
List all supported toplevel domains.
|
|
1401
1208
|
```
|
|
1402
1209
|
|
|
1403
|
-
## `mw
|
|
1210
|
+
## `mw domain virtualhost get INGRESSID`
|
|
1404
1211
|
|
|
1405
|
-
Get
|
|
1212
|
+
Get an Ingress.
|
|
1406
1213
|
|
|
1407
1214
|
```
|
|
1408
1215
|
USAGE
|
|
1409
|
-
$ mw
|
|
1216
|
+
$ mw domain virtualhost get INGRESSID [--output json|yaml | | ]
|
|
1410
1217
|
|
|
1411
1218
|
ARGUMENTS
|
|
1412
|
-
|
|
1219
|
+
INGRESSID ID of the Ingress to be retrieved.
|
|
1413
1220
|
|
|
1414
1221
|
FLAGS
|
|
1415
1222
|
--output=<option> output in a more machine friendly format
|
|
1416
1223
|
<options: json|yaml>
|
|
1417
1224
|
|
|
1418
1225
|
DESCRIPTION
|
|
1419
|
-
Get
|
|
1226
|
+
Get an Ingress.
|
|
1420
1227
|
```
|
|
1421
1228
|
|
|
1422
|
-
## `mw
|
|
1229
|
+
## `mw domain virtualhost list`
|
|
1423
1230
|
|
|
1424
|
-
List
|
|
1231
|
+
List Ingresses the user has access to.
|
|
1425
1232
|
|
|
1426
1233
|
```
|
|
1427
1234
|
USAGE
|
|
1428
|
-
$ mw
|
|
1429
|
-
|
|
1235
|
+
$ mw domain virtualhost list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1236
|
+
[--csv | --no-truncate]] [--no-header | ] [--project-id <value>]
|
|
1430
1237
|
|
|
1431
1238
|
FLAGS
|
|
1432
1239
|
-x, --extended show extra columns
|
|
@@ -1437,199 +1244,124 @@ FLAGS
|
|
|
1437
1244
|
--no-truncate do not truncate output to fit screen
|
|
1438
1245
|
--output=<option> output in a more machine friendly format
|
|
1439
1246
|
<options: csv|json|yaml>
|
|
1440
|
-
--project-id=<value>
|
|
1247
|
+
--project-id=<value> Project ID to filter by; if omitted this will list virtual hosts in all projects you have access
|
|
1248
|
+
to.
|
|
1441
1249
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1442
1250
|
|
|
1443
1251
|
DESCRIPTION
|
|
1444
|
-
List
|
|
1445
|
-
```
|
|
1446
|
-
|
|
1447
|
-
## `mw database redis versions`
|
|
1448
|
-
|
|
1449
|
-
List available Redis versions.
|
|
1450
|
-
|
|
1451
|
-
```
|
|
1452
|
-
USAGE
|
|
1453
|
-
$ mw database redis versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1454
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1455
|
-
|
|
1456
|
-
FLAGS
|
|
1457
|
-
-x, --extended show extra columns
|
|
1458
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1459
|
-
--csv output is csv format [alias: --output=csv]
|
|
1460
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1461
|
-
--no-header hide table header from output
|
|
1462
|
-
--no-truncate do not truncate output to fit screen
|
|
1463
|
-
--output=<option> output in a more machine friendly format
|
|
1464
|
-
<options: csv|json|yaml>
|
|
1465
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1466
|
-
|
|
1467
|
-
DESCRIPTION
|
|
1468
|
-
List available Redis versions.
|
|
1252
|
+
List Ingresses the user has access to.
|
|
1469
1253
|
```
|
|
1470
1254
|
|
|
1471
|
-
## `mw
|
|
1255
|
+
## `mw help [COMMANDS]`
|
|
1472
1256
|
|
|
1473
|
-
|
|
1257
|
+
Display help for mw.
|
|
1474
1258
|
|
|
1475
1259
|
```
|
|
1476
1260
|
USAGE
|
|
1477
|
-
$ mw
|
|
1261
|
+
$ mw help [COMMANDS] [-n]
|
|
1478
1262
|
|
|
1479
1263
|
ARGUMENTS
|
|
1480
|
-
|
|
1264
|
+
COMMANDS Command to show help for.
|
|
1481
1265
|
|
|
1482
1266
|
FLAGS
|
|
1483
|
-
--
|
|
1484
|
-
<options: json|yaml>
|
|
1267
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
1485
1268
|
|
|
1486
1269
|
DESCRIPTION
|
|
1487
|
-
|
|
1488
|
-
```
|
|
1489
|
-
|
|
1490
|
-
## `mw domain dnsZonesForProject`
|
|
1491
|
-
|
|
1492
|
-
gets all dns zones by project id
|
|
1493
|
-
|
|
1270
|
+
Display help for mw.
|
|
1494
1271
|
```
|
|
1495
|
-
USAGE
|
|
1496
|
-
$ mw domain dnsZonesForProject --project-id <value> [--output json|yaml | | ]
|
|
1497
1272
|
|
|
1498
|
-
|
|
1499
|
-
--output=<option> output in a more machine friendly format
|
|
1500
|
-
<options: json|yaml>
|
|
1501
|
-
--project-id=<value> (required) project you want to get the zones for
|
|
1502
|
-
|
|
1503
|
-
DESCRIPTION
|
|
1504
|
-
gets all dns zones by project id
|
|
1505
|
-
```
|
|
1273
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.11/src/commands/help.ts)_
|
|
1506
1274
|
|
|
1507
|
-
## `mw
|
|
1275
|
+
## `mw login status`
|
|
1508
1276
|
|
|
1509
|
-
|
|
1277
|
+
Checks your current authentication status
|
|
1510
1278
|
|
|
1511
1279
|
```
|
|
1512
1280
|
USAGE
|
|
1513
|
-
$ mw
|
|
1514
|
-
|
|
1515
|
-
ARGUMENTS
|
|
1516
|
-
DOMAINID undefined
|
|
1517
|
-
|
|
1518
|
-
FLAGS
|
|
1519
|
-
--output=<option> output in a more machine friendly format
|
|
1520
|
-
<options: json|yaml>
|
|
1281
|
+
$ mw login status
|
|
1521
1282
|
|
|
1522
1283
|
DESCRIPTION
|
|
1523
|
-
|
|
1284
|
+
Checks your current authentication status
|
|
1524
1285
|
```
|
|
1525
1286
|
|
|
1526
|
-
## `mw
|
|
1287
|
+
## `mw login token`
|
|
1527
1288
|
|
|
1528
|
-
|
|
1289
|
+
Authenticate using an API token
|
|
1529
1290
|
|
|
1530
1291
|
```
|
|
1531
1292
|
USAGE
|
|
1532
|
-
$ mw
|
|
1533
|
-
|
|
1534
|
-
ARGUMENTS
|
|
1535
|
-
DOMAINNAME The whole domain name
|
|
1293
|
+
$ mw login token [-o]
|
|
1536
1294
|
|
|
1537
1295
|
FLAGS
|
|
1538
|
-
--
|
|
1539
|
-
<options: json|yaml>
|
|
1296
|
+
-o, --overwrite overwrite existing token file
|
|
1540
1297
|
|
|
1541
1298
|
DESCRIPTION
|
|
1542
|
-
|
|
1299
|
+
Authenticate using an API token
|
|
1543
1300
|
```
|
|
1544
1301
|
|
|
1545
|
-
## `mw
|
|
1302
|
+
## `mw mail address create`
|
|
1546
1303
|
|
|
1547
|
-
|
|
1304
|
+
Create a new mail address
|
|
1548
1305
|
|
|
1549
1306
|
```
|
|
1550
1307
|
USAGE
|
|
1551
|
-
$ mw
|
|
1552
|
-
|
|
1553
|
-
ARGUMENTS
|
|
1554
|
-
DOMAINOWNERSHIPID undefined
|
|
1308
|
+
$ mw mail address create -p <value> -a <value> [--catch-all] [--enable-spam-protection] [--quota <value>]
|
|
1555
1309
|
|
|
1556
1310
|
FLAGS
|
|
1557
|
-
--
|
|
1558
|
-
|
|
1311
|
+
-a, --address=<value> (required) Mail address
|
|
1312
|
+
-p, --projectId=<value> (required) Project ID or short ID
|
|
1313
|
+
--catch-all Make this a catch-all mail address
|
|
1314
|
+
--[no-]enable-spam-protection Enable spam protection for this mailbox
|
|
1315
|
+
--quota=<value> [default: 1024] Mailbox quota in mebibytes
|
|
1559
1316
|
|
|
1560
1317
|
DESCRIPTION
|
|
1561
|
-
|
|
1318
|
+
Create a new mail address
|
|
1562
1319
|
```
|
|
1563
1320
|
|
|
1564
|
-
## `mw
|
|
1321
|
+
## `mw mail address delete ID`
|
|
1565
1322
|
|
|
1566
|
-
|
|
1323
|
+
Delete a mail address
|
|
1567
1324
|
|
|
1568
1325
|
```
|
|
1569
1326
|
USAGE
|
|
1570
|
-
$ mw
|
|
1327
|
+
$ mw mail address delete ID [--force]
|
|
1571
1328
|
|
|
1572
1329
|
ARGUMENTS
|
|
1573
|
-
|
|
1330
|
+
ID Mail address ID
|
|
1574
1331
|
|
|
1575
1332
|
FLAGS
|
|
1576
|
-
--
|
|
1577
|
-
<options: json|yaml>
|
|
1333
|
+
--force Do not ask for confirmation
|
|
1578
1334
|
|
|
1579
1335
|
DESCRIPTION
|
|
1580
|
-
|
|
1336
|
+
Delete a mail address
|
|
1581
1337
|
```
|
|
1582
1338
|
|
|
1583
|
-
## `mw
|
|
1339
|
+
## `mw mail address get ID`
|
|
1584
1340
|
|
|
1585
|
-
Get
|
|
1341
|
+
Get a specific mail address
|
|
1586
1342
|
|
|
1587
1343
|
```
|
|
1588
1344
|
USAGE
|
|
1589
|
-
$ mw
|
|
1345
|
+
$ mw mail address get ID [--output json|yaml | | ]
|
|
1590
1346
|
|
|
1591
1347
|
ARGUMENTS
|
|
1592
|
-
|
|
1348
|
+
ID id of the address you want to get
|
|
1593
1349
|
|
|
1594
1350
|
FLAGS
|
|
1595
1351
|
--output=<option> output in a more machine friendly format
|
|
1596
1352
|
<options: json|yaml>
|
|
1597
1353
|
|
|
1598
1354
|
DESCRIPTION
|
|
1599
|
-
Get
|
|
1600
|
-
```
|
|
1601
|
-
|
|
1602
|
-
## `mw domain ingressListAccessible`
|
|
1603
|
-
|
|
1604
|
-
List Ingresses the user has access to.
|
|
1605
|
-
|
|
1606
|
-
```
|
|
1607
|
-
USAGE
|
|
1608
|
-
$ mw domain ingressListAccessible [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1609
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1610
|
-
|
|
1611
|
-
FLAGS
|
|
1612
|
-
-x, --extended show extra columns
|
|
1613
|
-
--columns=<value> only show provided columns (comma-separated)
|
|
1614
|
-
--csv output is csv format [alias: --output=csv]
|
|
1615
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1616
|
-
--no-header hide table header from output
|
|
1617
|
-
--no-truncate do not truncate output to fit screen
|
|
1618
|
-
--output=<option> output in a more machine friendly format
|
|
1619
|
-
<options: csv|json|yaml>
|
|
1620
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1621
|
-
|
|
1622
|
-
DESCRIPTION
|
|
1623
|
-
List Ingresses the user has access to.
|
|
1355
|
+
Get a specific mail address
|
|
1624
1356
|
```
|
|
1625
1357
|
|
|
1626
|
-
## `mw
|
|
1358
|
+
## `mw mail address list`
|
|
1627
1359
|
|
|
1628
|
-
|
|
1360
|
+
Get all mail addresses for a project ID
|
|
1629
1361
|
|
|
1630
1362
|
```
|
|
1631
1363
|
USAGE
|
|
1632
|
-
$ mw
|
|
1364
|
+
$ mw mail address list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1633
1365
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1634
1366
|
|
|
1635
1367
|
FLAGS
|
|
@@ -1641,45 +1373,39 @@ FLAGS
|
|
|
1641
1373
|
--no-truncate do not truncate output to fit screen
|
|
1642
1374
|
--output=<option> output in a more machine friendly format
|
|
1643
1375
|
<options: csv|json|yaml>
|
|
1644
|
-
--project-id=<value> (required) ID
|
|
1376
|
+
--project-id=<value> (required) Project ID the mailAddresses are related to
|
|
1645
1377
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1646
1378
|
|
|
1647
1379
|
DESCRIPTION
|
|
1648
|
-
|
|
1380
|
+
Get all mail addresses for a project ID
|
|
1649
1381
|
```
|
|
1650
1382
|
|
|
1651
|
-
## `mw
|
|
1383
|
+
## `mw mail deliverybox get ID`
|
|
1652
1384
|
|
|
1653
|
-
|
|
1385
|
+
Get a specific deliverybox
|
|
1654
1386
|
|
|
1655
1387
|
```
|
|
1656
1388
|
USAGE
|
|
1657
|
-
$ mw
|
|
1658
|
-
|
|
1389
|
+
$ mw mail deliverybox get ID [--output json|yaml | | ]
|
|
1390
|
+
|
|
1391
|
+
ARGUMENTS
|
|
1392
|
+
ID ID of the deliverybox you want to retrieve
|
|
1659
1393
|
|
|
1660
1394
|
FLAGS
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
--csv output is csv format [alias: --output=csv]
|
|
1664
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1665
|
-
--no-header hide table header from output
|
|
1666
|
-
--no-truncate do not truncate output to fit screen
|
|
1667
|
-
--output=<option> output in a more machine friendly format
|
|
1668
|
-
<options: csv|json|yaml>
|
|
1669
|
-
--project-id=<value> (required) undefined
|
|
1670
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1395
|
+
--output=<option> output in a more machine friendly format
|
|
1396
|
+
<options: json|yaml>
|
|
1671
1397
|
|
|
1672
1398
|
DESCRIPTION
|
|
1673
|
-
|
|
1399
|
+
Get a specific deliverybox
|
|
1674
1400
|
```
|
|
1675
1401
|
|
|
1676
|
-
## `mw
|
|
1402
|
+
## `mw mail deliverybox list`
|
|
1677
1403
|
|
|
1678
|
-
|
|
1404
|
+
Get all deliveryboxes by project ID
|
|
1679
1405
|
|
|
1680
1406
|
```
|
|
1681
1407
|
USAGE
|
|
1682
|
-
$ mw
|
|
1408
|
+
$ mw mail deliverybox list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1683
1409
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1684
1410
|
|
|
1685
1411
|
FLAGS
|
|
@@ -1691,221 +1417,235 @@ FLAGS
|
|
|
1691
1417
|
--no-truncate do not truncate output to fit screen
|
|
1692
1418
|
--output=<option> output in a more machine friendly format
|
|
1693
1419
|
<options: csv|json|yaml>
|
|
1694
|
-
--project-id=<value> (required)
|
|
1420
|
+
--project-id=<value> (required) Project ID the deliveryboxes are related to
|
|
1695
1421
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1696
1422
|
|
|
1697
1423
|
DESCRIPTION
|
|
1698
|
-
|
|
1424
|
+
Get all deliveryboxes by project ID
|
|
1699
1425
|
```
|
|
1700
1426
|
|
|
1701
|
-
## `mw
|
|
1427
|
+
## `mw org can-order`
|
|
1702
1428
|
|
|
1703
|
-
|
|
1429
|
+
Check if the customer profile has a valid contract partner configured.
|
|
1704
1430
|
|
|
1705
1431
|
```
|
|
1706
1432
|
USAGE
|
|
1707
|
-
$ mw
|
|
1708
|
-
[--csv | --no-truncate]] [--no-header | ]
|
|
1433
|
+
$ mw org can-order --customer-id <value> [--output json|yaml | | ]
|
|
1709
1434
|
|
|
1710
1435
|
FLAGS
|
|
1711
|
-
-
|
|
1712
|
-
--
|
|
1713
|
-
|
|
1714
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1715
|
-
--no-header hide table header from output
|
|
1716
|
-
--no-truncate do not truncate output to fit screen
|
|
1717
|
-
--output=<option> output in a more machine friendly format
|
|
1718
|
-
<options: csv|json|yaml>
|
|
1719
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1436
|
+
--customer-id=<value> (required) undefined
|
|
1437
|
+
--output=<option> output in a more machine friendly format
|
|
1438
|
+
<options: json|yaml>
|
|
1720
1439
|
|
|
1721
1440
|
DESCRIPTION
|
|
1722
|
-
|
|
1441
|
+
Check if the customer profile has a valid contract partner configured.
|
|
1723
1442
|
```
|
|
1724
1443
|
|
|
1725
|
-
## `mw
|
|
1444
|
+
## `mw org get CUSTOMERID`
|
|
1726
1445
|
|
|
1727
|
-
Get a
|
|
1446
|
+
Get a customer profile.
|
|
1728
1447
|
|
|
1729
1448
|
```
|
|
1730
1449
|
USAGE
|
|
1731
|
-
$ mw
|
|
1450
|
+
$ mw org get CUSTOMERID [--output json|yaml | | ]
|
|
1732
1451
|
|
|
1733
1452
|
ARGUMENTS
|
|
1734
|
-
|
|
1453
|
+
CUSTOMERID undefined
|
|
1735
1454
|
|
|
1736
1455
|
FLAGS
|
|
1737
1456
|
--output=<option> output in a more machine friendly format
|
|
1738
1457
|
<options: json|yaml>
|
|
1739
1458
|
|
|
1740
1459
|
DESCRIPTION
|
|
1741
|
-
Get a
|
|
1460
|
+
Get a customer profile.
|
|
1742
1461
|
```
|
|
1743
1462
|
|
|
1744
|
-
## `mw
|
|
1463
|
+
## `mw org invite get INVITEID`
|
|
1745
1464
|
|
|
1746
|
-
Get a
|
|
1465
|
+
Get a CustomerInvite.
|
|
1747
1466
|
|
|
1748
1467
|
```
|
|
1749
1468
|
USAGE
|
|
1750
|
-
$ mw
|
|
1469
|
+
$ mw org invite get INVITEID [--output json|yaml | | ]
|
|
1470
|
+
|
|
1471
|
+
ARGUMENTS
|
|
1472
|
+
INVITEID ID of the CustomerInvite to be retrieved.
|
|
1751
1473
|
|
|
1752
1474
|
FLAGS
|
|
1753
|
-
--id=<value> (required) ID of the File to get the meta for.
|
|
1754
1475
|
--output=<option> output in a more machine friendly format
|
|
1755
1476
|
<options: json|yaml>
|
|
1756
1477
|
|
|
1757
1478
|
DESCRIPTION
|
|
1758
|
-
Get a
|
|
1479
|
+
Get a CustomerInvite.
|
|
1759
1480
|
```
|
|
1760
1481
|
|
|
1761
|
-
## `mw
|
|
1482
|
+
## `mw org invite list`
|
|
1762
1483
|
|
|
1763
|
-
|
|
1484
|
+
List all invites for a Customer.
|
|
1764
1485
|
|
|
1765
1486
|
```
|
|
1766
1487
|
USAGE
|
|
1767
|
-
$ mw
|
|
1768
|
-
|
|
1769
|
-
ARGUMENTS
|
|
1770
|
-
TOKEN Token of the Token's upload rules to be retrieved.
|
|
1488
|
+
$ mw org invite list --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1489
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1771
1490
|
|
|
1772
1491
|
FLAGS
|
|
1773
|
-
--
|
|
1774
|
-
|
|
1492
|
+
-x, --extended show extra columns
|
|
1493
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1494
|
+
--csv output is csv format [alias: --output=csv]
|
|
1495
|
+
--customer-id=<value> (required) ID of the Customer to list invites for.
|
|
1496
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1497
|
+
--no-header hide table header from output
|
|
1498
|
+
--no-truncate do not truncate output to fit screen
|
|
1499
|
+
--output=<option> output in a more machine friendly format
|
|
1500
|
+
<options: csv|json|yaml>
|
|
1501
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1775
1502
|
|
|
1776
1503
|
DESCRIPTION
|
|
1777
|
-
|
|
1504
|
+
List all invites for a Customer.
|
|
1778
1505
|
```
|
|
1779
1506
|
|
|
1780
|
-
## `mw
|
|
1507
|
+
## `mw org invite list-own`
|
|
1781
1508
|
|
|
1782
|
-
|
|
1509
|
+
List all CustomerInvites for the executing user.
|
|
1783
1510
|
|
|
1784
1511
|
```
|
|
1785
1512
|
USAGE
|
|
1786
|
-
$ mw
|
|
1787
|
-
|
|
1788
|
-
ARGUMENTS
|
|
1789
|
-
NAME Name of the Type's upload rules to be retrieved.
|
|
1513
|
+
$ mw org invite list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1514
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
1790
1515
|
|
|
1791
1516
|
FLAGS
|
|
1517
|
+
-x, --extended show extra columns
|
|
1518
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1519
|
+
--csv output is csv format [alias: --output=csv]
|
|
1520
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1521
|
+
--no-header hide table header from output
|
|
1522
|
+
--no-truncate do not truncate output to fit screen
|
|
1792
1523
|
--output=<option> output in a more machine friendly format
|
|
1793
|
-
<options: json|yaml>
|
|
1524
|
+
<options: csv|json|yaml>
|
|
1525
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1794
1526
|
|
|
1795
1527
|
DESCRIPTION
|
|
1796
|
-
|
|
1528
|
+
List all CustomerInvites for the executing user.
|
|
1797
1529
|
```
|
|
1798
1530
|
|
|
1799
|
-
## `mw
|
|
1531
|
+
## `mw org list`
|
|
1800
1532
|
|
|
1801
|
-
|
|
1533
|
+
Get all customer profiles the authenticated user has access to.
|
|
1802
1534
|
|
|
1803
1535
|
```
|
|
1804
1536
|
USAGE
|
|
1805
|
-
$ mw
|
|
1806
|
-
|
|
1807
|
-
ARGUMENTS
|
|
1808
|
-
COMMANDS Command to show help for.
|
|
1537
|
+
$ mw org list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1538
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
1809
1539
|
|
|
1810
1540
|
FLAGS
|
|
1811
|
-
-
|
|
1541
|
+
-x, --extended show extra columns
|
|
1542
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1543
|
+
--csv output is csv format [alias: --output=csv]
|
|
1544
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1545
|
+
--no-header hide table header from output
|
|
1546
|
+
--no-truncate do not truncate output to fit screen
|
|
1547
|
+
--output=<option> output in a more machine friendly format
|
|
1548
|
+
<options: csv|json|yaml>
|
|
1549
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1812
1550
|
|
|
1813
1551
|
DESCRIPTION
|
|
1814
|
-
|
|
1552
|
+
Get all customer profiles the authenticated user has access to.
|
|
1815
1553
|
```
|
|
1816
1554
|
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
## `mw login status`
|
|
1555
|
+
## `mw org membership get MEMBERSHIPID`
|
|
1820
1556
|
|
|
1821
|
-
|
|
1557
|
+
Get a CustomerMembership.
|
|
1822
1558
|
|
|
1823
1559
|
```
|
|
1824
1560
|
USAGE
|
|
1825
|
-
$ mw
|
|
1826
|
-
|
|
1827
|
-
DESCRIPTION
|
|
1828
|
-
Checks your current authentication status
|
|
1829
|
-
```
|
|
1830
|
-
|
|
1831
|
-
## `mw login token`
|
|
1832
|
-
|
|
1833
|
-
Authenticate using an API token
|
|
1561
|
+
$ mw org membership get MEMBERSHIPID [--output json|yaml | | ]
|
|
1834
1562
|
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
$ mw login token [-o]
|
|
1563
|
+
ARGUMENTS
|
|
1564
|
+
MEMBERSHIPID ID of the CustomerMembership to retrieve.
|
|
1838
1565
|
|
|
1839
1566
|
FLAGS
|
|
1840
|
-
|
|
1567
|
+
--output=<option> output in a more machine friendly format
|
|
1568
|
+
<options: json|yaml>
|
|
1841
1569
|
|
|
1842
1570
|
DESCRIPTION
|
|
1843
|
-
|
|
1571
|
+
Get a CustomerMembership.
|
|
1844
1572
|
```
|
|
1845
1573
|
|
|
1846
|
-
## `mw
|
|
1574
|
+
## `mw org membership list`
|
|
1847
1575
|
|
|
1848
|
-
|
|
1576
|
+
List all memberships belonging to a Customer.
|
|
1849
1577
|
|
|
1850
1578
|
```
|
|
1851
1579
|
USAGE
|
|
1852
|
-
$ mw
|
|
1580
|
+
$ mw org membership list --customer-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1581
|
+
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1853
1582
|
|
|
1854
1583
|
FLAGS
|
|
1855
|
-
-
|
|
1856
|
-
|
|
1857
|
-
--
|
|
1858
|
-
--
|
|
1859
|
-
--
|
|
1584
|
+
-x, --extended show extra columns
|
|
1585
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1586
|
+
--csv output is csv format [alias: --output=csv]
|
|
1587
|
+
--customer-id=<value> (required) Customer to list memberships for.
|
|
1588
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1589
|
+
--no-header hide table header from output
|
|
1590
|
+
--no-truncate do not truncate output to fit screen
|
|
1591
|
+
--output=<option> output in a more machine friendly format
|
|
1592
|
+
<options: csv|json|yaml>
|
|
1593
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1860
1594
|
|
|
1861
1595
|
DESCRIPTION
|
|
1862
|
-
|
|
1596
|
+
List all memberships belonging to a Customer.
|
|
1863
1597
|
```
|
|
1864
1598
|
|
|
1865
|
-
## `mw
|
|
1599
|
+
## `mw org membership list-own`
|
|
1866
1600
|
|
|
1867
|
-
|
|
1601
|
+
List all CustomerMemberships for the executing user.
|
|
1868
1602
|
|
|
1869
1603
|
```
|
|
1870
1604
|
USAGE
|
|
1871
|
-
$ mw
|
|
1872
|
-
|
|
1873
|
-
ARGUMENTS
|
|
1874
|
-
ID Mail address ID
|
|
1605
|
+
$ mw org membership list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
|
|
1606
|
+
[--csv | --no-truncate]] [--no-header | ]
|
|
1875
1607
|
|
|
1876
1608
|
FLAGS
|
|
1877
|
-
--
|
|
1609
|
+
-x, --extended show extra columns
|
|
1610
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1611
|
+
--csv output is csv format [alias: --output=csv]
|
|
1612
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1613
|
+
--no-header hide table header from output
|
|
1614
|
+
--no-truncate do not truncate output to fit screen
|
|
1615
|
+
--output=<option> output in a more machine friendly format
|
|
1616
|
+
<options: csv|json|yaml>
|
|
1617
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1878
1618
|
|
|
1879
1619
|
DESCRIPTION
|
|
1880
|
-
|
|
1620
|
+
List all CustomerMemberships for the executing user.
|
|
1881
1621
|
```
|
|
1882
1622
|
|
|
1883
|
-
## `mw
|
|
1623
|
+
## `mw project backup get PROJECTBACKUPID`
|
|
1884
1624
|
|
|
1885
|
-
Get a
|
|
1625
|
+
Get a ProjectBackup.
|
|
1886
1626
|
|
|
1887
1627
|
```
|
|
1888
1628
|
USAGE
|
|
1889
|
-
$ mw
|
|
1629
|
+
$ mw project backup get PROJECTBACKUPID [--output json|yaml | | ]
|
|
1890
1630
|
|
|
1891
1631
|
ARGUMENTS
|
|
1892
|
-
ID
|
|
1632
|
+
PROJECTBACKUPID ID of the ProjectBackup to retrieve.
|
|
1893
1633
|
|
|
1894
1634
|
FLAGS
|
|
1895
1635
|
--output=<option> output in a more machine friendly format
|
|
1896
1636
|
<options: json|yaml>
|
|
1897
1637
|
|
|
1898
1638
|
DESCRIPTION
|
|
1899
|
-
Get a
|
|
1639
|
+
Get a ProjectBackup.
|
|
1900
1640
|
```
|
|
1901
1641
|
|
|
1902
|
-
## `mw
|
|
1642
|
+
## `mw project backup list`
|
|
1903
1643
|
|
|
1904
|
-
|
|
1644
|
+
List Backups for a given Project.
|
|
1905
1645
|
|
|
1906
1646
|
```
|
|
1907
1647
|
USAGE
|
|
1908
|
-
$ mw
|
|
1648
|
+
$ mw project backup list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1909
1649
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1910
1650
|
|
|
1911
1651
|
FLAGS
|
|
@@ -1917,39 +1657,39 @@ FLAGS
|
|
|
1917
1657
|
--no-truncate do not truncate output to fit screen
|
|
1918
1658
|
--output=<option> output in a more machine friendly format
|
|
1919
1659
|
<options: csv|json|yaml>
|
|
1920
|
-
--project-id=<value> (required)
|
|
1660
|
+
--project-id=<value> (required) ID of the Project to get Backups for.
|
|
1921
1661
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1922
1662
|
|
|
1923
1663
|
DESCRIPTION
|
|
1924
|
-
|
|
1664
|
+
List Backups for a given Project.
|
|
1925
1665
|
```
|
|
1926
1666
|
|
|
1927
|
-
## `mw
|
|
1667
|
+
## `mw project backupschedule get PROJECTBACKUPSCHEDULEID`
|
|
1928
1668
|
|
|
1929
|
-
Get a
|
|
1669
|
+
Get a ProjectBackupSchedule.
|
|
1930
1670
|
|
|
1931
1671
|
```
|
|
1932
1672
|
USAGE
|
|
1933
|
-
$ mw
|
|
1673
|
+
$ mw project backupschedule get PROJECTBACKUPSCHEDULEID [--output json|yaml | | ]
|
|
1934
1674
|
|
|
1935
1675
|
ARGUMENTS
|
|
1936
|
-
|
|
1676
|
+
PROJECTBACKUPSCHEDULEID ID of the ProjectBackupSchedule to retrieve.
|
|
1937
1677
|
|
|
1938
1678
|
FLAGS
|
|
1939
1679
|
--output=<option> output in a more machine friendly format
|
|
1940
1680
|
<options: json|yaml>
|
|
1941
1681
|
|
|
1942
1682
|
DESCRIPTION
|
|
1943
|
-
Get a
|
|
1683
|
+
Get a ProjectBackupSchedule.
|
|
1944
1684
|
```
|
|
1945
1685
|
|
|
1946
|
-
## `mw
|
|
1686
|
+
## `mw project backupschedule list`
|
|
1947
1687
|
|
|
1948
|
-
|
|
1688
|
+
List BackupSchedules belonging to a given Project.
|
|
1949
1689
|
|
|
1950
1690
|
```
|
|
1951
1691
|
USAGE
|
|
1952
|
-
$ mw
|
|
1692
|
+
$ mw project backupschedule list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1953
1693
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1954
1694
|
|
|
1955
1695
|
FLAGS
|
|
@@ -1961,83 +1701,101 @@ FLAGS
|
|
|
1961
1701
|
--no-truncate do not truncate output to fit screen
|
|
1962
1702
|
--output=<option> output in a more machine friendly format
|
|
1963
1703
|
<options: csv|json|yaml>
|
|
1964
|
-
--project-id=<value> (required)
|
|
1704
|
+
--project-id=<value> (required) ID of the Project to list BackupSchedules for.
|
|
1965
1705
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1966
1706
|
|
|
1967
1707
|
DESCRIPTION
|
|
1968
|
-
|
|
1708
|
+
List BackupSchedules belonging to a given Project.
|
|
1969
1709
|
```
|
|
1970
1710
|
|
|
1971
|
-
## `mw project
|
|
1711
|
+
## `mw project create`
|
|
1972
1712
|
|
|
1973
|
-
Get a
|
|
1713
|
+
Get the details of a project
|
|
1974
1714
|
|
|
1975
1715
|
```
|
|
1976
1716
|
USAGE
|
|
1977
|
-
$ mw project
|
|
1717
|
+
$ mw project create -s <value> -d <value> [-w]
|
|
1718
|
+
|
|
1719
|
+
FLAGS
|
|
1720
|
+
-d, --description=<value> (required) A description for the project.
|
|
1721
|
+
-s, --server-id=<value> (required) ID of the Server, in which the project is to be created.
|
|
1722
|
+
-w, --wait Wait for the project to be ready.
|
|
1723
|
+
|
|
1724
|
+
DESCRIPTION
|
|
1725
|
+
Get the details of a project
|
|
1726
|
+
```
|
|
1727
|
+
|
|
1728
|
+
## `mw project cronjob execution get EXECUTIONID`
|
|
1729
|
+
|
|
1730
|
+
Get a CronjobExecution.
|
|
1731
|
+
|
|
1732
|
+
```
|
|
1733
|
+
USAGE
|
|
1734
|
+
$ mw project cronjob execution get EXECUTIONID --cronjob-id <value> [--output json|yaml | | ]
|
|
1978
1735
|
|
|
1979
1736
|
ARGUMENTS
|
|
1980
|
-
|
|
1737
|
+
EXECUTIONID ID of the CronjobExecution to be retrieved.
|
|
1981
1738
|
|
|
1982
1739
|
FLAGS
|
|
1983
|
-
--
|
|
1984
|
-
|
|
1740
|
+
--cronjob-id=<value> (required) undefined
|
|
1741
|
+
--output=<option> output in a more machine friendly format
|
|
1742
|
+
<options: json|yaml>
|
|
1985
1743
|
|
|
1986
1744
|
DESCRIPTION
|
|
1987
|
-
Get a
|
|
1745
|
+
Get a CronjobExecution.
|
|
1988
1746
|
```
|
|
1989
1747
|
|
|
1990
|
-
## `mw project
|
|
1748
|
+
## `mw project cronjob execution list`
|
|
1991
1749
|
|
|
1992
|
-
List
|
|
1750
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
1993
1751
|
|
|
1994
1752
|
```
|
|
1995
1753
|
USAGE
|
|
1996
|
-
$ mw project
|
|
1754
|
+
$ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
1997
1755
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
1998
1756
|
|
|
1999
1757
|
FLAGS
|
|
2000
1758
|
-x, --extended show extra columns
|
|
2001
1759
|
--columns=<value> only show provided columns (comma-separated)
|
|
1760
|
+
--cronjob-id=<value> (required) ID of the Cronjob for which to list CronjobExecutions for.
|
|
2002
1761
|
--csv output is csv format [alias: --output=csv]
|
|
2003
1762
|
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
2004
1763
|
--no-header hide table header from output
|
|
2005
1764
|
--no-truncate do not truncate output to fit screen
|
|
2006
1765
|
--output=<option> output in a more machine friendly format
|
|
2007
1766
|
<options: csv|json|yaml>
|
|
2008
|
-
--project-id=<value> (required) ID of the Project to get Backups for.
|
|
2009
1767
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
2010
1768
|
|
|
2011
1769
|
DESCRIPTION
|
|
2012
|
-
List
|
|
1770
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
2013
1771
|
```
|
|
2014
1772
|
|
|
2015
|
-
## `mw project
|
|
1773
|
+
## `mw project cronjob get CRONJOBID`
|
|
2016
1774
|
|
|
2017
|
-
Get a
|
|
1775
|
+
Get a Cronjob.
|
|
2018
1776
|
|
|
2019
1777
|
```
|
|
2020
1778
|
USAGE
|
|
2021
|
-
$ mw project
|
|
1779
|
+
$ mw project cronjob get CRONJOBID [--output json|yaml | | ]
|
|
2022
1780
|
|
|
2023
1781
|
ARGUMENTS
|
|
2024
|
-
|
|
1782
|
+
CRONJOBID ID of the Cronjob to be retrieved.
|
|
2025
1783
|
|
|
2026
1784
|
FLAGS
|
|
2027
1785
|
--output=<option> output in a more machine friendly format
|
|
2028
1786
|
<options: json|yaml>
|
|
2029
1787
|
|
|
2030
1788
|
DESCRIPTION
|
|
2031
|
-
Get a
|
|
1789
|
+
Get a Cronjob.
|
|
2032
1790
|
```
|
|
2033
1791
|
|
|
2034
|
-
## `mw project
|
|
1792
|
+
## `mw project cronjob list`
|
|
2035
1793
|
|
|
2036
|
-
List
|
|
1794
|
+
List Cronjobs belonging to a Project.
|
|
2037
1795
|
|
|
2038
1796
|
```
|
|
2039
1797
|
USAGE
|
|
2040
|
-
$ mw project
|
|
1798
|
+
$ mw project cronjob list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
|
|
2041
1799
|
csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
|
|
2042
1800
|
|
|
2043
1801
|
FLAGS
|
|
@@ -2049,28 +1807,11 @@ FLAGS
|
|
|
2049
1807
|
--no-truncate do not truncate output to fit screen
|
|
2050
1808
|
--output=<option> output in a more machine friendly format
|
|
2051
1809
|
<options: csv|json|yaml>
|
|
2052
|
-
--project-id=<value> (required) ID of the Project to list
|
|
1810
|
+
--project-id=<value> (required) ID of the Project for which to list Cronjobs for.
|
|
2053
1811
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
2054
1812
|
|
|
2055
1813
|
DESCRIPTION
|
|
2056
|
-
List
|
|
2057
|
-
```
|
|
2058
|
-
|
|
2059
|
-
## `mw project create`
|
|
2060
|
-
|
|
2061
|
-
Get the details of a project
|
|
2062
|
-
|
|
2063
|
-
```
|
|
2064
|
-
USAGE
|
|
2065
|
-
$ mw project create -s <value> -d <value> [-w]
|
|
2066
|
-
|
|
2067
|
-
FLAGS
|
|
2068
|
-
-d, --description=<value> (required) A description for the project.
|
|
2069
|
-
-s, --server-id=<value> (required) ID of the Server, in which the project is to be created.
|
|
2070
|
-
-w, --wait Wait for the project to be ready.
|
|
2071
|
-
|
|
2072
|
-
DESCRIPTION
|
|
2073
|
-
Get the details of a project
|
|
1814
|
+
List Cronjobs belonging to a Project.
|
|
2074
1815
|
```
|
|
2075
1816
|
|
|
2076
1817
|
## `mw project delete ID`
|