@mittwald/cli 1.0.0-alpha.25 → 1.0.0-alpha.26

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.
Files changed (209) hide show
  1. package/README.md +655 -179
  2. package/dist/esm/GetBaseCommand.d.ts +1 -1
  3. package/dist/esm/ListBaseCommand.d.ts +1 -1
  4. package/dist/esm/commands/app/dependency/list.d.ts +1 -1
  5. package/dist/esm/commands/app/dependency/versions.d.ts +1 -1
  6. package/dist/esm/commands/app/get.d.ts +1 -1
  7. package/dist/esm/commands/app/ssh.js +1 -1
  8. package/dist/esm/commands/{project/backup → backup}/create.d.ts +3 -1
  9. package/dist/esm/commands/{project/backup → backup}/create.js +8 -6
  10. package/dist/esm/commands/{project/backup → backup}/delete.d.ts +3 -1
  11. package/dist/esm/commands/{project/backup → backup}/delete.js +3 -1
  12. package/dist/esm/commands/{project/backup → backup}/download.d.ts +4 -2
  13. package/dist/esm/commands/{project/backup → backup}/download.js +8 -6
  14. package/dist/esm/commands/{project/backup → backup}/get.d.ts +4 -2
  15. package/dist/esm/commands/{project/backup → backup}/get.js +7 -5
  16. package/dist/esm/commands/{project/backup → backup}/list.d.ts +5 -3
  17. package/dist/esm/commands/{project/backup → backup}/list.js +5 -3
  18. package/dist/esm/commands/{project/backupschedule → backup/schedule}/list.d.ts +2 -0
  19. package/dist/esm/commands/{project/backupschedule → backup/schedule}/list.js +2 -0
  20. package/dist/esm/commands/context/get.d.ts +1 -1
  21. package/dist/esm/commands/conversation/categories.d.ts +11 -4
  22. package/dist/esm/commands/conversation/categories.js +11 -3
  23. package/dist/esm/commands/conversation/list.d.ts +11 -4
  24. package/dist/esm/commands/conversation/list.js +11 -3
  25. package/dist/esm/commands/conversation/show.js +0 -3
  26. package/dist/esm/commands/{project/cronjob → cronjob}/execution/get.d.ts +5 -4
  27. package/dist/esm/commands/{project/cronjob → cronjob}/execution/get.js +5 -6
  28. package/dist/esm/commands/{project/cronjob → cronjob}/execution/list.d.ts +6 -4
  29. package/dist/esm/commands/{project/cronjob → cronjob}/execution/list.js +4 -2
  30. package/dist/esm/commands/{project/cronjob → cronjob}/execution/logs.d.ts +3 -1
  31. package/dist/esm/commands/{project/cronjob → cronjob}/execution/logs.js +4 -2
  32. package/dist/esm/{generated/cronjob/getCronjob.d.ts → commands/cronjob/get.d.ts} +5 -5
  33. package/dist/esm/commands/cronjob/get.js +20 -0
  34. package/dist/esm/commands/{project/cronjob → cronjob}/list.d.ts +5 -3
  35. package/dist/esm/commands/{project/cronjob → cronjob}/list.js +5 -3
  36. package/dist/esm/commands/database/mysql/charsets.d.ts +1 -1
  37. package/dist/esm/commands/database/mysql/create.js +2 -2
  38. package/dist/esm/commands/database/mysql/delete.js +2 -2
  39. package/dist/esm/commands/database/mysql/get.d.ts +2 -2
  40. package/dist/esm/commands/database/mysql/get.js +2 -2
  41. package/dist/esm/commands/database/mysql/phpmyadmin.js +1 -1
  42. package/dist/esm/commands/database/mysql/user/get.d.ts +1 -1
  43. package/dist/esm/commands/database/mysql/user/get.js +1 -1
  44. package/dist/esm/commands/database/mysql/versions.d.ts +1 -1
  45. package/dist/esm/commands/database/redis/create.js +1 -1
  46. package/dist/esm/commands/database/redis/get.d.ts +2 -2
  47. package/dist/esm/commands/database/redis/get.js +1 -1
  48. package/dist/esm/commands/domain/dnszone/get.d.ts +14 -2
  49. package/dist/esm/commands/domain/dnszone/get.js +18 -5
  50. package/dist/esm/commands/domain/dnszone/list.d.ts +12 -2
  51. package/dist/esm/commands/domain/dnszone/list.js +15 -5
  52. package/dist/esm/commands/domain/get.d.ts +13 -2
  53. package/dist/esm/commands/domain/get.js +18 -5
  54. package/dist/esm/commands/domain/ownership/get.d.ts +14 -2
  55. package/dist/esm/commands/domain/ownership/get.js +18 -5
  56. package/dist/esm/commands/domain/virtualhost/get.d.ts +1 -1
  57. package/dist/esm/commands/domain/virtualhost/list.js +4 -1
  58. package/dist/esm/commands/mail/address/create.js +1 -1
  59. package/dist/esm/commands/mail/address/delete.js +2 -2
  60. package/dist/esm/commands/mail/address/get.d.ts +15 -2
  61. package/dist/esm/commands/mail/address/get.js +21 -5
  62. package/dist/esm/commands/mail/address/list.d.ts +3 -3
  63. package/dist/esm/commands/mail/address/list.js +1 -1
  64. package/dist/esm/commands/mail/deliverybox/get.d.ts +15 -2
  65. package/dist/esm/commands/mail/deliverybox/get.js +21 -5
  66. package/dist/esm/commands/mail/deliverybox/list.d.ts +3 -3
  67. package/dist/esm/commands/mail/deliverybox/list.js +1 -1
  68. package/dist/esm/commands/org/get.d.ts +1 -1
  69. package/dist/esm/commands/org/invite/list-own.d.ts +1 -1
  70. package/dist/esm/commands/org/list.d.ts +1 -1
  71. package/dist/esm/commands/org/membership/list-own.d.ts +1 -1
  72. package/dist/esm/commands/org/membership/list.d.ts +3 -0
  73. package/dist/esm/commands/project/create.js +1 -1
  74. package/dist/esm/commands/project/filesystem/usage.js +1 -1
  75. package/dist/esm/commands/project/get.d.ts +1 -1
  76. package/dist/esm/commands/project/get.js +1 -1
  77. package/dist/esm/commands/project/invite/get.d.ts +13 -2
  78. package/dist/esm/commands/project/invite/get.js +18 -5
  79. package/dist/esm/commands/project/invite/list-own.d.ts +10 -3
  80. package/dist/esm/commands/project/invite/list-own.js +10 -2
  81. package/dist/esm/commands/project/invite/list.d.ts +10 -4
  82. package/dist/esm/commands/project/invite/list.js +13 -7
  83. package/dist/esm/commands/project/list.d.ts +2 -3
  84. package/dist/esm/commands/project/membership/get-own.d.ts +11 -3
  85. package/dist/esm/commands/project/membership/get-own.js +14 -9
  86. package/dist/esm/commands/project/membership/get.d.ts +13 -2
  87. package/dist/esm/commands/project/membership/get.js +18 -5
  88. package/dist/esm/commands/project/membership/list-own.d.ts +10 -3
  89. package/dist/esm/commands/project/membership/list-own.js +10 -2
  90. package/dist/esm/commands/project/membership/list.d.ts +10 -4
  91. package/dist/esm/commands/project/membership/list.js +15 -7
  92. package/dist/esm/commands/project/ssh.js +2 -2
  93. package/dist/esm/commands/server/get.d.ts +15 -2
  94. package/dist/esm/commands/server/get.js +17 -5
  95. package/dist/esm/commands/server/list.d.ts +10 -3
  96. package/dist/esm/commands/server/list.js +10 -2
  97. package/dist/esm/commands/{project/sftp-user → sftp-user}/list.d.ts +5 -3
  98. package/dist/esm/commands/{project/sftp-user → sftp-user}/list.js +4 -2
  99. package/dist/esm/commands/{project/ssh-user → ssh-user}/list.d.ts +5 -3
  100. package/dist/esm/commands/{project/ssh-user → ssh-user}/list.js +4 -2
  101. package/dist/esm/commands/user/api-token/get.d.ts +13 -2
  102. package/dist/esm/commands/user/api-token/get.js +18 -5
  103. package/dist/esm/commands/user/api-token/list.d.ts +10 -3
  104. package/dist/esm/commands/user/api-token/list.js +10 -2
  105. package/dist/esm/commands/user/get.d.ts +1 -1
  106. package/dist/esm/commands/user/session/get.d.ts +13 -2
  107. package/dist/esm/commands/user/session/get.js +18 -5
  108. package/dist/esm/commands/user/session/list.d.ts +10 -3
  109. package/dist/esm/commands/user/session/list.js +10 -2
  110. package/dist/esm/commands/user/ssh-key/get.d.ts +13 -2
  111. package/dist/esm/commands/user/ssh-key/get.js +18 -5
  112. package/dist/esm/commands/user/ssh-key/list.d.ts +10 -3
  113. package/dist/esm/commands/user/ssh-key/list.js +10 -2
  114. package/dist/esm/lib/database/common.js +1 -1
  115. package/dist/esm/lib/database/mysql/connect.js +2 -2
  116. package/dist/esm/lib/database/redis/connect.js +2 -2
  117. package/dist/esm/lib/project/hooks.js +2 -2
  118. package/dist/esm/lib/project/shortId.js +1 -1
  119. package/dist/esm/rendering/process/components/ProcessConfirmation.d.ts +1 -1
  120. package/dist/esm/rendering/process/components/ProcessInput.d.ts +1 -1
  121. package/dist/esm/rendering/react/RenderBaseCommand.d.ts +2 -2
  122. package/package.json +31 -30
  123. package/dist/esm/commands/domain/get-handle.d.ts +0 -3
  124. package/dist/esm/commands/domain/get-handle.js +0 -6
  125. package/dist/esm/commands/project/cronjob/get.d.ts +0 -3
  126. package/dist/esm/commands/project/cronjob/get.js +0 -6
  127. package/dist/esm/generated/conversation/getCategory.d.ts +0 -16
  128. package/dist/esm/generated/conversation/getCategory.js +0 -25
  129. package/dist/esm/generated/conversation/getConversation.d.ts +0 -16
  130. package/dist/esm/generated/conversation/getConversation.js +0 -25
  131. package/dist/esm/generated/conversation/listCategories.d.ts +0 -13
  132. package/dist/esm/generated/conversation/listCategories.js +0 -15
  133. package/dist/esm/generated/conversation/listConversations.d.ts +0 -13
  134. package/dist/esm/generated/conversation/listConversations.js +0 -15
  135. package/dist/esm/generated/conversation/listMessagesByConversation.d.ts +0 -13
  136. package/dist/esm/generated/conversation/listMessagesByConversation.js +0 -22
  137. package/dist/esm/generated/cronjob/getCronjob.js +0 -25
  138. package/dist/esm/generated/cronjob/getExecution.d.ts +0 -16
  139. package/dist/esm/generated/cronjob/getExecution.js +0 -29
  140. package/dist/esm/generated/domain/dnsZoneGetSpecific.d.ts +0 -16
  141. package/dist/esm/generated/domain/dnsZoneGetSpecific.js +0 -25
  142. package/dist/esm/generated/domain/dnsZonesForProject.d.ts +0 -14
  143. package/dist/esm/generated/domain/dnsZonesForProject.js +0 -24
  144. package/dist/esm/generated/domain/getDomain.d.ts +0 -16
  145. package/dist/esm/generated/domain/getDomain.js +0 -25
  146. package/dist/esm/generated/domain/getHandleFields.d.ts +0 -16
  147. package/dist/esm/generated/domain/getHandleFields.js +0 -25
  148. package/dist/esm/generated/domain/getSpecificDomainOwnership.d.ts +0 -16
  149. package/dist/esm/generated/domain/getSpecificDomainOwnership.js +0 -25
  150. package/dist/esm/generated/file/getFile.d.ts +0 -16
  151. package/dist/esm/generated/file/getFile.js +0 -25
  152. package/dist/esm/generated/file/getFileMeta.d.ts +0 -14
  153. package/dist/esm/generated/file/getFileMeta.js +0 -24
  154. package/dist/esm/generated/file/getFileTokenRules.d.ts +0 -16
  155. package/dist/esm/generated/file/getFileTokenRules.js +0 -25
  156. package/dist/esm/generated/file/getFileTypeRules.d.ts +0 -16
  157. package/dist/esm/generated/file/getFileTypeRules.js +0 -25
  158. package/dist/esm/generated/mail/deliveryboxGetSpecific.d.ts +0 -16
  159. package/dist/esm/generated/mail/deliveryboxGetSpecific.js +0 -25
  160. package/dist/esm/generated/mail/mailaddressGetSpecific.d.ts +0 -16
  161. package/dist/esm/generated/mail/mailaddressGetSpecific.js +0 -25
  162. package/dist/esm/generated/mail/mailaddressList.d.ts +0 -13
  163. package/dist/esm/generated/mail/mailaddressList.js +0 -22
  164. package/dist/esm/generated/mail/projectsettingGetSpecific.d.ts +0 -14
  165. package/dist/esm/generated/mail/projectsettingGetSpecific.js +0 -24
  166. package/dist/esm/generated/notification/newsletterGetInfo.d.ts +0 -14
  167. package/dist/esm/generated/notification/newsletterGetInfo.js +0 -16
  168. package/dist/esm/generated/notification/scountUnreadNotifications.d.ts +0 -14
  169. package/dist/esm/generated/notification/scountUnreadNotifications.js +0 -16
  170. package/dist/esm/generated/notification/slistNotifications.d.ts +0 -13
  171. package/dist/esm/generated/notification/slistNotifications.js +0 -15
  172. package/dist/esm/generated/project/getProject.d.ts +0 -16
  173. package/dist/esm/generated/project/getProject.js +0 -25
  174. package/dist/esm/generated/project/getProjectInvite.d.ts +0 -16
  175. package/dist/esm/generated/project/getProjectInvite.js +0 -25
  176. package/dist/esm/generated/project/getProjectMembership.d.ts +0 -16
  177. package/dist/esm/generated/project/getProjectMembership.js +0 -25
  178. package/dist/esm/generated/project/getSelfMembershipForProject.d.ts +0 -14
  179. package/dist/esm/generated/project/getSelfMembershipForProject.js +0 -24
  180. package/dist/esm/generated/project/getServer.d.ts +0 -16
  181. package/dist/esm/generated/project/getServer.js +0 -25
  182. package/dist/esm/generated/project/listInvitesForProject.d.ts +0 -13
  183. package/dist/esm/generated/project/listInvitesForProject.js +0 -22
  184. package/dist/esm/generated/project/listMembershipsForProject.d.ts +0 -13
  185. package/dist/esm/generated/project/listMembershipsForProject.js +0 -22
  186. package/dist/esm/generated/project/listProjectInvites.d.ts +0 -13
  187. package/dist/esm/generated/project/listProjectInvites.js +0 -15
  188. package/dist/esm/generated/project/listProjectMemberships.d.ts +0 -13
  189. package/dist/esm/generated/project/listProjectMemberships.js +0 -15
  190. package/dist/esm/generated/project/listProjects.d.ts +0 -13
  191. package/dist/esm/generated/project/listProjects.js +0 -15
  192. package/dist/esm/generated/project/listServers.d.ts +0 -13
  193. package/dist/esm/generated/project/listServers.js +0 -15
  194. package/dist/esm/generated/user/getApiToken.d.ts +0 -16
  195. package/dist/esm/generated/user/getApiToken.js +0 -25
  196. package/dist/esm/generated/user/getPersonalizedSettings.d.ts +0 -14
  197. package/dist/esm/generated/user/getPersonalizedSettings.js +0 -24
  198. package/dist/esm/generated/user/getSession.d.ts +0 -16
  199. package/dist/esm/generated/user/getSession.js +0 -25
  200. package/dist/esm/generated/user/getSshKey.d.ts +0 -16
  201. package/dist/esm/generated/user/getSshKey.js +0 -25
  202. package/dist/esm/generated/user/listApiTokens.d.ts +0 -13
  203. package/dist/esm/generated/user/listApiTokens.js +0 -15
  204. package/dist/esm/generated/user/listFeedback.d.ts +0 -13
  205. package/dist/esm/generated/user/listFeedback.js +0 -22
  206. package/dist/esm/generated/user/listSessions.d.ts +0 -13
  207. package/dist/esm/generated/user/listSessions.js +0 -15
  208. package/dist/esm/generated/user/listSshKeys.d.ts +0 -13
  209. package/dist/esm/generated/user/listSshKeys.js +0 -15
package/README.md CHANGED
@@ -98,6 +98,12 @@ USAGE
98
98
  * [`mw app ssh INSTALLATION-ID`](#mw-app-ssh-installation-id)
99
99
  * [`mw app uninstall INSTALLATION-ID`](#mw-app-uninstall-installation-id)
100
100
  * [`mw app versions [APP]`](#mw-app-versions-app)
101
+ * [`mw backup create`](#mw-backup-create)
102
+ * [`mw backup delete BACKUP-ID`](#mw-backup-delete-backup-id)
103
+ * [`mw backup download BACKUP-ID`](#mw-backup-download-backup-id)
104
+ * [`mw backup get BACKUP-ID`](#mw-backup-get-backup-id)
105
+ * [`mw backup list`](#mw-backup-list)
106
+ * [`mw backup schedule list`](#mw-backup-schedule-list)
101
107
  * [`mw context get`](#mw-context-get)
102
108
  * [`mw context set`](#mw-context-set)
103
109
  * [`mw conversation categories`](#mw-conversation-categories)
@@ -107,6 +113,11 @@ USAGE
107
113
  * [`mw conversation reply ID`](#mw-conversation-reply-id)
108
114
  * [`mw conversation show ID`](#mw-conversation-show-id)
109
115
  * [`mw conversation show2 CONVERSATIONID`](#mw-conversation-show2-conversationid)
116
+ * [`mw cronjob execution get CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-get-cronjob-id-execution-id)
117
+ * [`mw cronjob execution list`](#mw-cronjob-execution-list)
118
+ * [`mw cronjob execution logs CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-logs-cronjob-id-execution-id)
119
+ * [`mw cronjob get CRONJOBID`](#mw-cronjob-get-cronjobid)
120
+ * [`mw cronjob list`](#mw-cronjob-list)
110
121
  * [`mw database mysql charsets`](#mw-database-mysql-charsets)
111
122
  * [`mw database mysql create`](#mw-database-mysql-create)
112
123
  * [`mw database mysql delete DATABASE-ID`](#mw-database-mysql-delete-database-id)
@@ -126,8 +137,7 @@ USAGE
126
137
  * [`mw database redis versions`](#mw-database-redis-versions)
127
138
  * [`mw domain dnszone get ZONEID`](#mw-domain-dnszone-get-zoneid)
128
139
  * [`mw domain dnszone list`](#mw-domain-dnszone-list)
129
- * [`mw domain get DOMAINID`](#mw-domain-get-domainid)
130
- * [`mw domain get-handle DOMAINNAME`](#mw-domain-get-handle-domainname)
140
+ * [`mw domain get DOMAIN-ID`](#mw-domain-get-domain-id)
131
141
  * [`mw domain list`](#mw-domain-list)
132
142
  * [`mw domain ownership get DOMAINOWNERSHIPID`](#mw-domain-ownership-get-domainownershipid)
133
143
  * [`mw domain ownership list`](#mw-domain-ownership-list)
@@ -170,11 +180,11 @@ USAGE
170
180
  * [`mw project delete [PROJECT-ID]`](#mw-project-delete-project-id)
171
181
  * [`mw project filesystem usage [PROJECT-ID]`](#mw-project-filesystem-usage-project-id)
172
182
  * [`mw project get [PROJECT-ID]`](#mw-project-get-project-id)
173
- * [`mw project invite get INVITEID`](#mw-project-invite-get-inviteid)
183
+ * [`mw project invite get INVITE-ID`](#mw-project-invite-get-invite-id)
174
184
  * [`mw project invite list`](#mw-project-invite-list)
175
185
  * [`mw project invite list-own`](#mw-project-invite-list-own)
176
186
  * [`mw project list`](#mw-project-list)
177
- * [`mw project membership get MEMBERSHIPID`](#mw-project-membership-get-membershipid)
187
+ * [`mw project membership get MEMBERSHIP-ID`](#mw-project-membership-get-membership-id)
178
188
  * [`mw project membership get-own`](#mw-project-membership-get-own)
179
189
  * [`mw project membership list`](#mw-project-membership-list)
180
190
  * [`mw project membership list-own`](#mw-project-membership-list-own)
@@ -182,19 +192,21 @@ USAGE
182
192
  * [`mw project ssh [PROJECT-ID]`](#mw-project-ssh-project-id)
183
193
  * [`mw project ssh-user list`](#mw-project-ssh-user-list)
184
194
  * [`mw project update [PROJECT-ID]`](#mw-project-update-project-id)
185
- * [`mw server get SERVERID`](#mw-server-get-serverid)
195
+ * [`mw server get [SERVER-ID]`](#mw-server-get-server-id)
186
196
  * [`mw server list`](#mw-server-list)
197
+ * [`mw sftp-user list`](#mw-sftp-user-list)
198
+ * [`mw ssh-user list`](#mw-ssh-user-list)
187
199
  * [`mw update [CHANNEL]`](#mw-update-channel)
188
200
  * [`mw user api-token create`](#mw-user-api-token-create)
189
- * [`mw user api-token get APITOKENID`](#mw-user-api-token-get-apitokenid)
201
+ * [`mw user api-token get TOKEN-ID`](#mw-user-api-token-get-token-id)
190
202
  * [`mw user api-token list`](#mw-user-api-token-list)
191
203
  * [`mw user api-token revoke ID`](#mw-user-api-token-revoke-id)
192
204
  * [`mw user get USER-ID`](#mw-user-get-user-id)
193
- * [`mw user session get TOKENID`](#mw-user-session-get-tokenid)
205
+ * [`mw user session get TOKEN-ID`](#mw-user-session-get-token-id)
194
206
  * [`mw user session list`](#mw-user-session-list)
195
207
  * [`mw user ssh-key create`](#mw-user-ssh-key-create)
196
208
  * [`mw user ssh-key delete ID`](#mw-user-ssh-key-delete-id)
197
- * [`mw user ssh-key get SSHKEYID`](#mw-user-ssh-key-get-sshkeyid)
209
+ * [`mw user ssh-key get KEY-ID`](#mw-user-ssh-key-get-key-id)
198
210
  * [`mw user ssh-key list`](#mw-user-ssh-key-list)
199
211
 
200
212
  ## `mw app copy INSTALLATION-ID`
@@ -361,8 +373,8 @@ Get all available dependencies
361
373
 
362
374
  ```
363
375
  USAGE
364
- $ mw app dependency list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
365
- [--csv | --no-truncate]] [--no-header | ]
376
+ $ mw app dependency list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
377
+ csv|json|yaml | | ] [--sort <value>]
366
378
 
367
379
  FLAGS
368
380
  -x, --extended show extra columns
@@ -421,8 +433,8 @@ Get all available versions of a particular dependency
421
433
 
422
434
  ```
423
435
  USAGE
424
- $ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
425
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
436
+ $ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
437
+ --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
426
438
 
427
439
  ARGUMENTS
428
440
  SYSTEMSOFTWARE name of the systemsoftware for which to list versions
@@ -1112,8 +1124,8 @@ List installed apps in a project.
1112
1124
 
1113
1125
  ```
1114
1126
  USAGE
1115
- $ mw app list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1116
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
1127
+ $ mw app list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1128
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1117
1129
 
1118
1130
  FLAGS
1119
1131
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -1162,13 +1174,23 @@ Uninstall an app
1162
1174
 
1163
1175
  ```
1164
1176
  USAGE
1165
- $ mw app uninstall INSTALLATION-ID
1177
+ $ mw app uninstall INSTALLATION-ID [-q] [-f]
1166
1178
 
1167
1179
  ARGUMENTS
1168
1180
  INSTALLATION-ID ID of the app installation to delete
1169
1181
 
1182
+ FLAGS
1183
+ -f, --force Do not ask for confirmation
1184
+ -q, --quiet suppress process output and only display a machine-readable summary.
1185
+
1170
1186
  DESCRIPTION
1171
1187
  Uninstall an app
1188
+
1189
+ FLAG DESCRIPTIONS
1190
+ -q, --quiet suppress process output and only display a machine-readable summary.
1191
+
1192
+ This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
1193
+ scripts), you can use this flag to easily get the IDs of created resources for further processing.
1172
1194
  ```
1173
1195
 
1174
1196
  ## `mw app versions [APP]`
@@ -1186,6 +1208,206 @@ DESCRIPTION
1186
1208
  List supported Apps and Versions
1187
1209
  ```
1188
1210
 
1211
+ ## `mw backup create`
1212
+
1213
+ Create a new backup of a project
1214
+
1215
+ ```
1216
+ USAGE
1217
+ $ mw backup create --expires <value> [-q] [-p <value>] [--description <value>] [-w] [--wait-timeout <value>]
1218
+
1219
+ FLAGS
1220
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
1221
+ context
1222
+ -q, --quiet suppress process output and only display a machine-readable summary.
1223
+ -w, --wait Wait for the resource to be ready.
1224
+ --description=<value> a description for the backup.
1225
+ --expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
1226
+ --wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
1227
+
1228
+ ALIASES
1229
+ $ mw project backup create
1230
+
1231
+ FLAG DESCRIPTIONS
1232
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
1233
+
1234
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
1235
+ to persistently set a default project for all commands that accept this flag.
1236
+
1237
+ -q, --quiet suppress process output and only display a machine-readable summary.
1238
+
1239
+ This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
1240
+ scripts), you can use this flag to easily get the IDs of created resources for further processing.
1241
+ ```
1242
+
1243
+ ## `mw backup delete BACKUP-ID`
1244
+
1245
+ Delete a backup
1246
+
1247
+ ```
1248
+ USAGE
1249
+ $ mw backup delete BACKUP-ID [-q] [-f]
1250
+
1251
+ ARGUMENTS
1252
+ BACKUP-ID The ID of the Backup to show.
1253
+
1254
+ FLAGS
1255
+ -f, --force Do not ask for confirmation
1256
+ -q, --quiet suppress process output and only display a machine-readable summary.
1257
+
1258
+ DESCRIPTION
1259
+ Delete a backup
1260
+
1261
+ ALIASES
1262
+ $ mw project backup delete
1263
+
1264
+ FLAG DESCRIPTIONS
1265
+ -q, --quiet suppress process output and only display a machine-readable summary.
1266
+
1267
+ This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
1268
+ scripts), you can use this flag to easily get the IDs of created resources for further processing.
1269
+ ```
1270
+
1271
+ ## `mw backup download BACKUP-ID`
1272
+
1273
+ Download a backup to your local disk
1274
+
1275
+ ```
1276
+ USAGE
1277
+ $ mw backup download BACKUP-ID [-q] [--format tar|zip] [--password <value> | --generate-password |
1278
+ --prompt-password] [--resume --output <value>]
1279
+
1280
+ ARGUMENTS
1281
+ BACKUP-ID the ID of the Backup to download.
1282
+
1283
+ FLAGS
1284
+ -q, --quiet suppress process output and only display a machine-readable summary.
1285
+ --format=<option> [default: tar] the file format to download the backup in.
1286
+ <options: tar|zip>
1287
+ --generate-password generate a random password to encrypt the backup with.
1288
+ --output=<value> the file to write the backup to; if omitted, the filename will be determined by the server.
1289
+ --password=<value> the password to encrypt the backup with.
1290
+ --prompt-password prompt for a password to encrypt the backup with.
1291
+ --resume resume a previously interrupted download.
1292
+
1293
+ DESCRIPTION
1294
+ Download a backup to your local disk
1295
+
1296
+ ALIASES
1297
+ $ mw project backup download
1298
+
1299
+ FLAG DESCRIPTIONS
1300
+ -q, --quiet suppress process output and only display a machine-readable summary.
1301
+
1302
+ This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
1303
+ scripts), you can use this flag to easily get the IDs of created resources for further processing.
1304
+
1305
+ --generate-password generate a random password to encrypt the backup with.
1306
+
1307
+ CAUTION: this is not stored anywhere.
1308
+
1309
+ --password=<value> the password to encrypt the backup with.
1310
+
1311
+ CAUTION #1: this is not stored anywhere.
1312
+ CAUTION #2: it is dangerous to use this option, as the password might be stored in your shell history.
1313
+
1314
+ --prompt-password prompt for a password to encrypt the backup with.
1315
+
1316
+ CAUTION: this is not stored anywhere.
1317
+ ```
1318
+
1319
+ ## `mw backup get BACKUP-ID`
1320
+
1321
+ show details of a backup.
1322
+
1323
+ ```
1324
+ USAGE
1325
+ $ mw backup get BACKUP-ID [-o json|yaml | | ]
1326
+
1327
+ ARGUMENTS
1328
+ BACKUP-ID The ID of the Backup to show.
1329
+
1330
+ FLAGS
1331
+ -o, --output=<option> output in a more machine friendly format
1332
+ <options: json|yaml>
1333
+
1334
+ DESCRIPTION
1335
+ show details of a backup.
1336
+
1337
+ ALIASES
1338
+ $ mw project backup get
1339
+ ```
1340
+
1341
+ ## `mw backup list`
1342
+
1343
+ List Backups for a given Project.
1344
+
1345
+ ```
1346
+ USAGE
1347
+ $ mw backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1348
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1349
+
1350
+ FLAGS
1351
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
1352
+ context
1353
+ -x, --extended show extra columns
1354
+ --columns=<value> only show provided columns (comma-separated)
1355
+ --csv output is csv format [alias: --output=csv]
1356
+ --filter=<value> filter property by partial string matching, ex: name=foo
1357
+ --no-header hide table header from output
1358
+ --no-truncate do not truncate output to fit screen
1359
+ --output=<option> output in a more machine friendly format
1360
+ <options: csv|json|yaml>
1361
+ --sort=<value> property to sort by (prepend '-' for descending)
1362
+
1363
+ DESCRIPTION
1364
+ List Backups for a given Project.
1365
+
1366
+ ALIASES
1367
+ $ mw project backup list
1368
+
1369
+ FLAG DESCRIPTIONS
1370
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
1371
+
1372
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
1373
+ to persistently set a default project for all commands that accept this flag.
1374
+ ```
1375
+
1376
+ ## `mw backup schedule list`
1377
+
1378
+ List backup schedules belonging to a given project.
1379
+
1380
+ ```
1381
+ USAGE
1382
+ $ mw backup schedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1383
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1384
+
1385
+ FLAGS
1386
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
1387
+ context
1388
+ -x, --extended show extra columns
1389
+ --columns=<value> only show provided columns (comma-separated)
1390
+ --csv output is csv format [alias: --output=csv]
1391
+ --filter=<value> filter property by partial string matching, ex: name=foo
1392
+ --no-header hide table header from output
1393
+ --no-truncate do not truncate output to fit screen
1394
+ --output=<option> output in a more machine friendly format
1395
+ <options: csv|json|yaml>
1396
+ --sort=<value> property to sort by (prepend '-' for descending)
1397
+
1398
+ DESCRIPTION
1399
+ List backup schedules belonging to a given project.
1400
+
1401
+ ALIASES
1402
+ $ mw project backupschedule list
1403
+
1404
+ FLAG DESCRIPTIONS
1405
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
1406
+
1407
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
1408
+ to persistently set a default project for all commands that accept this flag.
1409
+ ```
1410
+
1189
1411
  ## `mw context get`
1190
1412
 
1191
1413
  Print an overview of currently set context parameters
@@ -1232,8 +1454,8 @@ Get all conversation categories.
1232
1454
 
1233
1455
  ```
1234
1456
  USAGE
1235
- $ mw conversation categories [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1236
- [--csv | --no-truncate]] [--no-header | ]
1457
+ $ mw conversation categories [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1458
+ csv|json|yaml | | ] [--sort <value>]
1237
1459
 
1238
1460
  FLAGS
1239
1461
  -x, --extended show extra columns
@@ -1291,12 +1513,12 @@ DESCRIPTION
1291
1513
 
1292
1514
  ## `mw conversation list`
1293
1515
 
1294
- Get all conversation the authenticated user has created or has access to.
1516
+ Get all conversations the authenticated user has created or has access to.
1295
1517
 
1296
1518
  ```
1297
1519
  USAGE
1298
- $ mw conversation list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1299
- [--csv | --no-truncate]] [--no-header | ]
1520
+ $ mw conversation list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1521
+ csv|json|yaml | | ] [--sort <value>]
1300
1522
 
1301
1523
  FLAGS
1302
1524
  -x, --extended show extra columns
@@ -1310,7 +1532,7 @@ FLAGS
1310
1532
  --sort=<value> property to sort by (prepend '-' for descending)
1311
1533
 
1312
1534
  DESCRIPTION
1313
- Get all conversation the authenticated user has created or has access to.
1535
+ Get all conversations the authenticated user has created or has access to.
1314
1536
  ```
1315
1537
 
1316
1538
  ## `mw conversation reply ID`
@@ -1364,14 +1586,150 @@ FLAGS
1364
1586
  --wait
1365
1587
  ```
1366
1588
 
1589
+ ## `mw cronjob execution get CRONJOB-ID EXECUTION-ID`
1590
+
1591
+ Get a cron job execution.
1592
+
1593
+ ```
1594
+ USAGE
1595
+ $ mw cronjob execution get CRONJOB-ID EXECUTION-ID [-o json|yaml | | ]
1596
+
1597
+ ARGUMENTS
1598
+ CRONJOB-ID ID of the cronjob the execution belongs to
1599
+ EXECUTION-ID ID of the cronjob execution to be retrieved.
1600
+
1601
+ FLAGS
1602
+ -o, --output=<option> output in a more machine friendly format
1603
+ <options: json|yaml>
1604
+
1605
+ DESCRIPTION
1606
+ Get a cron job execution.
1607
+
1608
+ ALIASES
1609
+ $ mw project cronjob execution get
1610
+ ```
1611
+
1612
+ ## `mw cronjob execution list`
1613
+
1614
+ List CronjobExecutions belonging to a Cronjob.
1615
+
1616
+ ```
1617
+ USAGE
1618
+ $ mw cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
1619
+ --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
1620
+
1621
+ FLAGS
1622
+ -x, --extended show extra columns
1623
+ --columns=<value> only show provided columns (comma-separated)
1624
+ --cronjob-id=<value> (required) ID of the Cronjob for which to list CronjobExecutions for.
1625
+ --csv output is csv format [alias: --output=csv]
1626
+ --filter=<value> filter property by partial string matching, ex: name=foo
1627
+ --no-header hide table header from output
1628
+ --no-truncate do not truncate output to fit screen
1629
+ --output=<option> output in a more machine friendly format
1630
+ <options: csv|json|yaml>
1631
+ --sort=<value> property to sort by (prepend '-' for descending)
1632
+
1633
+ DESCRIPTION
1634
+ List CronjobExecutions belonging to a Cronjob.
1635
+
1636
+ ALIASES
1637
+ $ mw project cronjob execution list
1638
+ ```
1639
+
1640
+ ## `mw cronjob execution logs CRONJOB-ID EXECUTION-ID`
1641
+
1642
+ Get the log output of a cronjob execution.
1643
+
1644
+ ```
1645
+ USAGE
1646
+ $ mw cronjob execution logs CRONJOB-ID EXECUTION-ID [-o json|yaml | | ] [--no-pager]
1647
+
1648
+ ARGUMENTS
1649
+ CRONJOB-ID ID of the cronjob the execution belongs to
1650
+ EXECUTION-ID ID of the cronjob execution to be retrieved.
1651
+
1652
+ FLAGS
1653
+ -o, --output=<option> output in a more machine friendly format
1654
+ <options: json|yaml>
1655
+ --no-pager Disable pager for output.
1656
+
1657
+ DESCRIPTION
1658
+ Get the log output of a cronjob execution.
1659
+
1660
+ This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
1661
+ through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
1662
+ disable this behavior with the --no-pager flag.
1663
+
1664
+ ALIASES
1665
+ $ mw project cronjob execution logs
1666
+ ```
1667
+
1668
+ ## `mw cronjob get CRONJOBID`
1669
+
1670
+ Get a cronjob.
1671
+
1672
+ ```
1673
+ USAGE
1674
+ $ mw cronjob get CRONJOBID [-o json|yaml | | ]
1675
+
1676
+ ARGUMENTS
1677
+ CRONJOBID ID of the cronjob to be retrieved.
1678
+
1679
+ FLAGS
1680
+ -o, --output=<option> output in a more machine friendly format
1681
+ <options: json|yaml>
1682
+
1683
+ DESCRIPTION
1684
+ Get a cronjob.
1685
+
1686
+ ALIASES
1687
+ $ mw project cronjob get
1688
+ ```
1689
+
1690
+ ## `mw cronjob list`
1691
+
1692
+ List Cronjobs belonging to a Project.
1693
+
1694
+ ```
1695
+ USAGE
1696
+ $ mw cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1697
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1698
+
1699
+ FLAGS
1700
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
1701
+ context
1702
+ -x, --extended show extra columns
1703
+ --columns=<value> only show provided columns (comma-separated)
1704
+ --csv output is csv format [alias: --output=csv]
1705
+ --filter=<value> filter property by partial string matching, ex: name=foo
1706
+ --no-header hide table header from output
1707
+ --no-truncate do not truncate output to fit screen
1708
+ --output=<option> output in a more machine friendly format
1709
+ <options: csv|json|yaml>
1710
+ --sort=<value> property to sort by (prepend '-' for descending)
1711
+
1712
+ DESCRIPTION
1713
+ List Cronjobs belonging to a Project.
1714
+
1715
+ ALIASES
1716
+ $ mw project cronjob list
1717
+
1718
+ FLAG DESCRIPTIONS
1719
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
1720
+
1721
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
1722
+ to persistently set a default project for all commands that accept this flag.
1723
+ ```
1724
+
1367
1725
  ## `mw database mysql charsets`
1368
1726
 
1369
1727
  List available MySQL character sets and collations, optionally filtered by a MySQLVersion.
1370
1728
 
1371
1729
  ```
1372
1730
  USAGE
1373
- $ mw database mysql charsets [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1374
- [--csv | --no-truncate]] [--no-header | ]
1731
+ $ mw database mysql charsets [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1732
+ csv|json|yaml | | ] [--sort <value>]
1375
1733
 
1376
1734
  FLAGS
1377
1735
  -x, --extended show extra columns
@@ -1513,8 +1871,8 @@ List MySQLDatabases belonging to a Project.
1513
1871
 
1514
1872
  ```
1515
1873
  USAGE
1516
- $ mw database mysql list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1517
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
1874
+ $ mw database mysql list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
1875
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1518
1876
 
1519
1877
  FLAGS
1520
1878
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -1628,8 +1986,8 @@ List MySQL users belonging to a database.
1628
1986
 
1629
1987
  ```
1630
1988
  USAGE
1631
- $ mw database mysql user list --database-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
1632
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
1989
+ $ mw database mysql user list --database-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
1990
+ --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
1633
1991
 
1634
1992
  FLAGS
1635
1993
  -x, --extended show extra columns
@@ -1653,8 +2011,8 @@ List available MySQL versions.
1653
2011
 
1654
2012
  ```
1655
2013
  USAGE
1656
- $ mw database mysql versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1657
- [--csv | --no-truncate]] [--no-header | ]
2014
+ $ mw database mysql versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2015
+ csv|json|yaml | | ] [--sort <value>]
1658
2016
 
1659
2017
  FLAGS
1660
2018
  -x, --extended show extra columns
@@ -1745,8 +2103,8 @@ List Redis databases belonging to a project.
1745
2103
 
1746
2104
  ```
1747
2105
  USAGE
1748
- $ mw database redis list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1749
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
2106
+ $ mw database redis list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2107
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1750
2108
 
1751
2109
  FLAGS
1752
2110
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -1798,8 +2156,8 @@ List available Redis versions.
1798
2156
 
1799
2157
  ```
1800
2158
  USAGE
1801
- $ mw database redis versions [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1802
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
2159
+ $ mw database redis versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2160
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1803
2161
 
1804
2162
  FLAGS
1805
2163
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -1849,53 +2207,41 @@ gets all dns zones by project id
1849
2207
 
1850
2208
  ```
1851
2209
  USAGE
1852
- $ mw domain dnszone list --project-id <value> [-o json|yaml | | ]
2210
+ $ mw domain dnszone list [-o json|yaml | | ] [-p <value>]
1853
2211
 
1854
2212
  FLAGS
1855
- -o, --output=<option> output in a more machine friendly format
1856
- <options: json|yaml>
1857
- --project-id=<value> (required) project you want to get the zones for
2213
+ -o, --output=<option> output in a more machine friendly format
2214
+ <options: json|yaml>
2215
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
2216
+ context
1858
2217
 
1859
2218
  DESCRIPTION
1860
2219
  gets all dns zones by project id
1861
- ```
1862
-
1863
- ## `mw domain get DOMAINID`
1864
-
1865
- Get a Domain.
1866
-
1867
- ```
1868
- USAGE
1869
- $ mw domain get DOMAINID [-o json|yaml | | ]
1870
-
1871
- ARGUMENTS
1872
- DOMAINID undefined
1873
2220
 
1874
- FLAGS
1875
- -o, --output=<option> output in a more machine friendly format
1876
- <options: json|yaml>
2221
+ FLAG DESCRIPTIONS
2222
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
1877
2223
 
1878
- DESCRIPTION
1879
- Get a Domain.
2224
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
2225
+ to persistently set a default project for all commands that accept this flag.
1880
2226
  ```
1881
2227
 
1882
- ## `mw domain get-handle DOMAINNAME`
2228
+ ## `mw domain get DOMAIN-ID`
1883
2229
 
1884
- Get a HandleSchema.
2230
+ Get a domain.
1885
2231
 
1886
2232
  ```
1887
2233
  USAGE
1888
- $ mw domain get-handle DOMAINNAME [-o json|yaml | | ]
2234
+ $ mw domain get DOMAIN-ID [-o json|yaml | | ]
1889
2235
 
1890
2236
  ARGUMENTS
1891
- DOMAINNAME The whole domain name
2237
+ DOMAIN-ID The ID of the domain to get.
1892
2238
 
1893
2239
  FLAGS
1894
2240
  -o, --output=<option> output in a more machine friendly format
1895
2241
  <options: json|yaml>
1896
2242
 
1897
2243
  DESCRIPTION
1898
- Get a HandleSchema.
2244
+ Get a domain.
1899
2245
  ```
1900
2246
 
1901
2247
  ## `mw domain list`
@@ -1904,8 +2250,8 @@ List Domains belonging to a Project.
1904
2250
 
1905
2251
  ```
1906
2252
  USAGE
1907
- $ mw domain list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1908
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
2253
+ $ mw domain list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2254
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1909
2255
 
1910
2256
  FLAGS
1911
2257
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -1939,7 +2285,7 @@ USAGE
1939
2285
  $ mw domain ownership get DOMAINOWNERSHIPID [-o json|yaml | | ]
1940
2286
 
1941
2287
  ARGUMENTS
1942
- DOMAINOWNERSHIPID undefined
2288
+ DOMAINOWNERSHIPID The domain ownership ID.
1943
2289
 
1944
2290
  FLAGS
1945
2291
  -o, --output=<option> output in a more machine friendly format
@@ -1955,8 +2301,8 @@ List all domain ownerships of a project.
1955
2301
 
1956
2302
  ```
1957
2303
  USAGE
1958
- $ mw domain ownership list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
1959
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
2304
+ $ mw domain ownership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2305
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
1960
2306
 
1961
2307
  FLAGS
1962
2308
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2093,8 +2439,8 @@ List virtualhosts for a project.
2093
2439
 
2094
2440
  ```
2095
2441
  USAGE
2096
- $ mw domain virtualhost list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2097
- [--csv | --no-truncate]] [--no-header | ] [-p <value>] [-a]
2442
+ $ mw domain virtualhost list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2443
+ csv|json|yaml | | ] [--sort <value>] [-p <value>] [-a]
2098
2444
 
2099
2445
  FLAGS
2100
2446
  -a, --all List all virtual hosts that you have access to, regardless of project
@@ -2138,7 +2484,7 @@ DESCRIPTION
2138
2484
  Display help for mw.
2139
2485
  ```
2140
2486
 
2141
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.11/src/commands/help.ts)_
2487
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.5/src/commands/help.ts)_
2142
2488
 
2143
2489
  ## `mw login reset`
2144
2490
 
@@ -2290,8 +2636,8 @@ Get all mail addresses for a project ID
2290
2636
 
2291
2637
  ```
2292
2638
  USAGE
2293
- $ mw mail address list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2294
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
2639
+ $ mw mail address list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2640
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
2295
2641
 
2296
2642
  FLAGS
2297
2643
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2318,7 +2664,7 @@ FLAG DESCRIPTIONS
2318
2664
 
2319
2665
  ## `mw mail deliverybox get ID`
2320
2666
 
2321
- Get a specific deliverybox
2667
+ Get a specific delivery box
2322
2668
 
2323
2669
  ```
2324
2670
  USAGE
@@ -2332,7 +2678,7 @@ FLAGS
2332
2678
  <options: json|yaml>
2333
2679
 
2334
2680
  DESCRIPTION
2335
- Get a specific deliverybox
2681
+ Get a specific delivery box
2336
2682
  ```
2337
2683
 
2338
2684
  ## `mw mail deliverybox list`
@@ -2341,8 +2687,8 @@ Get all deliveryboxes by project ID
2341
2687
 
2342
2688
  ```
2343
2689
  USAGE
2344
- $ mw mail deliverybox list [-p <value>] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
2345
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
2690
+ $ mw mail deliverybox list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2691
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
2346
2692
 
2347
2693
  FLAGS
2348
2694
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2450,8 +2796,8 @@ List all invites for an organization.
2450
2796
 
2451
2797
  ```
2452
2798
  USAGE
2453
- $ mw org invite list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2454
- [--csv | --no-truncate]] [--no-header | ] [-o <value>]
2799
+ $ mw org invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2800
+ csv|json|yaml | | ] [--sort <value>] [-o <value>]
2455
2801
 
2456
2802
  FLAGS
2457
2803
  -o, --org-id=<value> ID or short ID of a org; this flag is optional if a default org is set in the context
@@ -2481,8 +2827,8 @@ List all organization invites for the executing user.
2481
2827
 
2482
2828
  ```
2483
2829
  USAGE
2484
- $ mw org invite list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2485
- [--csv | --no-truncate]] [--no-header | ]
2830
+ $ mw org invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2831
+ csv|json|yaml | | ] [--sort <value>]
2486
2832
 
2487
2833
  FLAGS
2488
2834
  -x, --extended show extra columns
@@ -2529,8 +2875,8 @@ Get all organizations the authenticated user has access to.
2529
2875
 
2530
2876
  ```
2531
2877
  USAGE
2532
- $ mw org list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2533
- [--csv | --no-truncate]] [--no-header | ]
2878
+ $ mw org list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2879
+ csv|json|yaml | | ] [--sort <value>]
2534
2880
 
2535
2881
  FLAGS
2536
2882
  -x, --extended show extra columns
@@ -2553,8 +2899,8 @@ List all memberships belonging to an organization.
2553
2899
 
2554
2900
  ```
2555
2901
  USAGE
2556
- $ mw org membership list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2557
- [--csv | --no-truncate]] [--no-header | ] [-o <value>]
2902
+ $ mw org membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2903
+ csv|json|yaml | | ] [--sort <value>] [-o <value>]
2558
2904
 
2559
2905
  FLAGS
2560
2906
  -o, --org-id=<value> ID or short ID of a org; this flag is optional if a default org is set in the context
@@ -2584,8 +2930,8 @@ List all organization memberships for the executing user.
2584
2930
 
2585
2931
  ```
2586
2932
  USAGE
2587
- $ mw org membership list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2588
- [--csv | --no-truncate]] [--no-header | ]
2933
+ $ mw org membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
2934
+ csv|json|yaml | | ] [--sort <value>]
2589
2935
 
2590
2936
  FLAGS
2591
2937
  -x, --extended show extra columns
@@ -2643,6 +2989,9 @@ FLAGS
2643
2989
  --expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
2644
2990
  --wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
2645
2991
 
2992
+ ALIASES
2993
+ $ mw project backup create
2994
+
2646
2995
  FLAG DESCRIPTIONS
2647
2996
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
2648
2997
 
@@ -2673,6 +3022,9 @@ FLAGS
2673
3022
  DESCRIPTION
2674
3023
  Delete a backup
2675
3024
 
3025
+ ALIASES
3026
+ $ mw project backup delete
3027
+
2676
3028
  FLAG DESCRIPTIONS
2677
3029
  -q, --quiet suppress process output and only display a machine-readable summary.
2678
3030
 
@@ -2705,6 +3057,9 @@ FLAGS
2705
3057
  DESCRIPTION
2706
3058
  Download a backup to your local disk
2707
3059
 
3060
+ ALIASES
3061
+ $ mw project backup download
3062
+
2708
3063
  FLAG DESCRIPTIONS
2709
3064
  -q, --quiet suppress process output and only display a machine-readable summary.
2710
3065
 
@@ -2742,6 +3097,9 @@ FLAGS
2742
3097
 
2743
3098
  DESCRIPTION
2744
3099
  show details of a backup.
3100
+
3101
+ ALIASES
3102
+ $ mw project backup get
2745
3103
  ```
2746
3104
 
2747
3105
  ## `mw project backup list`
@@ -2750,8 +3108,8 @@ List Backups for a given Project.
2750
3108
 
2751
3109
  ```
2752
3110
  USAGE
2753
- $ mw project backup list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2754
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
3111
+ $ mw project backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3112
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
2755
3113
 
2756
3114
  FLAGS
2757
3115
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2769,6 +3127,9 @@ FLAGS
2769
3127
  DESCRIPTION
2770
3128
  List Backups for a given Project.
2771
3129
 
3130
+ ALIASES
3131
+ $ mw project backup list
3132
+
2772
3133
  FLAG DESCRIPTIONS
2773
3134
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
2774
3135
 
@@ -2782,8 +3143,8 @@ List backup schedules belonging to a given project.
2782
3143
 
2783
3144
  ```
2784
3145
  USAGE
2785
- $ mw project backupschedule list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2786
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
3146
+ $ mw project backupschedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3147
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
2787
3148
 
2788
3149
  FLAGS
2789
3150
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2801,6 +3162,9 @@ FLAGS
2801
3162
  DESCRIPTION
2802
3163
  List backup schedules belonging to a given project.
2803
3164
 
3165
+ ALIASES
3166
+ $ mw project backupschedule list
3167
+
2804
3168
  FLAG DESCRIPTIONS
2805
3169
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
2806
3170
 
@@ -2841,7 +3205,7 @@ FLAG DESCRIPTIONS
2841
3205
 
2842
3206
  ## `mw project cronjob execution get CRONJOB-ID EXECUTION-ID`
2843
3207
 
2844
- Get a CronjobExecution.
3208
+ Get a cron job execution.
2845
3209
 
2846
3210
  ```
2847
3211
  USAGE
@@ -2856,7 +3220,10 @@ FLAGS
2856
3220
  <options: json|yaml>
2857
3221
 
2858
3222
  DESCRIPTION
2859
- Get a CronjobExecution.
3223
+ Get a cron job execution.
3224
+
3225
+ ALIASES
3226
+ $ mw project cronjob execution get
2860
3227
  ```
2861
3228
 
2862
3229
  ## `mw project cronjob execution list`
@@ -2865,8 +3232,8 @@ List CronjobExecutions belonging to a Cronjob.
2865
3232
 
2866
3233
  ```
2867
3234
  USAGE
2868
- $ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
2869
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
3235
+ $ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
3236
+ --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
2870
3237
 
2871
3238
  FLAGS
2872
3239
  -x, --extended show extra columns
@@ -2882,6 +3249,9 @@ FLAGS
2882
3249
 
2883
3250
  DESCRIPTION
2884
3251
  List CronjobExecutions belonging to a Cronjob.
3252
+
3253
+ ALIASES
3254
+ $ mw project cronjob execution list
2885
3255
  ```
2886
3256
 
2887
3257
  ## `mw project cronjob execution logs CRONJOB-ID EXECUTION-ID`
@@ -2907,25 +3277,31 @@ DESCRIPTION
2907
3277
  This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
2908
3278
  through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
2909
3279
  disable this behavior with the --no-pager flag.
3280
+
3281
+ ALIASES
3282
+ $ mw project cronjob execution logs
2910
3283
  ```
2911
3284
 
2912
3285
  ## `mw project cronjob get CRONJOBID`
2913
3286
 
2914
- Get a Cronjob.
3287
+ Get a cronjob.
2915
3288
 
2916
3289
  ```
2917
3290
  USAGE
2918
3291
  $ mw project cronjob get CRONJOBID [-o json|yaml | | ]
2919
3292
 
2920
3293
  ARGUMENTS
2921
- CRONJOBID ID of the Cronjob to be retrieved.
3294
+ CRONJOBID ID of the cronjob to be retrieved.
2922
3295
 
2923
3296
  FLAGS
2924
3297
  -o, --output=<option> output in a more machine friendly format
2925
3298
  <options: json|yaml>
2926
3299
 
2927
3300
  DESCRIPTION
2928
- Get a Cronjob.
3301
+ Get a cronjob.
3302
+
3303
+ ALIASES
3304
+ $ mw project cronjob get
2929
3305
  ```
2930
3306
 
2931
3307
  ## `mw project cronjob list`
@@ -2934,8 +3310,8 @@ List Cronjobs belonging to a Project.
2934
3310
 
2935
3311
  ```
2936
3312
  USAGE
2937
- $ mw project cronjob list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
2938
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
3313
+ $ mw project cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3314
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
2939
3315
 
2940
3316
  FLAGS
2941
3317
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -2953,6 +3329,9 @@ FLAGS
2953
3329
  DESCRIPTION
2954
3330
  List Cronjobs belonging to a Project.
2955
3331
 
3332
+ ALIASES
3333
+ $ mw project cronjob list
3334
+
2956
3335
  FLAG DESCRIPTIONS
2957
3336
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
2958
3337
 
@@ -3024,16 +3403,16 @@ DESCRIPTION
3024
3403
  Get details of a project
3025
3404
  ```
3026
3405
 
3027
- ## `mw project invite get INVITEID`
3406
+ ## `mw project invite get INVITE-ID`
3028
3407
 
3029
3408
  Get a ProjectInvite.
3030
3409
 
3031
3410
  ```
3032
3411
  USAGE
3033
- $ mw project invite get INVITEID [-o json|yaml | | ]
3412
+ $ mw project invite get INVITE-ID [-o json|yaml | | ]
3034
3413
 
3035
3414
  ARGUMENTS
3036
- INVITEID ID of the ProjectInvite to be retrieved.
3415
+ INVITE-ID ID of the ProjectInvite to be retrieved.
3037
3416
 
3038
3417
  FLAGS
3039
3418
  -o, --output=<option> output in a more machine friendly format
@@ -3045,37 +3424,44 @@ DESCRIPTION
3045
3424
 
3046
3425
  ## `mw project invite list`
3047
3426
 
3048
- List all invites belonging to a Project.
3427
+ List all invites belonging to a project.
3049
3428
 
3050
3429
  ```
3051
3430
  USAGE
3052
- $ mw project invite list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
3053
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
3431
+ $ mw project invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3432
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3054
3433
 
3055
3434
  FLAGS
3056
- -x, --extended show extra columns
3057
- --columns=<value> only show provided columns (comma-separated)
3058
- --csv output is csv format [alias: --output=csv]
3059
- --filter=<value> filter property by partial string matching, ex: name=foo
3060
- --no-header hide table header from output
3061
- --no-truncate do not truncate output to fit screen
3062
- --output=<option> output in a more machine friendly format
3063
- <options: csv|json|yaml>
3064
- --project-id=<value> (required) ID of the Project to list invites for.
3065
- --sort=<value> property to sort by (prepend '-' for descending)
3435
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
3436
+ context
3437
+ -x, --extended show extra columns
3438
+ --columns=<value> only show provided columns (comma-separated)
3439
+ --csv output is csv format [alias: --output=csv]
3440
+ --filter=<value> filter property by partial string matching, ex: name=foo
3441
+ --no-header hide table header from output
3442
+ --no-truncate do not truncate output to fit screen
3443
+ --output=<option> output in a more machine friendly format
3444
+ <options: csv|json|yaml>
3445
+ --sort=<value> property to sort by (prepend '-' for descending)
3066
3446
 
3067
3447
  DESCRIPTION
3068
- List all invites belonging to a Project.
3448
+ List all invites belonging to a project.
3449
+
3450
+ FLAG DESCRIPTIONS
3451
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3452
+
3453
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
3454
+ to persistently set a default project for all commands that accept this flag.
3069
3455
  ```
3070
3456
 
3071
3457
  ## `mw project invite list-own`
3072
3458
 
3073
- List all ProjectInvites for the executing user.
3459
+ List all project invites for the executing user.
3074
3460
 
3075
3461
  ```
3076
3462
  USAGE
3077
- $ mw project invite list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3078
- [--csv | --no-truncate]] [--no-header | ]
3463
+ $ mw project invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3464
+ csv|json|yaml | | ] [--sort <value>]
3079
3465
 
3080
3466
  FLAGS
3081
3467
  -x, --extended show extra columns
@@ -3089,7 +3475,7 @@ FLAGS
3089
3475
  --sort=<value> property to sort by (prepend '-' for descending)
3090
3476
 
3091
3477
  DESCRIPTION
3092
- List all ProjectInvites for the executing user.
3478
+ List all project invites for the executing user.
3093
3479
  ```
3094
3480
 
3095
3481
  ## `mw project list`
@@ -3098,8 +3484,8 @@ List all projects that you have access to
3098
3484
 
3099
3485
  ```
3100
3486
  USAGE
3101
- $ mw project list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3102
- [--csv | --no-truncate]] [--no-header | ]
3487
+ $ mw project list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3488
+ csv|json|yaml | | ] [--sort <value>]
3103
3489
 
3104
3490
  FLAGS
3105
3491
  -x, --extended show extra columns
@@ -3116,16 +3502,16 @@ DESCRIPTION
3116
3502
  List all projects that you have access to
3117
3503
  ```
3118
3504
 
3119
- ## `mw project membership get MEMBERSHIPID`
3505
+ ## `mw project membership get MEMBERSHIP-ID`
3120
3506
 
3121
3507
  Get a ProjectMembership
3122
3508
 
3123
3509
  ```
3124
3510
  USAGE
3125
- $ mw project membership get MEMBERSHIPID [-o json|yaml | | ]
3511
+ $ mw project membership get MEMBERSHIP-ID [-o json|yaml | | ]
3126
3512
 
3127
3513
  ARGUMENTS
3128
- MEMBERSHIPID ID of the ProjectMembership to be retrieved.
3514
+ MEMBERSHIP-ID ID of the ProjectMembership to be retrieved.
3129
3515
 
3130
3516
  FLAGS
3131
3517
  -o, --output=<option> output in a more machine friendly format
@@ -3141,15 +3527,22 @@ Get the executing user's membership in a Project.
3141
3527
 
3142
3528
  ```
3143
3529
  USAGE
3144
- $ mw project membership get-own --project-id <value> [-o json|yaml | | ]
3530
+ $ mw project membership get-own [-o json|yaml | | ] [-p <value>]
3145
3531
 
3146
3532
  FLAGS
3147
- -o, --output=<option> output in a more machine friendly format
3148
- <options: json|yaml>
3149
- --project-id=<value> (required) ID of the Project to get the membership for.
3533
+ -o, --output=<option> output in a more machine friendly format
3534
+ <options: json|yaml>
3535
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
3536
+ context
3150
3537
 
3151
3538
  DESCRIPTION
3152
3539
  Get the executing user's membership in a Project.
3540
+
3541
+ FLAG DESCRIPTIONS
3542
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3543
+
3544
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
3545
+ to persistently set a default project for all commands that accept this flag.
3153
3546
  ```
3154
3547
 
3155
3548
  ## `mw project membership list`
@@ -3158,23 +3551,30 @@ List all memberships for a Project.
3158
3551
 
3159
3552
  ```
3160
3553
  USAGE
3161
- $ mw project membership list --project-id <value> [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output
3162
- csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
3554
+ $ mw project membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3555
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3163
3556
 
3164
3557
  FLAGS
3165
- -x, --extended show extra columns
3166
- --columns=<value> only show provided columns (comma-separated)
3167
- --csv output is csv format [alias: --output=csv]
3168
- --filter=<value> filter property by partial string matching, ex: name=foo
3169
- --no-header hide table header from output
3170
- --no-truncate do not truncate output to fit screen
3171
- --output=<option> output in a more machine friendly format
3172
- <options: csv|json|yaml>
3173
- --project-id=<value> (required) ID of the Project to list memberships for.
3174
- --sort=<value> property to sort by (prepend '-' for descending)
3558
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
3559
+ context
3560
+ -x, --extended show extra columns
3561
+ --columns=<value> only show provided columns (comma-separated)
3562
+ --csv output is csv format [alias: --output=csv]
3563
+ --filter=<value> filter property by partial string matching, ex: name=foo
3564
+ --no-header hide table header from output
3565
+ --no-truncate do not truncate output to fit screen
3566
+ --output=<option> output in a more machine friendly format
3567
+ <options: csv|json|yaml>
3568
+ --sort=<value> property to sort by (prepend '-' for descending)
3175
3569
 
3176
3570
  DESCRIPTION
3177
3571
  List all memberships for a Project.
3572
+
3573
+ FLAG DESCRIPTIONS
3574
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3575
+
3576
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
3577
+ to persistently set a default project for all commands that accept this flag.
3178
3578
  ```
3179
3579
 
3180
3580
  ## `mw project membership list-own`
@@ -3183,8 +3583,8 @@ List ProjectMemberships belonging to the executing user.
3183
3583
 
3184
3584
  ```
3185
3585
  USAGE
3186
- $ mw project membership list-own [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3187
- [--csv | --no-truncate]] [--no-header | ]
3586
+ $ mw project membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3587
+ csv|json|yaml | | ] [--sort <value>]
3188
3588
 
3189
3589
  FLAGS
3190
3590
  -x, --extended show extra columns
@@ -3207,8 +3607,8 @@ List all SFTP users for a project.
3207
3607
 
3208
3608
  ```
3209
3609
  USAGE
3210
- $ mw project sftp-user list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3211
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
3610
+ $ mw project sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3611
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3212
3612
 
3213
3613
  FLAGS
3214
3614
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -3226,6 +3626,9 @@ FLAGS
3226
3626
  DESCRIPTION
3227
3627
  List all SFTP users for a project.
3228
3628
 
3629
+ ALIASES
3630
+ $ mw project sftp-user list
3631
+
3229
3632
  FLAG DESCRIPTIONS
3230
3633
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3231
3634
 
@@ -3254,8 +3657,8 @@ List all SSH users for a project.
3254
3657
 
3255
3658
  ```
3256
3659
  USAGE
3257
- $ mw project ssh-user list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3258
- [--csv | --no-truncate]] [--no-header | ] [-p <value>]
3660
+ $ mw project ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3661
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3259
3662
 
3260
3663
  FLAGS
3261
3664
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
@@ -3273,6 +3676,9 @@ FLAGS
3273
3676
  DESCRIPTION
3274
3677
  List all SSH users for a project.
3275
3678
 
3679
+ ALIASES
3680
+ $ mw project ssh-user list
3681
+
3276
3682
  FLAG DESCRIPTIONS
3277
3683
  -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3278
3684
 
@@ -3295,33 +3701,33 @@ DESCRIPTION
3295
3701
  Updates a project
3296
3702
  ```
3297
3703
 
3298
- ## `mw server get SERVERID`
3704
+ ## `mw server get [SERVER-ID]`
3299
3705
 
3300
- Get a Server.
3706
+ Get a server.
3301
3707
 
3302
3708
  ```
3303
3709
  USAGE
3304
- $ mw server get SERVERID [-o json|yaml | | ]
3710
+ $ mw server get [SERVER-ID] [-o json|yaml | | ]
3305
3711
 
3306
3712
  ARGUMENTS
3307
- SERVERID ID of the Server to be retrieved.
3713
+ SERVER-ID ID or short ID of a server; this argument is optional if a default server is set in the context
3308
3714
 
3309
3715
  FLAGS
3310
3716
  -o, --output=<option> output in a more machine friendly format
3311
3717
  <options: json|yaml>
3312
3718
 
3313
3719
  DESCRIPTION
3314
- Get a Server.
3720
+ Get a server.
3315
3721
  ```
3316
3722
 
3317
3723
  ## `mw server list`
3318
3724
 
3319
- List Servers for an Organization or User.
3725
+ List servers for an organization or user.
3320
3726
 
3321
3727
  ```
3322
3728
  USAGE
3323
- $ mw server list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3324
- [--csv | --no-truncate]] [--no-header | ]
3729
+ $ mw server list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3730
+ csv|json|yaml | | ] [--sort <value>]
3325
3731
 
3326
3732
  FLAGS
3327
3733
  -x, --extended show extra columns
@@ -3335,7 +3741,77 @@ FLAGS
3335
3741
  --sort=<value> property to sort by (prepend '-' for descending)
3336
3742
 
3337
3743
  DESCRIPTION
3338
- List Servers for an Organization or User.
3744
+ List servers for an organization or user.
3745
+ ```
3746
+
3747
+ ## `mw sftp-user list`
3748
+
3749
+ List all SFTP users for a project.
3750
+
3751
+ ```
3752
+ USAGE
3753
+ $ mw sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3754
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3755
+
3756
+ FLAGS
3757
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
3758
+ context
3759
+ -x, --extended show extra columns
3760
+ --columns=<value> only show provided columns (comma-separated)
3761
+ --csv output is csv format [alias: --output=csv]
3762
+ --filter=<value> filter property by partial string matching, ex: name=foo
3763
+ --no-header hide table header from output
3764
+ --no-truncate do not truncate output to fit screen
3765
+ --output=<option> output in a more machine friendly format
3766
+ <options: csv|json|yaml>
3767
+ --sort=<value> property to sort by (prepend '-' for descending)
3768
+
3769
+ DESCRIPTION
3770
+ List all SFTP users for a project.
3771
+
3772
+ ALIASES
3773
+ $ mw project sftp-user list
3774
+
3775
+ FLAG DESCRIPTIONS
3776
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3777
+
3778
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
3779
+ to persistently set a default project for all commands that accept this flag.
3780
+ ```
3781
+
3782
+ ## `mw ssh-user list`
3783
+
3784
+ List all SSH users for a project.
3785
+
3786
+ ```
3787
+ USAGE
3788
+ $ mw ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3789
+ csv|json|yaml | | ] [--sort <value>] [-p <value>]
3790
+
3791
+ FLAGS
3792
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
3793
+ context
3794
+ -x, --extended show extra columns
3795
+ --columns=<value> only show provided columns (comma-separated)
3796
+ --csv output is csv format [alias: --output=csv]
3797
+ --filter=<value> filter property by partial string matching, ex: name=foo
3798
+ --no-header hide table header from output
3799
+ --no-truncate do not truncate output to fit screen
3800
+ --output=<option> output in a more machine friendly format
3801
+ <options: csv|json|yaml>
3802
+ --sort=<value> property to sort by (prepend '-' for descending)
3803
+
3804
+ DESCRIPTION
3805
+ List all SSH users for a project.
3806
+
3807
+ ALIASES
3808
+ $ mw project ssh-user list
3809
+
3810
+ FLAG DESCRIPTIONS
3811
+ -p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
3812
+
3813
+ May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
3814
+ to persistently set a default project for all commands that accept this flag.
3339
3815
  ```
3340
3816
 
3341
3817
  ## `mw update [CHANNEL]`
@@ -3344,10 +3820,10 @@ update the mw CLI
3344
3820
 
3345
3821
  ```
3346
3822
  USAGE
3347
- $ mw update [CHANNEL] [-a] [-v <value> | -i] [--force]
3823
+ $ mw update [CHANNEL] [-a] [--force] [-i | -v <value>]
3348
3824
 
3349
3825
  FLAGS
3350
- -a, --available Install a specific version.
3826
+ -a, --available See available versions.
3351
3827
  -i, --interactive Interactively select version to install. This is ignored if a channel is provided.
3352
3828
  -v, --version=<value> Install a specific version.
3353
3829
  --force Force a re-download of the requested version.
@@ -3373,7 +3849,7 @@ EXAMPLES
3373
3849
  $ mw update --available
3374
3850
  ```
3375
3851
 
3376
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.28/src/commands/update.ts)_
3852
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.3/src/commands/update.ts)_
3377
3853
 
3378
3854
  ## `mw user api-token create`
3379
3855
 
@@ -3400,33 +3876,33 @@ FLAG DESCRIPTIONS
3400
3876
  scripts), you can use this flag to easily get the IDs of created resources for further processing.
3401
3877
  ```
3402
3878
 
3403
- ## `mw user api-token get APITOKENID`
3879
+ ## `mw user api-token get TOKEN-ID`
3404
3880
 
3405
- Get a specific ApiToken
3881
+ Get a specific API token
3406
3882
 
3407
3883
  ```
3408
3884
  USAGE
3409
- $ mw user api-token get APITOKENID [-o json|yaml | | ]
3885
+ $ mw user api-token get TOKEN-ID [-o json|yaml | | ]
3410
3886
 
3411
3887
  ARGUMENTS
3412
- APITOKENID The uuid of an ApiToken
3888
+ TOKEN-ID The ID of an API token
3413
3889
 
3414
3890
  FLAGS
3415
3891
  -o, --output=<option> output in a more machine friendly format
3416
3892
  <options: json|yaml>
3417
3893
 
3418
3894
  DESCRIPTION
3419
- Get a specific ApiToken
3895
+ Get a specific API token
3420
3896
  ```
3421
3897
 
3422
3898
  ## `mw user api-token list`
3423
3899
 
3424
- List all ApiTokens of the user
3900
+ List all API tokens of the user
3425
3901
 
3426
3902
  ```
3427
3903
  USAGE
3428
- $ mw user api-token list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3429
- [--csv | --no-truncate]] [--no-header | ]
3904
+ $ mw user api-token list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3905
+ csv|json|yaml | | ] [--sort <value>]
3430
3906
 
3431
3907
  FLAGS
3432
3908
  -x, --extended show extra columns
@@ -3440,7 +3916,7 @@ FLAGS
3440
3916
  --sort=<value> property to sort by (prepend '-' for descending)
3441
3917
 
3442
3918
  DESCRIPTION
3443
- List all ApiTokens of the user
3919
+ List all API tokens of the user
3444
3920
  ```
3445
3921
 
3446
3922
  ## `mw user api-token revoke ID`
@@ -3488,23 +3964,23 @@ DESCRIPTION
3488
3964
  Get profile information for a user.
3489
3965
  ```
3490
3966
 
3491
- ## `mw user session get TOKENID`
3967
+ ## `mw user session get TOKEN-ID`
3492
3968
 
3493
- Get a specific Session
3969
+ Get a specific session
3494
3970
 
3495
3971
  ```
3496
3972
  USAGE
3497
- $ mw user session get TOKENID [-o json|yaml | | ]
3973
+ $ mw user session get TOKEN-ID [-o json|yaml | | ]
3498
3974
 
3499
3975
  ARGUMENTS
3500
- TOKENID tokenId to identify the concrete Session
3976
+ TOKEN-ID Token ID to identify the specific session
3501
3977
 
3502
3978
  FLAGS
3503
3979
  -o, --output=<option> output in a more machine friendly format
3504
3980
  <options: json|yaml>
3505
3981
 
3506
3982
  DESCRIPTION
3507
- Get a specific Session
3983
+ Get a specific session
3508
3984
  ```
3509
3985
 
3510
3986
  ## `mw user session list`
@@ -3513,8 +3989,8 @@ List all active sessions
3513
3989
 
3514
3990
  ```
3515
3991
  USAGE
3516
- $ mw user session list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3517
- [--csv | --no-truncate]] [--no-header | ]
3992
+ $ mw user session list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
3993
+ csv|json|yaml | | ] [--sort <value>]
3518
3994
 
3519
3995
  FLAGS
3520
3996
  -x, --extended show extra columns
@@ -3581,23 +4057,23 @@ FLAG DESCRIPTIONS
3581
4057
  scripts), you can use this flag to easily get the IDs of created resources for further processing.
3582
4058
  ```
3583
4059
 
3584
- ## `mw user ssh-key get SSHKEYID`
4060
+ ## `mw user ssh-key get KEY-ID`
3585
4061
 
3586
- Get a specific stored SshKey
4062
+ Get a specific SSH key
3587
4063
 
3588
4064
  ```
3589
4065
  USAGE
3590
- $ mw user ssh-key get SSHKEYID [-o json|yaml | | ]
4066
+ $ mw user ssh-key get KEY-ID [-o json|yaml | | ]
3591
4067
 
3592
4068
  ARGUMENTS
3593
- SSHKEYID undefined
4069
+ KEY-ID The ID of an SSH key
3594
4070
 
3595
4071
  FLAGS
3596
4072
  -o, --output=<option> output in a more machine friendly format
3597
4073
  <options: json|yaml>
3598
4074
 
3599
4075
  DESCRIPTION
3600
- Get a specific stored SshKey
4076
+ Get a specific SSH key
3601
4077
  ```
3602
4078
 
3603
4079
  ## `mw user ssh-key list`
@@ -3606,8 +4082,8 @@ Get your stored ssh keys
3606
4082
 
3607
4083
  ```
3608
4084
  USAGE
3609
- $ mw user ssh-key list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
3610
- [--csv | --no-truncate]] [--no-header | ]
4085
+ $ mw user ssh-key list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
4086
+ csv|json|yaml | | ] [--sort <value>]
3611
4087
 
3612
4088
  FLAGS
3613
4089
  -x, --extended show extra columns