@mittwald/cli 1.0.0-alpha.25 → 1.0.0-alpha.27
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 +1002 -241
- package/dist/esm/GetBaseCommand.d.ts +1 -1
- package/dist/esm/ListBaseCommand.d.ts +1 -1
- package/dist/esm/commands/app/create/python.d.ts +12 -0
- package/dist/esm/commands/app/create/python.js +13 -0
- package/dist/esm/commands/app/create/static.d.ts +1 -1
- package/dist/esm/commands/app/create/static.js +1 -1
- package/dist/esm/commands/app/dependency/list.d.ts +1 -1
- package/dist/esm/commands/app/dependency/versions.d.ts +1 -1
- package/dist/esm/commands/app/get.d.ts +1 -1
- package/dist/esm/commands/app/install/drupal.d.ts +11 -0
- package/dist/esm/commands/app/install/drupal.js +21 -0
- package/dist/esm/commands/app/install/grav.d.ts +11 -0
- package/dist/esm/commands/app/install/grav.js +22 -0
- package/dist/esm/commands/app/install/nextcloud.d.ts +11 -0
- package/dist/esm/commands/app/install/nextcloud.js +21 -0
- package/dist/esm/commands/app/ssh.js +1 -1
- package/dist/esm/commands/{project/backup → backup}/create.d.ts +3 -1
- package/dist/esm/commands/{project/backup → backup}/create.js +8 -6
- package/dist/esm/commands/{project/backup → backup}/delete.d.ts +3 -1
- package/dist/esm/commands/{project/backup → backup}/delete.js +3 -1
- package/dist/esm/commands/{project/backup → backup}/download.d.ts +4 -2
- package/dist/esm/commands/{project/backup → backup}/download.js +8 -6
- package/dist/esm/commands/{project/backup → backup}/get.d.ts +4 -2
- package/dist/esm/commands/{project/backup → backup}/get.js +7 -5
- package/dist/esm/commands/{project/backup → backup}/list.d.ts +5 -3
- package/dist/esm/commands/{project/backup → backup}/list.js +5 -3
- package/dist/esm/commands/{project/backupschedule → backup/schedule}/list.d.ts +2 -0
- package/dist/esm/commands/{project/backupschedule → backup/schedule}/list.js +2 -0
- package/dist/esm/commands/context/get.d.ts +1 -1
- package/dist/esm/commands/conversation/categories.d.ts +11 -4
- package/dist/esm/commands/conversation/categories.js +11 -3
- package/dist/esm/commands/conversation/list.d.ts +11 -4
- package/dist/esm/commands/conversation/list.js +11 -3
- package/dist/esm/commands/conversation/show.js +0 -3
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/get.d.ts +5 -4
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/get.js +5 -6
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/list.d.ts +6 -4
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/list.js +4 -2
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/logs.d.ts +3 -1
- package/dist/esm/commands/{project/cronjob → cronjob}/execution/logs.js +4 -2
- package/dist/esm/{generated/cronjob/getCronjob.d.ts → commands/cronjob/get.d.ts} +5 -5
- package/dist/esm/commands/cronjob/get.js +20 -0
- package/dist/esm/commands/{project/cronjob → cronjob}/list.d.ts +5 -3
- package/dist/esm/commands/{project/cronjob → cronjob}/list.js +5 -3
- package/dist/esm/commands/database/mysql/charsets.d.ts +1 -1
- package/dist/esm/commands/database/mysql/create.js +2 -2
- package/dist/esm/commands/database/mysql/delete.js +2 -2
- package/dist/esm/commands/database/mysql/get.d.ts +2 -2
- package/dist/esm/commands/database/mysql/get.js +2 -2
- package/dist/esm/commands/database/mysql/phpmyadmin.js +1 -1
- package/dist/esm/commands/database/mysql/user/get.d.ts +1 -1
- package/dist/esm/commands/database/mysql/user/get.js +1 -1
- package/dist/esm/commands/database/mysql/versions.d.ts +1 -1
- package/dist/esm/commands/database/redis/create.js +1 -1
- package/dist/esm/commands/database/redis/get.d.ts +2 -2
- package/dist/esm/commands/database/redis/get.js +1 -1
- package/dist/esm/commands/domain/dnszone/get.d.ts +14 -2
- package/dist/esm/commands/domain/dnszone/get.js +18 -5
- package/dist/esm/commands/domain/dnszone/list.d.ts +12 -2
- package/dist/esm/commands/domain/dnszone/list.js +15 -5
- package/dist/esm/commands/domain/get.d.ts +13 -2
- package/dist/esm/commands/domain/get.js +18 -5
- package/dist/esm/commands/domain/ownership/get.d.ts +14 -2
- package/dist/esm/commands/domain/ownership/get.js +18 -5
- package/dist/esm/commands/domain/virtualhost/get.d.ts +1 -1
- package/dist/esm/commands/domain/virtualhost/list.js +4 -1
- package/dist/esm/commands/mail/address/create.js +1 -1
- package/dist/esm/commands/mail/address/delete.js +2 -2
- package/dist/esm/commands/mail/address/get.d.ts +15 -2
- package/dist/esm/commands/mail/address/get.js +21 -5
- package/dist/esm/commands/mail/address/list.d.ts +3 -3
- package/dist/esm/commands/mail/address/list.js +1 -1
- package/dist/esm/commands/mail/deliverybox/get.d.ts +15 -2
- package/dist/esm/commands/mail/deliverybox/get.js +21 -5
- package/dist/esm/commands/mail/deliverybox/list.d.ts +3 -3
- package/dist/esm/commands/mail/deliverybox/list.js +1 -1
- package/dist/esm/commands/org/get.d.ts +1 -1
- package/dist/esm/commands/org/invite/list-own.d.ts +1 -1
- package/dist/esm/commands/org/list.d.ts +1 -1
- package/dist/esm/commands/org/membership/list-own.d.ts +1 -1
- package/dist/esm/commands/org/membership/list.d.ts +3 -0
- package/dist/esm/commands/project/create.js +1 -1
- package/dist/esm/commands/project/filesystem/usage.js +1 -1
- package/dist/esm/commands/project/get.d.ts +1 -1
- package/dist/esm/commands/project/get.js +1 -1
- package/dist/esm/commands/project/invite/get.d.ts +13 -2
- package/dist/esm/commands/project/invite/get.js +18 -5
- package/dist/esm/commands/project/invite/list-own.d.ts +10 -3
- package/dist/esm/commands/project/invite/list-own.js +10 -2
- package/dist/esm/commands/project/invite/list.d.ts +10 -4
- package/dist/esm/commands/project/invite/list.js +13 -7
- package/dist/esm/commands/project/list.d.ts +2 -3
- package/dist/esm/commands/project/membership/get-own.d.ts +11 -3
- package/dist/esm/commands/project/membership/get-own.js +14 -9
- package/dist/esm/commands/project/membership/get.d.ts +13 -2
- package/dist/esm/commands/project/membership/get.js +18 -5
- package/dist/esm/commands/project/membership/list-own.d.ts +10 -3
- package/dist/esm/commands/project/membership/list-own.js +10 -2
- package/dist/esm/commands/project/membership/list.d.ts +10 -4
- package/dist/esm/commands/project/membership/list.js +15 -7
- package/dist/esm/commands/project/ssh.js +2 -2
- package/dist/esm/commands/server/get.d.ts +15 -2
- package/dist/esm/commands/server/get.js +17 -5
- package/dist/esm/commands/server/list.d.ts +10 -3
- package/dist/esm/commands/server/list.js +10 -2
- package/dist/esm/commands/{project/sftp-user → sftp-user}/list.d.ts +5 -3
- package/dist/esm/commands/{project/sftp-user → sftp-user}/list.js +4 -2
- package/dist/esm/commands/{project/ssh-user → ssh-user}/list.d.ts +5 -3
- package/dist/esm/commands/{project/ssh-user → ssh-user}/list.js +4 -2
- package/dist/esm/commands/user/api-token/get.d.ts +13 -2
- package/dist/esm/commands/user/api-token/get.js +18 -5
- package/dist/esm/commands/user/api-token/list.d.ts +10 -3
- package/dist/esm/commands/user/api-token/list.js +10 -2
- package/dist/esm/commands/user/get.d.ts +1 -1
- package/dist/esm/commands/user/session/get.d.ts +13 -2
- package/dist/esm/commands/user/session/get.js +18 -5
- package/dist/esm/commands/user/session/list.d.ts +10 -3
- package/dist/esm/commands/user/session/list.js +10 -2
- package/dist/esm/commands/user/ssh-key/get.d.ts +13 -2
- package/dist/esm/commands/user/ssh-key/get.js +18 -5
- package/dist/esm/commands/user/ssh-key/list.d.ts +10 -3
- package/dist/esm/commands/user/ssh-key/list.js +10 -2
- package/dist/esm/lib/database/common.js +1 -1
- package/dist/esm/lib/database/mysql/connect.js +2 -2
- package/dist/esm/lib/database/redis/connect.js +2 -2
- package/dist/esm/lib/project/hooks.js +2 -2
- package/dist/esm/lib/project/shortId.js +1 -1
- package/dist/esm/rendering/process/components/ProcessConfirmation.d.ts +1 -1
- package/dist/esm/rendering/process/components/ProcessInput.d.ts +1 -1
- package/dist/esm/rendering/react/RenderBaseCommand.d.ts +2 -2
- package/package.json +31 -30
- package/dist/esm/commands/domain/get-handle.d.ts +0 -3
- package/dist/esm/commands/domain/get-handle.js +0 -6
- package/dist/esm/commands/project/cronjob/get.d.ts +0 -3
- package/dist/esm/commands/project/cronjob/get.js +0 -6
- package/dist/esm/generated/conversation/getCategory.d.ts +0 -16
- package/dist/esm/generated/conversation/getCategory.js +0 -25
- package/dist/esm/generated/conversation/getConversation.d.ts +0 -16
- package/dist/esm/generated/conversation/getConversation.js +0 -25
- package/dist/esm/generated/conversation/listCategories.d.ts +0 -13
- package/dist/esm/generated/conversation/listCategories.js +0 -15
- package/dist/esm/generated/conversation/listConversations.d.ts +0 -13
- package/dist/esm/generated/conversation/listConversations.js +0 -15
- package/dist/esm/generated/conversation/listMessagesByConversation.d.ts +0 -13
- package/dist/esm/generated/conversation/listMessagesByConversation.js +0 -22
- package/dist/esm/generated/cronjob/getCronjob.js +0 -25
- package/dist/esm/generated/cronjob/getExecution.d.ts +0 -16
- package/dist/esm/generated/cronjob/getExecution.js +0 -29
- package/dist/esm/generated/domain/dnsZoneGetSpecific.d.ts +0 -16
- package/dist/esm/generated/domain/dnsZoneGetSpecific.js +0 -25
- package/dist/esm/generated/domain/dnsZonesForProject.d.ts +0 -14
- package/dist/esm/generated/domain/dnsZonesForProject.js +0 -24
- package/dist/esm/generated/domain/getDomain.d.ts +0 -16
- package/dist/esm/generated/domain/getDomain.js +0 -25
- package/dist/esm/generated/domain/getHandleFields.d.ts +0 -16
- package/dist/esm/generated/domain/getHandleFields.js +0 -25
- package/dist/esm/generated/domain/getSpecificDomainOwnership.d.ts +0 -16
- package/dist/esm/generated/domain/getSpecificDomainOwnership.js +0 -25
- package/dist/esm/generated/file/getFile.d.ts +0 -16
- package/dist/esm/generated/file/getFile.js +0 -25
- package/dist/esm/generated/file/getFileMeta.d.ts +0 -14
- package/dist/esm/generated/file/getFileMeta.js +0 -24
- package/dist/esm/generated/file/getFileTokenRules.d.ts +0 -16
- package/dist/esm/generated/file/getFileTokenRules.js +0 -25
- package/dist/esm/generated/file/getFileTypeRules.d.ts +0 -16
- package/dist/esm/generated/file/getFileTypeRules.js +0 -25
- package/dist/esm/generated/mail/deliveryboxGetSpecific.d.ts +0 -16
- package/dist/esm/generated/mail/deliveryboxGetSpecific.js +0 -25
- package/dist/esm/generated/mail/mailaddressGetSpecific.d.ts +0 -16
- package/dist/esm/generated/mail/mailaddressGetSpecific.js +0 -25
- package/dist/esm/generated/mail/mailaddressList.d.ts +0 -13
- package/dist/esm/generated/mail/mailaddressList.js +0 -22
- package/dist/esm/generated/mail/projectsettingGetSpecific.d.ts +0 -14
- package/dist/esm/generated/mail/projectsettingGetSpecific.js +0 -24
- package/dist/esm/generated/notification/newsletterGetInfo.d.ts +0 -14
- package/dist/esm/generated/notification/newsletterGetInfo.js +0 -16
- package/dist/esm/generated/notification/scountUnreadNotifications.d.ts +0 -14
- package/dist/esm/generated/notification/scountUnreadNotifications.js +0 -16
- package/dist/esm/generated/notification/slistNotifications.d.ts +0 -13
- package/dist/esm/generated/notification/slistNotifications.js +0 -15
- package/dist/esm/generated/project/getProject.d.ts +0 -16
- package/dist/esm/generated/project/getProject.js +0 -25
- package/dist/esm/generated/project/getProjectInvite.d.ts +0 -16
- package/dist/esm/generated/project/getProjectInvite.js +0 -25
- package/dist/esm/generated/project/getProjectMembership.d.ts +0 -16
- package/dist/esm/generated/project/getProjectMembership.js +0 -25
- package/dist/esm/generated/project/getSelfMembershipForProject.d.ts +0 -14
- package/dist/esm/generated/project/getSelfMembershipForProject.js +0 -24
- package/dist/esm/generated/project/getServer.d.ts +0 -16
- package/dist/esm/generated/project/getServer.js +0 -25
- package/dist/esm/generated/project/listInvitesForProject.d.ts +0 -13
- package/dist/esm/generated/project/listInvitesForProject.js +0 -22
- package/dist/esm/generated/project/listMembershipsForProject.d.ts +0 -13
- package/dist/esm/generated/project/listMembershipsForProject.js +0 -22
- package/dist/esm/generated/project/listProjectInvites.d.ts +0 -13
- package/dist/esm/generated/project/listProjectInvites.js +0 -15
- package/dist/esm/generated/project/listProjectMemberships.d.ts +0 -13
- package/dist/esm/generated/project/listProjectMemberships.js +0 -15
- package/dist/esm/generated/project/listProjects.d.ts +0 -13
- package/dist/esm/generated/project/listProjects.js +0 -15
- package/dist/esm/generated/project/listServers.d.ts +0 -13
- package/dist/esm/generated/project/listServers.js +0 -15
- package/dist/esm/generated/user/getApiToken.d.ts +0 -16
- package/dist/esm/generated/user/getApiToken.js +0 -25
- package/dist/esm/generated/user/getPersonalizedSettings.d.ts +0 -14
- package/dist/esm/generated/user/getPersonalizedSettings.js +0 -24
- package/dist/esm/generated/user/getSession.d.ts +0 -16
- package/dist/esm/generated/user/getSession.js +0 -25
- package/dist/esm/generated/user/getSshKey.d.ts +0 -16
- package/dist/esm/generated/user/getSshKey.js +0 -25
- package/dist/esm/generated/user/listApiTokens.d.ts +0 -13
- package/dist/esm/generated/user/listApiTokens.js +0 -15
- package/dist/esm/generated/user/listFeedback.d.ts +0 -13
- package/dist/esm/generated/user/listFeedback.js +0 -22
- package/dist/esm/generated/user/listSessions.d.ts +0 -13
- package/dist/esm/generated/user/listSessions.js +0 -15
- package/dist/esm/generated/user/listSshKeys.d.ts +0 -13
- package/dist/esm/generated/user/listSshKeys.js +0 -15
package/README.md
CHANGED
|
@@ -82,14 +82,18 @@ USAGE
|
|
|
82
82
|
* [`mw app copy INSTALLATION-ID`](#mw-app-copy-installation-id)
|
|
83
83
|
* [`mw app create node`](#mw-app-create-node)
|
|
84
84
|
* [`mw app create php`](#mw-app-create-php)
|
|
85
|
+
* [`mw app create python`](#mw-app-create-python)
|
|
85
86
|
* [`mw app create static`](#mw-app-create-static)
|
|
86
87
|
* [`mw app dependency list`](#mw-app-dependency-list)
|
|
87
88
|
* [`mw app dependency update INSTALLATION-ID`](#mw-app-dependency-update-installation-id)
|
|
88
89
|
* [`mw app dependency versions SYSTEMSOFTWARE`](#mw-app-dependency-versions-systemsoftware)
|
|
89
90
|
* [`mw app get INSTALLATION-ID`](#mw-app-get-installation-id)
|
|
90
91
|
* [`mw app install contao`](#mw-app-install-contao)
|
|
92
|
+
* [`mw app install drupal`](#mw-app-install-drupal)
|
|
93
|
+
* [`mw app install grav`](#mw-app-install-grav)
|
|
91
94
|
* [`mw app install joomla`](#mw-app-install-joomla)
|
|
92
95
|
* [`mw app install matomo`](#mw-app-install-matomo)
|
|
96
|
+
* [`mw app install nextcloud`](#mw-app-install-nextcloud)
|
|
93
97
|
* [`mw app install shopware5`](#mw-app-install-shopware5)
|
|
94
98
|
* [`mw app install shopware6`](#mw-app-install-shopware6)
|
|
95
99
|
* [`mw app install typo3`](#mw-app-install-typo3)
|
|
@@ -98,6 +102,12 @@ USAGE
|
|
|
98
102
|
* [`mw app ssh INSTALLATION-ID`](#mw-app-ssh-installation-id)
|
|
99
103
|
* [`mw app uninstall INSTALLATION-ID`](#mw-app-uninstall-installation-id)
|
|
100
104
|
* [`mw app versions [APP]`](#mw-app-versions-app)
|
|
105
|
+
* [`mw backup create`](#mw-backup-create)
|
|
106
|
+
* [`mw backup delete BACKUP-ID`](#mw-backup-delete-backup-id)
|
|
107
|
+
* [`mw backup download BACKUP-ID`](#mw-backup-download-backup-id)
|
|
108
|
+
* [`mw backup get BACKUP-ID`](#mw-backup-get-backup-id)
|
|
109
|
+
* [`mw backup list`](#mw-backup-list)
|
|
110
|
+
* [`mw backup schedule list`](#mw-backup-schedule-list)
|
|
101
111
|
* [`mw context get`](#mw-context-get)
|
|
102
112
|
* [`mw context set`](#mw-context-set)
|
|
103
113
|
* [`mw conversation categories`](#mw-conversation-categories)
|
|
@@ -107,6 +117,11 @@ USAGE
|
|
|
107
117
|
* [`mw conversation reply ID`](#mw-conversation-reply-id)
|
|
108
118
|
* [`mw conversation show ID`](#mw-conversation-show-id)
|
|
109
119
|
* [`mw conversation show2 CONVERSATIONID`](#mw-conversation-show2-conversationid)
|
|
120
|
+
* [`mw cronjob execution get CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-get-cronjob-id-execution-id)
|
|
121
|
+
* [`mw cronjob execution list`](#mw-cronjob-execution-list)
|
|
122
|
+
* [`mw cronjob execution logs CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-logs-cronjob-id-execution-id)
|
|
123
|
+
* [`mw cronjob get CRONJOBID`](#mw-cronjob-get-cronjobid)
|
|
124
|
+
* [`mw cronjob list`](#mw-cronjob-list)
|
|
110
125
|
* [`mw database mysql charsets`](#mw-database-mysql-charsets)
|
|
111
126
|
* [`mw database mysql create`](#mw-database-mysql-create)
|
|
112
127
|
* [`mw database mysql delete DATABASE-ID`](#mw-database-mysql-delete-database-id)
|
|
@@ -126,8 +141,7 @@ USAGE
|
|
|
126
141
|
* [`mw database redis versions`](#mw-database-redis-versions)
|
|
127
142
|
* [`mw domain dnszone get ZONEID`](#mw-domain-dnszone-get-zoneid)
|
|
128
143
|
* [`mw domain dnszone list`](#mw-domain-dnszone-list)
|
|
129
|
-
* [`mw domain get
|
|
130
|
-
* [`mw domain get-handle DOMAINNAME`](#mw-domain-get-handle-domainname)
|
|
144
|
+
* [`mw domain get DOMAIN-ID`](#mw-domain-get-domain-id)
|
|
131
145
|
* [`mw domain list`](#mw-domain-list)
|
|
132
146
|
* [`mw domain ownership get DOMAINOWNERSHIPID`](#mw-domain-ownership-get-domainownershipid)
|
|
133
147
|
* [`mw domain ownership list`](#mw-domain-ownership-list)
|
|
@@ -170,11 +184,11 @@ USAGE
|
|
|
170
184
|
* [`mw project delete [PROJECT-ID]`](#mw-project-delete-project-id)
|
|
171
185
|
* [`mw project filesystem usage [PROJECT-ID]`](#mw-project-filesystem-usage-project-id)
|
|
172
186
|
* [`mw project get [PROJECT-ID]`](#mw-project-get-project-id)
|
|
173
|
-
* [`mw project invite get
|
|
187
|
+
* [`mw project invite get INVITE-ID`](#mw-project-invite-get-invite-id)
|
|
174
188
|
* [`mw project invite list`](#mw-project-invite-list)
|
|
175
189
|
* [`mw project invite list-own`](#mw-project-invite-list-own)
|
|
176
190
|
* [`mw project list`](#mw-project-list)
|
|
177
|
-
* [`mw project membership get
|
|
191
|
+
* [`mw project membership get MEMBERSHIP-ID`](#mw-project-membership-get-membership-id)
|
|
178
192
|
* [`mw project membership get-own`](#mw-project-membership-get-own)
|
|
179
193
|
* [`mw project membership list`](#mw-project-membership-list)
|
|
180
194
|
* [`mw project membership list-own`](#mw-project-membership-list-own)
|
|
@@ -182,19 +196,21 @@ USAGE
|
|
|
182
196
|
* [`mw project ssh [PROJECT-ID]`](#mw-project-ssh-project-id)
|
|
183
197
|
* [`mw project ssh-user list`](#mw-project-ssh-user-list)
|
|
184
198
|
* [`mw project update [PROJECT-ID]`](#mw-project-update-project-id)
|
|
185
|
-
* [`mw server get
|
|
199
|
+
* [`mw server get [SERVER-ID]`](#mw-server-get-server-id)
|
|
186
200
|
* [`mw server list`](#mw-server-list)
|
|
201
|
+
* [`mw sftp-user list`](#mw-sftp-user-list)
|
|
202
|
+
* [`mw ssh-user list`](#mw-ssh-user-list)
|
|
187
203
|
* [`mw update [CHANNEL]`](#mw-update-channel)
|
|
188
204
|
* [`mw user api-token create`](#mw-user-api-token-create)
|
|
189
|
-
* [`mw user api-token get
|
|
205
|
+
* [`mw user api-token get TOKEN-ID`](#mw-user-api-token-get-token-id)
|
|
190
206
|
* [`mw user api-token list`](#mw-user-api-token-list)
|
|
191
207
|
* [`mw user api-token revoke ID`](#mw-user-api-token-revoke-id)
|
|
192
208
|
* [`mw user get USER-ID`](#mw-user-get-user-id)
|
|
193
|
-
* [`mw user session get
|
|
209
|
+
* [`mw user session get TOKEN-ID`](#mw-user-session-get-token-id)
|
|
194
210
|
* [`mw user session list`](#mw-user-session-list)
|
|
195
211
|
* [`mw user ssh-key create`](#mw-user-ssh-key-create)
|
|
196
212
|
* [`mw user ssh-key delete ID`](#mw-user-ssh-key-delete-id)
|
|
197
|
-
* [`mw user ssh-key get
|
|
213
|
+
* [`mw user ssh-key get KEY-ID`](#mw-user-ssh-key-get-key-id)
|
|
198
214
|
* [`mw user ssh-key list`](#mw-user-ssh-key-list)
|
|
199
215
|
|
|
200
216
|
## `mw app copy INSTALLATION-ID`
|
|
@@ -307,6 +323,54 @@ FLAG DESCRIPTIONS
|
|
|
307
323
|
installation is finished
|
|
308
324
|
```
|
|
309
325
|
|
|
326
|
+
## `mw app create python`
|
|
327
|
+
|
|
328
|
+
Creates new custom python site installation.
|
|
329
|
+
|
|
330
|
+
```
|
|
331
|
+
USAGE
|
|
332
|
+
$ mw app create python --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w] [--json]
|
|
333
|
+
|
|
334
|
+
FLAGS
|
|
335
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
336
|
+
context
|
|
337
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
338
|
+
-w, --wait Wait for your custom python site to be ready.
|
|
339
|
+
--document-root=<value> (required) [default: /] The document root from which your custom python site will be served
|
|
340
|
+
(relative to the installation path)
|
|
341
|
+
--json
|
|
342
|
+
--site-title=<value> Site Title for your custom python site installation.
|
|
343
|
+
|
|
344
|
+
DESCRIPTION
|
|
345
|
+
Creates new custom python site installation.
|
|
346
|
+
|
|
347
|
+
FLAG DESCRIPTIONS
|
|
348
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
349
|
+
|
|
350
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
351
|
+
to persistently set a default project for all commands that accept this flag.
|
|
352
|
+
|
|
353
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
354
|
+
|
|
355
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
356
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
357
|
+
|
|
358
|
+
--document-root=<value>
|
|
359
|
+
|
|
360
|
+
The document root from which your custom python site will be served (relative to the installation path)
|
|
361
|
+
|
|
362
|
+
This is the document root from which the files of your application will be served by the web server. This directory
|
|
363
|
+
is specified relative to the installation path.
|
|
364
|
+
|
|
365
|
+
--site-title=<value> Site Title for your custom python site installation.
|
|
366
|
+
|
|
367
|
+
Site Title which will be displayed in the Tab and at the top of the Frontend of your custom python site
|
|
368
|
+
installation.
|
|
369
|
+
It is also the Title shown in the App-Overview in the mStudio.
|
|
370
|
+
If none is given the Software Name and the given Project will be used. The Title can be changed after the
|
|
371
|
+
installation is finished
|
|
372
|
+
```
|
|
373
|
+
|
|
310
374
|
## `mw app create static`
|
|
311
375
|
|
|
312
376
|
Creates new custom static site installation.
|
|
@@ -361,8 +425,8 @@ Get all available dependencies
|
|
|
361
425
|
|
|
362
426
|
```
|
|
363
427
|
USAGE
|
|
364
|
-
$ mw app dependency list [--columns <value> | -x] [--
|
|
365
|
-
|
|
428
|
+
$ mw app dependency list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
429
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
366
430
|
|
|
367
431
|
FLAGS
|
|
368
432
|
-x, --extended show extra columns
|
|
@@ -421,8 +485,8 @@ Get all available versions of a particular dependency
|
|
|
421
485
|
|
|
422
486
|
```
|
|
423
487
|
USAGE
|
|
424
|
-
$ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--
|
|
425
|
-
csv|json|yaml | |
|
|
488
|
+
$ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
489
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
426
490
|
|
|
427
491
|
ARGUMENTS
|
|
428
492
|
SYSTEMSOFTWARE name of the systemsoftware for which to list versions
|
|
@@ -551,6 +615,162 @@ FLAG DESCRIPTIONS
|
|
|
551
615
|
If none is given the Contao will be installed in the latest available version.
|
|
552
616
|
```
|
|
553
617
|
|
|
618
|
+
## `mw app install drupal`
|
|
619
|
+
|
|
620
|
+
Creates new Drupal installation.
|
|
621
|
+
|
|
622
|
+
```
|
|
623
|
+
USAGE
|
|
624
|
+
$ mw app install drupal --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
625
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--json]
|
|
626
|
+
|
|
627
|
+
FLAGS
|
|
628
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
629
|
+
context
|
|
630
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
631
|
+
-w, --wait Wait for your Drupal to be ready.
|
|
632
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
633
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
634
|
+
--admin-user=<value> Username for your administrator-user.
|
|
635
|
+
--host=<value> Host to initially configure your Drupal installation with; needs to be created separately.
|
|
636
|
+
--json
|
|
637
|
+
--site-title=<value> Site Title for your Drupal installation.
|
|
638
|
+
--version=<value> (required) [default: latest] Version of Drupal to be installed.
|
|
639
|
+
|
|
640
|
+
DESCRIPTION
|
|
641
|
+
Creates new Drupal installation.
|
|
642
|
+
|
|
643
|
+
FLAG DESCRIPTIONS
|
|
644
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
645
|
+
|
|
646
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
647
|
+
to persistently set a default project for all commands that accept this flag.
|
|
648
|
+
|
|
649
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
650
|
+
|
|
651
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
652
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
653
|
+
|
|
654
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
655
|
+
|
|
656
|
+
E-Mail-Address that will correlate to the first administrator-user which will be created during the Drupal
|
|
657
|
+
installation.
|
|
658
|
+
If not given your mStudio Account-E-Mail-Address will be used. This E-Mail-Address can be changed after the
|
|
659
|
+
installation is finished.
|
|
660
|
+
|
|
661
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
662
|
+
|
|
663
|
+
Password that will correlate to the first administrator-user which will be created during the Drupal installation.
|
|
664
|
+
If not given a random secure Password will be generated and sent to stdout. This Password can be changed after the
|
|
665
|
+
installation is finished
|
|
666
|
+
|
|
667
|
+
--admin-user=<value> Username for your administrator-user.
|
|
668
|
+
|
|
669
|
+
Username of the first administrator-user which will be created during the Drupal installation.
|
|
670
|
+
If not given an adequate username will be created from your mStudio Account Data.
|
|
671
|
+
After the installation is finished the Username can be changed and additional administrator-users can be created.
|
|
672
|
+
|
|
673
|
+
--host=<value> Host to initially configure your Drupal installation with; needs to be created separately.
|
|
674
|
+
|
|
675
|
+
Specify a host which will be used during the installation and as an initial host for the Drupal configuration.
|
|
676
|
+
If not given the default host for the given Project will be used.
|
|
677
|
+
This does not change the target of the used Host and can be changed later by configuring the Host and your Drupal
|
|
678
|
+
installation.
|
|
679
|
+
|
|
680
|
+
--site-title=<value> Site Title for your Drupal installation.
|
|
681
|
+
|
|
682
|
+
Site Title which will be displayed in the Tab and at the top of the Frontend of your Drupal installation.
|
|
683
|
+
It is also the Title shown in the App-Overview in the mStudio.
|
|
684
|
+
If none is given the Software Name and the given Project will be used. The Title can be changed after the
|
|
685
|
+
installation is finished
|
|
686
|
+
|
|
687
|
+
--version=<value> Version of Drupal to be installed.
|
|
688
|
+
|
|
689
|
+
Specify the Version in which your Drupal will be installed.
|
|
690
|
+
If none is given the Drupal will be installed in the latest available version.
|
|
691
|
+
```
|
|
692
|
+
|
|
693
|
+
## `mw app install grav`
|
|
694
|
+
|
|
695
|
+
Creates new Grav installation.
|
|
696
|
+
|
|
697
|
+
```
|
|
698
|
+
USAGE
|
|
699
|
+
$ mw app install grav --version <value> [-p <value>] [-q] [--admin-user <value>] [--admin-email <value>]
|
|
700
|
+
[--admin-pass <value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [-w] [--json]
|
|
701
|
+
|
|
702
|
+
FLAGS
|
|
703
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
704
|
+
context
|
|
705
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
706
|
+
-w, --wait Wait for your Grav to be ready.
|
|
707
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
708
|
+
--admin-firstname=<value> Firstname of your administrator-user.
|
|
709
|
+
--admin-lastname=<value> Lastname of your administrator-user.
|
|
710
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
711
|
+
--admin-user=<value> Username for your administrator-user.
|
|
712
|
+
--json
|
|
713
|
+
--site-title=<value> Site Title for your Grav installation.
|
|
714
|
+
--version=<value> (required) [default: latest] Version of Grav to be installed.
|
|
715
|
+
|
|
716
|
+
DESCRIPTION
|
|
717
|
+
Creates new Grav installation.
|
|
718
|
+
|
|
719
|
+
FLAG DESCRIPTIONS
|
|
720
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
721
|
+
|
|
722
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
723
|
+
to persistently set a default project for all commands that accept this flag.
|
|
724
|
+
|
|
725
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
726
|
+
|
|
727
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
728
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
729
|
+
|
|
730
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
731
|
+
|
|
732
|
+
E-Mail-Address that will correlate to the first administrator-user which will be created during the Grav
|
|
733
|
+
installation.
|
|
734
|
+
If not given your mStudio Account-E-Mail-Address will be used. This E-Mail-Address can be changed after the
|
|
735
|
+
installation is finished.
|
|
736
|
+
|
|
737
|
+
--admin-firstname=<value> Firstname of your administrator-user.
|
|
738
|
+
|
|
739
|
+
Firstname that will correlate to the first administrator-user which will be created during the Grav installation.
|
|
740
|
+
If none is given your mStudio Account-Firstname will be used. This Firstname can be changed after the installation
|
|
741
|
+
is finished
|
|
742
|
+
|
|
743
|
+
--admin-lastname=<value> Lastname of your administrator-user.
|
|
744
|
+
|
|
745
|
+
Lastname that will correlate to the first administrator-user which will be created during the Grav installation.
|
|
746
|
+
If none is given your mStudio Account-Firstname will be used. This Lastname can be changed after the installation is
|
|
747
|
+
finished
|
|
748
|
+
|
|
749
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
750
|
+
|
|
751
|
+
Password that will correlate to the first administrator-user which will be created during the Grav installation.
|
|
752
|
+
If not given a random secure Password will be generated and sent to stdout. This Password can be changed after the
|
|
753
|
+
installation is finished
|
|
754
|
+
|
|
755
|
+
--admin-user=<value> Username for your administrator-user.
|
|
756
|
+
|
|
757
|
+
Username of the first administrator-user which will be created during the Grav installation.
|
|
758
|
+
If not given an adequate username will be created from your mStudio Account Data.
|
|
759
|
+
After the installation is finished the Username can be changed and additional administrator-users can be created.
|
|
760
|
+
|
|
761
|
+
--site-title=<value> Site Title for your Grav installation.
|
|
762
|
+
|
|
763
|
+
Site Title which will be displayed in the Tab and at the top of the Frontend of your Grav installation.
|
|
764
|
+
It is also the Title shown in the App-Overview in the mStudio.
|
|
765
|
+
If none is given the Software Name and the given Project will be used. The Title can be changed after the
|
|
766
|
+
installation is finished
|
|
767
|
+
|
|
768
|
+
--version=<value> Version of Grav to be installed.
|
|
769
|
+
|
|
770
|
+
Specify the Version in which your Grav will be installed.
|
|
771
|
+
If none is given the Grav will be installed in the latest available version.
|
|
772
|
+
```
|
|
773
|
+
|
|
554
774
|
## `mw app install joomla`
|
|
555
775
|
|
|
556
776
|
Creates new Joomla! installation.
|
|
@@ -716,6 +936,83 @@ FLAG DESCRIPTIONS
|
|
|
716
936
|
If none is given the Matomo will be installed in the latest available version.
|
|
717
937
|
```
|
|
718
938
|
|
|
939
|
+
## `mw app install nextcloud`
|
|
940
|
+
|
|
941
|
+
Creates new Shopware 6 installation.
|
|
942
|
+
|
|
943
|
+
```
|
|
944
|
+
USAGE
|
|
945
|
+
$ mw app install nextcloud --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
946
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--json]
|
|
947
|
+
|
|
948
|
+
FLAGS
|
|
949
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
950
|
+
context
|
|
951
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
952
|
+
-w, --wait Wait for your Shopware 6 to be ready.
|
|
953
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
954
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
955
|
+
--admin-user=<value> Username for your administrator-user.
|
|
956
|
+
--host=<value> Host to initially configure your Shopware 6 installation with; needs to be created
|
|
957
|
+
separately.
|
|
958
|
+
--json
|
|
959
|
+
--site-title=<value> Site Title for your Shopware 6 installation.
|
|
960
|
+
--version=<value> (required) [default: latest] Version of Shopware 6 to be installed.
|
|
961
|
+
|
|
962
|
+
DESCRIPTION
|
|
963
|
+
Creates new Shopware 6 installation.
|
|
964
|
+
|
|
965
|
+
FLAG DESCRIPTIONS
|
|
966
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
967
|
+
|
|
968
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
969
|
+
to persistently set a default project for all commands that accept this flag.
|
|
970
|
+
|
|
971
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
972
|
+
|
|
973
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
974
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
975
|
+
|
|
976
|
+
--admin-email=<value> E-Mail-Address of your administrator-user.
|
|
977
|
+
|
|
978
|
+
E-Mail-Address that will correlate to the first administrator-user which will be created during the Shopware 6
|
|
979
|
+
installation.
|
|
980
|
+
If not given your mStudio Account-E-Mail-Address will be used. This E-Mail-Address can be changed after the
|
|
981
|
+
installation is finished.
|
|
982
|
+
|
|
983
|
+
--admin-pass=<value> Password of your administrator-user.
|
|
984
|
+
|
|
985
|
+
Password that will correlate to the first administrator-user which will be created during the Shopware 6
|
|
986
|
+
installation.
|
|
987
|
+
If not given a random secure Password will be generated and sent to stdout. This Password can be changed after the
|
|
988
|
+
installation is finished
|
|
989
|
+
|
|
990
|
+
--admin-user=<value> Username for your administrator-user.
|
|
991
|
+
|
|
992
|
+
Username of the first administrator-user which will be created during the Shopware 6 installation.
|
|
993
|
+
If not given an adequate username will be created from your mStudio Account Data.
|
|
994
|
+
After the installation is finished the Username can be changed and additional administrator-users can be created.
|
|
995
|
+
|
|
996
|
+
--host=<value> Host to initially configure your Shopware 6 installation with; needs to be created separately.
|
|
997
|
+
|
|
998
|
+
Specify a host which will be used during the installation and as an initial host for the Shopware 6 configuration.
|
|
999
|
+
If not given the default host for the given Project will be used.
|
|
1000
|
+
This does not change the target of the used Host and can be changed later by configuring the Host and your Shopware
|
|
1001
|
+
6 installation.
|
|
1002
|
+
|
|
1003
|
+
--site-title=<value> Site Title for your Shopware 6 installation.
|
|
1004
|
+
|
|
1005
|
+
Site Title which will be displayed in the Tab and at the top of the Frontend of your Shopware 6 installation.
|
|
1006
|
+
It is also the Title shown in the App-Overview in the mStudio.
|
|
1007
|
+
If none is given the Software Name and the given Project will be used. The Title can be changed after the
|
|
1008
|
+
installation is finished
|
|
1009
|
+
|
|
1010
|
+
--version=<value> Version of Shopware 6 to be installed.
|
|
1011
|
+
|
|
1012
|
+
Specify the Version in which your Shopware 6 will be installed.
|
|
1013
|
+
If none is given the Shopware 6 will be installed in the latest available version.
|
|
1014
|
+
```
|
|
1015
|
+
|
|
719
1016
|
## `mw app install shopware5`
|
|
720
1017
|
|
|
721
1018
|
Creates new Shopware 5 installation.
|
|
@@ -1112,8 +1409,8 @@ List installed apps in a project.
|
|
|
1112
1409
|
|
|
1113
1410
|
```
|
|
1114
1411
|
USAGE
|
|
1115
|
-
$ mw app list [--columns <value> | -x] [--
|
|
1116
|
-
|
|
1412
|
+
$ mw app list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1413
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1117
1414
|
|
|
1118
1415
|
FLAGS
|
|
1119
1416
|
-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 +1459,23 @@ Uninstall an app
|
|
|
1162
1459
|
|
|
1163
1460
|
```
|
|
1164
1461
|
USAGE
|
|
1165
|
-
$ mw app uninstall INSTALLATION-ID
|
|
1462
|
+
$ mw app uninstall INSTALLATION-ID [-q] [-f]
|
|
1166
1463
|
|
|
1167
1464
|
ARGUMENTS
|
|
1168
1465
|
INSTALLATION-ID ID of the app installation to delete
|
|
1169
1466
|
|
|
1467
|
+
FLAGS
|
|
1468
|
+
-f, --force Do not ask for confirmation
|
|
1469
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1470
|
+
|
|
1170
1471
|
DESCRIPTION
|
|
1171
1472
|
Uninstall an app
|
|
1473
|
+
|
|
1474
|
+
FLAG DESCRIPTIONS
|
|
1475
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1476
|
+
|
|
1477
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1478
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1172
1479
|
```
|
|
1173
1480
|
|
|
1174
1481
|
## `mw app versions [APP]`
|
|
@@ -1186,24 +1493,224 @@ DESCRIPTION
|
|
|
1186
1493
|
List supported Apps and Versions
|
|
1187
1494
|
```
|
|
1188
1495
|
|
|
1189
|
-
## `mw
|
|
1496
|
+
## `mw backup create`
|
|
1190
1497
|
|
|
1191
|
-
|
|
1498
|
+
Create a new backup of a project
|
|
1192
1499
|
|
|
1193
1500
|
```
|
|
1194
1501
|
USAGE
|
|
1195
|
-
$ mw
|
|
1502
|
+
$ mw backup create --expires <value> [-q] [-p <value>] [--description <value>] [-w] [--wait-timeout <value>]
|
|
1196
1503
|
|
|
1197
1504
|
FLAGS
|
|
1198
|
-
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1505
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1506
|
+
context
|
|
1507
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1508
|
+
-w, --wait Wait for the resource to be ready.
|
|
1509
|
+
--description=<value> a description for the backup.
|
|
1510
|
+
--expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
1511
|
+
--wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
|
|
1201
1512
|
|
|
1202
|
-
|
|
1203
|
-
|
|
1513
|
+
ALIASES
|
|
1514
|
+
$ mw project backup create
|
|
1515
|
+
|
|
1516
|
+
FLAG DESCRIPTIONS
|
|
1517
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1518
|
+
|
|
1519
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1520
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1521
|
+
|
|
1522
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1523
|
+
|
|
1524
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1525
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1526
|
+
```
|
|
1527
|
+
|
|
1528
|
+
## `mw backup delete BACKUP-ID`
|
|
1529
|
+
|
|
1530
|
+
Delete a backup
|
|
1531
|
+
|
|
1532
|
+
```
|
|
1533
|
+
USAGE
|
|
1534
|
+
$ mw backup delete BACKUP-ID [-q] [-f]
|
|
1535
|
+
|
|
1536
|
+
ARGUMENTS
|
|
1537
|
+
BACKUP-ID The ID of the Backup to show.
|
|
1538
|
+
|
|
1539
|
+
FLAGS
|
|
1540
|
+
-f, --force Do not ask for confirmation
|
|
1541
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1542
|
+
|
|
1543
|
+
DESCRIPTION
|
|
1544
|
+
Delete a backup
|
|
1545
|
+
|
|
1546
|
+
ALIASES
|
|
1547
|
+
$ mw project backup delete
|
|
1548
|
+
|
|
1549
|
+
FLAG DESCRIPTIONS
|
|
1550
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1551
|
+
|
|
1552
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1553
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1554
|
+
```
|
|
1555
|
+
|
|
1556
|
+
## `mw backup download BACKUP-ID`
|
|
1557
|
+
|
|
1558
|
+
Download a backup to your local disk
|
|
1559
|
+
|
|
1560
|
+
```
|
|
1561
|
+
USAGE
|
|
1562
|
+
$ mw backup download BACKUP-ID [-q] [--format tar|zip] [--password <value> | --generate-password |
|
|
1563
|
+
--prompt-password] [--resume --output <value>]
|
|
1564
|
+
|
|
1565
|
+
ARGUMENTS
|
|
1566
|
+
BACKUP-ID the ID of the Backup to download.
|
|
1567
|
+
|
|
1568
|
+
FLAGS
|
|
1569
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1570
|
+
--format=<option> [default: tar] the file format to download the backup in.
|
|
1571
|
+
<options: tar|zip>
|
|
1572
|
+
--generate-password generate a random password to encrypt the backup with.
|
|
1573
|
+
--output=<value> the file to write the backup to; if omitted, the filename will be determined by the server.
|
|
1574
|
+
--password=<value> the password to encrypt the backup with.
|
|
1575
|
+
--prompt-password prompt for a password to encrypt the backup with.
|
|
1576
|
+
--resume resume a previously interrupted download.
|
|
1577
|
+
|
|
1578
|
+
DESCRIPTION
|
|
1579
|
+
Download a backup to your local disk
|
|
1580
|
+
|
|
1581
|
+
ALIASES
|
|
1582
|
+
$ mw project backup download
|
|
1583
|
+
|
|
1584
|
+
FLAG DESCRIPTIONS
|
|
1585
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1586
|
+
|
|
1587
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1588
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1589
|
+
|
|
1590
|
+
--generate-password generate a random password to encrypt the backup with.
|
|
1591
|
+
|
|
1592
|
+
CAUTION: this is not stored anywhere.
|
|
1593
|
+
|
|
1594
|
+
--password=<value> the password to encrypt the backup with.
|
|
1595
|
+
|
|
1596
|
+
CAUTION #1: this is not stored anywhere.
|
|
1597
|
+
CAUTION #2: it is dangerous to use this option, as the password might be stored in your shell history.
|
|
1598
|
+
|
|
1599
|
+
--prompt-password prompt for a password to encrypt the backup with.
|
|
1600
|
+
|
|
1601
|
+
CAUTION: this is not stored anywhere.
|
|
1602
|
+
```
|
|
1603
|
+
|
|
1604
|
+
## `mw backup get BACKUP-ID`
|
|
1605
|
+
|
|
1606
|
+
show details of a backup.
|
|
1607
|
+
|
|
1608
|
+
```
|
|
1609
|
+
USAGE
|
|
1610
|
+
$ mw backup get BACKUP-ID [-o json|yaml | | ]
|
|
1611
|
+
|
|
1612
|
+
ARGUMENTS
|
|
1613
|
+
BACKUP-ID The ID of the Backup to show.
|
|
1614
|
+
|
|
1615
|
+
FLAGS
|
|
1616
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1617
|
+
<options: json|yaml>
|
|
1618
|
+
|
|
1619
|
+
DESCRIPTION
|
|
1620
|
+
show details of a backup.
|
|
1621
|
+
|
|
1622
|
+
ALIASES
|
|
1623
|
+
$ mw project backup get
|
|
1624
|
+
```
|
|
1625
|
+
|
|
1626
|
+
## `mw backup list`
|
|
1627
|
+
|
|
1628
|
+
List Backups for a given Project.
|
|
1629
|
+
|
|
1630
|
+
```
|
|
1631
|
+
USAGE
|
|
1632
|
+
$ mw backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1633
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1634
|
+
|
|
1635
|
+
FLAGS
|
|
1636
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1637
|
+
context
|
|
1638
|
+
-x, --extended show extra columns
|
|
1639
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1640
|
+
--csv output is csv format [alias: --output=csv]
|
|
1641
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1642
|
+
--no-header hide table header from output
|
|
1643
|
+
--no-truncate do not truncate output to fit screen
|
|
1644
|
+
--output=<option> output in a more machine friendly format
|
|
1645
|
+
<options: csv|json|yaml>
|
|
1646
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1647
|
+
|
|
1648
|
+
DESCRIPTION
|
|
1649
|
+
List Backups for a given Project.
|
|
1650
|
+
|
|
1651
|
+
ALIASES
|
|
1652
|
+
$ mw project backup list
|
|
1653
|
+
|
|
1654
|
+
FLAG DESCRIPTIONS
|
|
1655
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1656
|
+
|
|
1657
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1658
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1659
|
+
```
|
|
1660
|
+
|
|
1661
|
+
## `mw backup schedule list`
|
|
1662
|
+
|
|
1663
|
+
List backup schedules belonging to a given project.
|
|
1664
|
+
|
|
1665
|
+
```
|
|
1666
|
+
USAGE
|
|
1667
|
+
$ mw backup schedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1668
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1669
|
+
|
|
1670
|
+
FLAGS
|
|
1671
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1672
|
+
context
|
|
1673
|
+
-x, --extended show extra columns
|
|
1674
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1675
|
+
--csv output is csv format [alias: --output=csv]
|
|
1676
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1677
|
+
--no-header hide table header from output
|
|
1678
|
+
--no-truncate do not truncate output to fit screen
|
|
1679
|
+
--output=<option> output in a more machine friendly format
|
|
1680
|
+
<options: csv|json|yaml>
|
|
1681
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1682
|
+
|
|
1683
|
+
DESCRIPTION
|
|
1684
|
+
List backup schedules belonging to a given project.
|
|
1685
|
+
|
|
1686
|
+
ALIASES
|
|
1687
|
+
$ mw project backupschedule list
|
|
1688
|
+
|
|
1689
|
+
FLAG DESCRIPTIONS
|
|
1690
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1691
|
+
|
|
1692
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1693
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1694
|
+
```
|
|
1695
|
+
|
|
1696
|
+
## `mw context get`
|
|
1697
|
+
|
|
1698
|
+
Print an overview of currently set context parameters
|
|
1204
1699
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1700
|
+
```
|
|
1701
|
+
USAGE
|
|
1702
|
+
$ mw context get -o txt|json
|
|
1703
|
+
|
|
1704
|
+
FLAGS
|
|
1705
|
+
-o, --output=<option> (required) [default: txt] The output format to use; use 'txt' for a human readable text
|
|
1706
|
+
representation, and 'json' for a machine-readable JSON representation.
|
|
1707
|
+
<options: txt|json>
|
|
1708
|
+
|
|
1709
|
+
DESCRIPTION
|
|
1710
|
+
Print an overview of currently set context parameters
|
|
1711
|
+
|
|
1712
|
+
The context allows you to persistently set values for common parameters, like --project-id or --server-id, so you
|
|
1713
|
+
don't have to specify them on every command.
|
|
1207
1714
|
```
|
|
1208
1715
|
|
|
1209
1716
|
## `mw context set`
|
|
@@ -1232,8 +1739,8 @@ Get all conversation categories.
|
|
|
1232
1739
|
|
|
1233
1740
|
```
|
|
1234
1741
|
USAGE
|
|
1235
|
-
$ mw conversation categories [--columns <value> | -x] [--
|
|
1236
|
-
|
|
1742
|
+
$ mw conversation categories [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1743
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1237
1744
|
|
|
1238
1745
|
FLAGS
|
|
1239
1746
|
-x, --extended show extra columns
|
|
@@ -1262,106 +1769,242 @@ ARGUMENTS
|
|
|
1262
1769
|
ID ID of the conversation to show
|
|
1263
1770
|
|
|
1264
1771
|
DESCRIPTION
|
|
1265
|
-
Close a conversation
|
|
1772
|
+
Close a conversation
|
|
1773
|
+
```
|
|
1774
|
+
|
|
1775
|
+
## `mw conversation create`
|
|
1776
|
+
|
|
1777
|
+
Create a new conversation
|
|
1778
|
+
|
|
1779
|
+
```
|
|
1780
|
+
USAGE
|
|
1781
|
+
$ mw conversation create --title <value> [--message <value> | --message-from <value>] [--editor <value>] [--category
|
|
1782
|
+
<value>]
|
|
1783
|
+
|
|
1784
|
+
FLAGS
|
|
1785
|
+
--category=<value> [default: general] Category of the conversation; use the 'conversation categories' command to
|
|
1786
|
+
list available categories
|
|
1787
|
+
--editor=<value> [default: vim] The editor to use when opening the message for editing; will respect your
|
|
1788
|
+
EDITOR environment variable, and fall back on 'vim' if that is not set.
|
|
1789
|
+
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
|
|
1790
|
+
be opened to enter the message.
|
|
1791
|
+
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
|
|
1792
|
+
nor --message is given, an editor will be opened to enter the message.
|
|
1793
|
+
--title=<value> (required) Title of the conversation
|
|
1794
|
+
|
|
1795
|
+
DESCRIPTION
|
|
1796
|
+
Create a new conversation
|
|
1797
|
+
```
|
|
1798
|
+
|
|
1799
|
+
## `mw conversation list`
|
|
1800
|
+
|
|
1801
|
+
Get all conversations the authenticated user has created or has access to.
|
|
1802
|
+
|
|
1803
|
+
```
|
|
1804
|
+
USAGE
|
|
1805
|
+
$ mw conversation list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1806
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1807
|
+
|
|
1808
|
+
FLAGS
|
|
1809
|
+
-x, --extended show extra columns
|
|
1810
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1811
|
+
--csv output is csv format [alias: --output=csv]
|
|
1812
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1813
|
+
--no-header hide table header from output
|
|
1814
|
+
--no-truncate do not truncate output to fit screen
|
|
1815
|
+
--output=<option> output in a more machine friendly format
|
|
1816
|
+
<options: csv|json|yaml>
|
|
1817
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1818
|
+
|
|
1819
|
+
DESCRIPTION
|
|
1820
|
+
Get all conversations the authenticated user has created or has access to.
|
|
1821
|
+
```
|
|
1822
|
+
|
|
1823
|
+
## `mw conversation reply ID`
|
|
1824
|
+
|
|
1825
|
+
Reply to a conversation
|
|
1826
|
+
|
|
1827
|
+
```
|
|
1828
|
+
USAGE
|
|
1829
|
+
$ mw conversation reply ID [--message <value> | --message-from <value>] [--editor <value>]
|
|
1830
|
+
|
|
1831
|
+
ARGUMENTS
|
|
1832
|
+
ID ID of the conversation to show
|
|
1833
|
+
|
|
1834
|
+
FLAGS
|
|
1835
|
+
--editor=<value> [default: vim] The editor to use when opening the message for editing; will respect your
|
|
1836
|
+
EDITOR environment variable, and fall back on 'vim' if that is not set.
|
|
1837
|
+
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
|
|
1838
|
+
be opened to enter the message.
|
|
1839
|
+
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
|
|
1840
|
+
nor --message is given, an editor will be opened to enter the message.
|
|
1841
|
+
|
|
1842
|
+
DESCRIPTION
|
|
1843
|
+
Reply to a conversation
|
|
1844
|
+
```
|
|
1845
|
+
|
|
1846
|
+
## `mw conversation show ID`
|
|
1847
|
+
|
|
1848
|
+
Show a conversation and message history
|
|
1849
|
+
|
|
1850
|
+
```
|
|
1851
|
+
USAGE
|
|
1852
|
+
$ mw conversation show ID
|
|
1853
|
+
|
|
1854
|
+
ARGUMENTS
|
|
1855
|
+
ID ID of the conversation to show
|
|
1856
|
+
|
|
1857
|
+
DESCRIPTION
|
|
1858
|
+
Show a conversation and message history
|
|
1859
|
+
```
|
|
1860
|
+
|
|
1861
|
+
## `mw conversation show2 CONVERSATIONID`
|
|
1862
|
+
|
|
1863
|
+
```
|
|
1864
|
+
USAGE
|
|
1865
|
+
$ mw conversation show2 CONVERSATIONID -o txt|json [--wait]
|
|
1866
|
+
|
|
1867
|
+
FLAGS
|
|
1868
|
+
-o, --output=<option> (required) [default: txt] The output format to use; use 'txt' for a human readable text
|
|
1869
|
+
representation, and 'json' for a machine-readable JSON representation.
|
|
1870
|
+
<options: txt|json>
|
|
1871
|
+
--wait
|
|
1872
|
+
```
|
|
1873
|
+
|
|
1874
|
+
## `mw cronjob execution get CRONJOB-ID EXECUTION-ID`
|
|
1875
|
+
|
|
1876
|
+
Get a cron job execution.
|
|
1877
|
+
|
|
1878
|
+
```
|
|
1879
|
+
USAGE
|
|
1880
|
+
$ mw cronjob execution get CRONJOB-ID EXECUTION-ID [-o json|yaml | | ]
|
|
1881
|
+
|
|
1882
|
+
ARGUMENTS
|
|
1883
|
+
CRONJOB-ID ID of the cronjob the execution belongs to
|
|
1884
|
+
EXECUTION-ID ID of the cronjob execution to be retrieved.
|
|
1885
|
+
|
|
1886
|
+
FLAGS
|
|
1887
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1888
|
+
<options: json|yaml>
|
|
1889
|
+
|
|
1890
|
+
DESCRIPTION
|
|
1891
|
+
Get a cron job execution.
|
|
1892
|
+
|
|
1893
|
+
ALIASES
|
|
1894
|
+
$ mw project cronjob execution get
|
|
1266
1895
|
```
|
|
1267
1896
|
|
|
1268
|
-
## `mw
|
|
1897
|
+
## `mw cronjob execution list`
|
|
1269
1898
|
|
|
1270
|
-
|
|
1899
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
1271
1900
|
|
|
1272
1901
|
```
|
|
1273
1902
|
USAGE
|
|
1274
|
-
$ mw
|
|
1275
|
-
<value>]
|
|
1903
|
+
$ mw cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
1904
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
1276
1905
|
|
|
1277
1906
|
FLAGS
|
|
1278
|
-
--
|
|
1279
|
-
|
|
1280
|
-
--
|
|
1281
|
-
|
|
1282
|
-
--
|
|
1283
|
-
|
|
1284
|
-
--
|
|
1285
|
-
|
|
1286
|
-
|
|
1907
|
+
-x, --extended show extra columns
|
|
1908
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1909
|
+
--cronjob-id=<value> (required) ID of the Cronjob for which to list CronjobExecutions for.
|
|
1910
|
+
--csv output is csv format [alias: --output=csv]
|
|
1911
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1912
|
+
--no-header hide table header from output
|
|
1913
|
+
--no-truncate do not truncate output to fit screen
|
|
1914
|
+
--output=<option> output in a more machine friendly format
|
|
1915
|
+
<options: csv|json|yaml>
|
|
1916
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1287
1917
|
|
|
1288
1918
|
DESCRIPTION
|
|
1289
|
-
|
|
1919
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
1920
|
+
|
|
1921
|
+
ALIASES
|
|
1922
|
+
$ mw project cronjob execution list
|
|
1290
1923
|
```
|
|
1291
1924
|
|
|
1292
|
-
## `mw
|
|
1925
|
+
## `mw cronjob execution logs CRONJOB-ID EXECUTION-ID`
|
|
1293
1926
|
|
|
1294
|
-
Get
|
|
1927
|
+
Get the log output of a cronjob execution.
|
|
1295
1928
|
|
|
1296
1929
|
```
|
|
1297
1930
|
USAGE
|
|
1298
|
-
$ mw
|
|
1299
|
-
|
|
1931
|
+
$ mw cronjob execution logs CRONJOB-ID EXECUTION-ID [-o json|yaml | | ] [--no-pager]
|
|
1932
|
+
|
|
1933
|
+
ARGUMENTS
|
|
1934
|
+
CRONJOB-ID ID of the cronjob the execution belongs to
|
|
1935
|
+
EXECUTION-ID ID of the cronjob execution to be retrieved.
|
|
1300
1936
|
|
|
1301
1937
|
FLAGS
|
|
1302
|
-
-
|
|
1303
|
-
|
|
1304
|
-
--
|
|
1305
|
-
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1306
|
-
--no-header hide table header from output
|
|
1307
|
-
--no-truncate do not truncate output to fit screen
|
|
1308
|
-
--output=<option> output in a more machine friendly format
|
|
1309
|
-
<options: csv|json|yaml>
|
|
1310
|
-
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1938
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1939
|
+
<options: json|yaml>
|
|
1940
|
+
--no-pager Disable pager for output.
|
|
1311
1941
|
|
|
1312
1942
|
DESCRIPTION
|
|
1313
|
-
Get
|
|
1943
|
+
Get the log output of a cronjob execution.
|
|
1944
|
+
|
|
1945
|
+
This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
|
|
1946
|
+
through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
|
|
1947
|
+
disable this behavior with the --no-pager flag.
|
|
1948
|
+
|
|
1949
|
+
ALIASES
|
|
1950
|
+
$ mw project cronjob execution logs
|
|
1314
1951
|
```
|
|
1315
1952
|
|
|
1316
|
-
## `mw
|
|
1953
|
+
## `mw cronjob get CRONJOBID`
|
|
1317
1954
|
|
|
1318
|
-
|
|
1955
|
+
Get a cronjob.
|
|
1319
1956
|
|
|
1320
1957
|
```
|
|
1321
1958
|
USAGE
|
|
1322
|
-
$ mw
|
|
1959
|
+
$ mw cronjob get CRONJOBID [-o json|yaml | | ]
|
|
1323
1960
|
|
|
1324
1961
|
ARGUMENTS
|
|
1325
|
-
|
|
1962
|
+
CRONJOBID ID of the cronjob to be retrieved.
|
|
1326
1963
|
|
|
1327
1964
|
FLAGS
|
|
1328
|
-
--
|
|
1329
|
-
|
|
1330
|
-
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
|
|
1331
|
-
be opened to enter the message.
|
|
1332
|
-
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
|
|
1333
|
-
nor --message is given, an editor will be opened to enter the message.
|
|
1965
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1966
|
+
<options: json|yaml>
|
|
1334
1967
|
|
|
1335
1968
|
DESCRIPTION
|
|
1336
|
-
|
|
1969
|
+
Get a cronjob.
|
|
1970
|
+
|
|
1971
|
+
ALIASES
|
|
1972
|
+
$ mw project cronjob get
|
|
1337
1973
|
```
|
|
1338
1974
|
|
|
1339
|
-
## `mw
|
|
1975
|
+
## `mw cronjob list`
|
|
1340
1976
|
|
|
1341
|
-
|
|
1977
|
+
List Cronjobs belonging to a Project.
|
|
1342
1978
|
|
|
1343
1979
|
```
|
|
1344
1980
|
USAGE
|
|
1345
|
-
$ mw
|
|
1981
|
+
$ mw cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1982
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1346
1983
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1984
|
+
FLAGS
|
|
1985
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1986
|
+
context
|
|
1987
|
+
-x, --extended show extra columns
|
|
1988
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1989
|
+
--csv output is csv format [alias: --output=csv]
|
|
1990
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1991
|
+
--no-header hide table header from output
|
|
1992
|
+
--no-truncate do not truncate output to fit screen
|
|
1993
|
+
--output=<option> output in a more machine friendly format
|
|
1994
|
+
<options: csv|json|yaml>
|
|
1995
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1349
1996
|
|
|
1350
1997
|
DESCRIPTION
|
|
1351
|
-
|
|
1352
|
-
```
|
|
1998
|
+
List Cronjobs belonging to a Project.
|
|
1353
1999
|
|
|
1354
|
-
|
|
2000
|
+
ALIASES
|
|
2001
|
+
$ mw project cronjob list
|
|
1355
2002
|
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
$ mw conversation show2 CONVERSATIONID -o txt|json [--wait]
|
|
2003
|
+
FLAG DESCRIPTIONS
|
|
2004
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1359
2005
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
representation, and 'json' for a machine-readable JSON representation.
|
|
1363
|
-
<options: txt|json>
|
|
1364
|
-
--wait
|
|
2006
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
2007
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1365
2008
|
```
|
|
1366
2009
|
|
|
1367
2010
|
## `mw database mysql charsets`
|
|
@@ -1370,8 +2013,8 @@ List available MySQL character sets and collations, optionally filtered by a MyS
|
|
|
1370
2013
|
|
|
1371
2014
|
```
|
|
1372
2015
|
USAGE
|
|
1373
|
-
$ mw database mysql charsets [--columns <value> | -x] [--
|
|
1374
|
-
|
|
2016
|
+
$ mw database mysql charsets [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2017
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1375
2018
|
|
|
1376
2019
|
FLAGS
|
|
1377
2020
|
-x, --extended show extra columns
|
|
@@ -1513,8 +2156,8 @@ List MySQLDatabases belonging to a Project.
|
|
|
1513
2156
|
|
|
1514
2157
|
```
|
|
1515
2158
|
USAGE
|
|
1516
|
-
$ mw database mysql list [--columns <value> | -x] [--
|
|
1517
|
-
|
|
2159
|
+
$ mw database mysql list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2160
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1518
2161
|
|
|
1519
2162
|
FLAGS
|
|
1520
2163
|
-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 +2271,8 @@ List MySQL users belonging to a database.
|
|
|
1628
2271
|
|
|
1629
2272
|
```
|
|
1630
2273
|
USAGE
|
|
1631
|
-
$ mw database mysql user list --database-id <value> [--columns <value> | -x] [--
|
|
1632
|
-
csv|json|yaml | |
|
|
2274
|
+
$ mw database mysql user list --database-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
2275
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
1633
2276
|
|
|
1634
2277
|
FLAGS
|
|
1635
2278
|
-x, --extended show extra columns
|
|
@@ -1653,8 +2296,8 @@ List available MySQL versions.
|
|
|
1653
2296
|
|
|
1654
2297
|
```
|
|
1655
2298
|
USAGE
|
|
1656
|
-
$ mw database mysql versions [--columns <value> | -x] [--
|
|
1657
|
-
|
|
2299
|
+
$ mw database mysql versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2300
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1658
2301
|
|
|
1659
2302
|
FLAGS
|
|
1660
2303
|
-x, --extended show extra columns
|
|
@@ -1745,8 +2388,8 @@ List Redis databases belonging to a project.
|
|
|
1745
2388
|
|
|
1746
2389
|
```
|
|
1747
2390
|
USAGE
|
|
1748
|
-
$ mw database redis list [--columns <value> | -x] [--
|
|
1749
|
-
|
|
2391
|
+
$ mw database redis list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2392
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1750
2393
|
|
|
1751
2394
|
FLAGS
|
|
1752
2395
|
-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 +2441,8 @@ List available Redis versions.
|
|
|
1798
2441
|
|
|
1799
2442
|
```
|
|
1800
2443
|
USAGE
|
|
1801
|
-
$ mw database redis versions [--columns <value> | -x] [--
|
|
1802
|
-
|
|
2444
|
+
$ mw database redis versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2445
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1803
2446
|
|
|
1804
2447
|
FLAGS
|
|
1805
2448
|
-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 +2492,41 @@ gets all dns zones by project id
|
|
|
1849
2492
|
|
|
1850
2493
|
```
|
|
1851
2494
|
USAGE
|
|
1852
|
-
$ mw domain dnszone list
|
|
2495
|
+
$ mw domain dnszone list [-o json|yaml | | ] [-p <value>]
|
|
1853
2496
|
|
|
1854
2497
|
FLAGS
|
|
1855
|
-
-o, --output=<option>
|
|
1856
|
-
|
|
1857
|
-
--project-id=<value>
|
|
2498
|
+
-o, --output=<option> output in a more machine friendly format
|
|
2499
|
+
<options: json|yaml>
|
|
2500
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
2501
|
+
context
|
|
1858
2502
|
|
|
1859
2503
|
DESCRIPTION
|
|
1860
2504
|
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
2505
|
|
|
1874
|
-
|
|
1875
|
-
-
|
|
1876
|
-
<options: json|yaml>
|
|
2506
|
+
FLAG DESCRIPTIONS
|
|
2507
|
+
-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
2508
|
|
|
1878
|
-
|
|
1879
|
-
|
|
2509
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
2510
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1880
2511
|
```
|
|
1881
2512
|
|
|
1882
|
-
## `mw domain get-
|
|
2513
|
+
## `mw domain get DOMAIN-ID`
|
|
1883
2514
|
|
|
1884
|
-
Get a
|
|
2515
|
+
Get a domain.
|
|
1885
2516
|
|
|
1886
2517
|
```
|
|
1887
2518
|
USAGE
|
|
1888
|
-
$ mw domain get-
|
|
2519
|
+
$ mw domain get DOMAIN-ID [-o json|yaml | | ]
|
|
1889
2520
|
|
|
1890
2521
|
ARGUMENTS
|
|
1891
|
-
|
|
2522
|
+
DOMAIN-ID The ID of the domain to get.
|
|
1892
2523
|
|
|
1893
2524
|
FLAGS
|
|
1894
2525
|
-o, --output=<option> output in a more machine friendly format
|
|
1895
2526
|
<options: json|yaml>
|
|
1896
2527
|
|
|
1897
2528
|
DESCRIPTION
|
|
1898
|
-
Get a
|
|
2529
|
+
Get a domain.
|
|
1899
2530
|
```
|
|
1900
2531
|
|
|
1901
2532
|
## `mw domain list`
|
|
@@ -1904,8 +2535,8 @@ List Domains belonging to a Project.
|
|
|
1904
2535
|
|
|
1905
2536
|
```
|
|
1906
2537
|
USAGE
|
|
1907
|
-
$ mw domain list [--columns <value> | -x] [--
|
|
1908
|
-
|
|
2538
|
+
$ mw domain list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2539
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1909
2540
|
|
|
1910
2541
|
FLAGS
|
|
1911
2542
|
-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 +2570,7 @@ USAGE
|
|
|
1939
2570
|
$ mw domain ownership get DOMAINOWNERSHIPID [-o json|yaml | | ]
|
|
1940
2571
|
|
|
1941
2572
|
ARGUMENTS
|
|
1942
|
-
DOMAINOWNERSHIPID
|
|
2573
|
+
DOMAINOWNERSHIPID The domain ownership ID.
|
|
1943
2574
|
|
|
1944
2575
|
FLAGS
|
|
1945
2576
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -1955,8 +2586,8 @@ List all domain ownerships of a project.
|
|
|
1955
2586
|
|
|
1956
2587
|
```
|
|
1957
2588
|
USAGE
|
|
1958
|
-
$ mw domain ownership list [--columns <value> | -x] [--
|
|
1959
|
-
|
|
2589
|
+
$ mw domain ownership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2590
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1960
2591
|
|
|
1961
2592
|
FLAGS
|
|
1962
2593
|
-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 +2724,8 @@ List virtualhosts for a project.
|
|
|
2093
2724
|
|
|
2094
2725
|
```
|
|
2095
2726
|
USAGE
|
|
2096
|
-
$ mw domain virtualhost list [--columns <value> | -x] [--
|
|
2097
|
-
|
|
2727
|
+
$ mw domain virtualhost list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2728
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>] [-a]
|
|
2098
2729
|
|
|
2099
2730
|
FLAGS
|
|
2100
2731
|
-a, --all List all virtual hosts that you have access to, regardless of project
|
|
@@ -2138,7 +2769,7 @@ DESCRIPTION
|
|
|
2138
2769
|
Display help for mw.
|
|
2139
2770
|
```
|
|
2140
2771
|
|
|
2141
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
2772
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.5/src/commands/help.ts)_
|
|
2142
2773
|
|
|
2143
2774
|
## `mw login reset`
|
|
2144
2775
|
|
|
@@ -2290,8 +2921,8 @@ Get all mail addresses for a project ID
|
|
|
2290
2921
|
|
|
2291
2922
|
```
|
|
2292
2923
|
USAGE
|
|
2293
|
-
$ mw mail address list [--columns <value> | -x] [--
|
|
2294
|
-
|
|
2924
|
+
$ mw mail address list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2925
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2295
2926
|
|
|
2296
2927
|
FLAGS
|
|
2297
2928
|
-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 +2949,7 @@ FLAG DESCRIPTIONS
|
|
|
2318
2949
|
|
|
2319
2950
|
## `mw mail deliverybox get ID`
|
|
2320
2951
|
|
|
2321
|
-
Get a specific
|
|
2952
|
+
Get a specific delivery box
|
|
2322
2953
|
|
|
2323
2954
|
```
|
|
2324
2955
|
USAGE
|
|
@@ -2332,7 +2963,7 @@ FLAGS
|
|
|
2332
2963
|
<options: json|yaml>
|
|
2333
2964
|
|
|
2334
2965
|
DESCRIPTION
|
|
2335
|
-
Get a specific
|
|
2966
|
+
Get a specific delivery box
|
|
2336
2967
|
```
|
|
2337
2968
|
|
|
2338
2969
|
## `mw mail deliverybox list`
|
|
@@ -2341,8 +2972,8 @@ Get all deliveryboxes by project ID
|
|
|
2341
2972
|
|
|
2342
2973
|
```
|
|
2343
2974
|
USAGE
|
|
2344
|
-
$ mw mail deliverybox list [
|
|
2345
|
-
csv|json|yaml | | [--
|
|
2975
|
+
$ mw mail deliverybox list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2976
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2346
2977
|
|
|
2347
2978
|
FLAGS
|
|
2348
2979
|
-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 +3081,8 @@ List all invites for an organization.
|
|
|
2450
3081
|
|
|
2451
3082
|
```
|
|
2452
3083
|
USAGE
|
|
2453
|
-
$ mw org invite list [--columns <value> | -x] [--
|
|
2454
|
-
|
|
3084
|
+
$ mw org invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3085
|
+
csv|json|yaml | | ] [--sort <value>] [-o <value>]
|
|
2455
3086
|
|
|
2456
3087
|
FLAGS
|
|
2457
3088
|
-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 +3112,8 @@ List all organization invites for the executing user.
|
|
|
2481
3112
|
|
|
2482
3113
|
```
|
|
2483
3114
|
USAGE
|
|
2484
|
-
$ mw org invite list-own [--columns <value> | -x] [--
|
|
2485
|
-
|
|
3115
|
+
$ mw org invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3116
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2486
3117
|
|
|
2487
3118
|
FLAGS
|
|
2488
3119
|
-x, --extended show extra columns
|
|
@@ -2529,8 +3160,8 @@ Get all organizations the authenticated user has access to.
|
|
|
2529
3160
|
|
|
2530
3161
|
```
|
|
2531
3162
|
USAGE
|
|
2532
|
-
$ mw org list [--columns <value> | -x] [--
|
|
2533
|
-
|
|
3163
|
+
$ mw org list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3164
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2534
3165
|
|
|
2535
3166
|
FLAGS
|
|
2536
3167
|
-x, --extended show extra columns
|
|
@@ -2553,8 +3184,8 @@ List all memberships belonging to an organization.
|
|
|
2553
3184
|
|
|
2554
3185
|
```
|
|
2555
3186
|
USAGE
|
|
2556
|
-
$ mw org membership list [--columns <value> | -x] [--
|
|
2557
|
-
|
|
3187
|
+
$ mw org membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3188
|
+
csv|json|yaml | | ] [--sort <value>] [-o <value>]
|
|
2558
3189
|
|
|
2559
3190
|
FLAGS
|
|
2560
3191
|
-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 +3215,8 @@ List all organization memberships for the executing user.
|
|
|
2584
3215
|
|
|
2585
3216
|
```
|
|
2586
3217
|
USAGE
|
|
2587
|
-
$ mw org membership list-own [--columns <value> | -x] [--
|
|
2588
|
-
|
|
3218
|
+
$ mw org membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3219
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2589
3220
|
|
|
2590
3221
|
FLAGS
|
|
2591
3222
|
-x, --extended show extra columns
|
|
@@ -2643,6 +3274,9 @@ FLAGS
|
|
|
2643
3274
|
--expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
2644
3275
|
--wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
|
|
2645
3276
|
|
|
3277
|
+
ALIASES
|
|
3278
|
+
$ mw project backup create
|
|
3279
|
+
|
|
2646
3280
|
FLAG DESCRIPTIONS
|
|
2647
3281
|
-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
3282
|
|
|
@@ -2673,6 +3307,9 @@ FLAGS
|
|
|
2673
3307
|
DESCRIPTION
|
|
2674
3308
|
Delete a backup
|
|
2675
3309
|
|
|
3310
|
+
ALIASES
|
|
3311
|
+
$ mw project backup delete
|
|
3312
|
+
|
|
2676
3313
|
FLAG DESCRIPTIONS
|
|
2677
3314
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
2678
3315
|
|
|
@@ -2705,6 +3342,9 @@ FLAGS
|
|
|
2705
3342
|
DESCRIPTION
|
|
2706
3343
|
Download a backup to your local disk
|
|
2707
3344
|
|
|
3345
|
+
ALIASES
|
|
3346
|
+
$ mw project backup download
|
|
3347
|
+
|
|
2708
3348
|
FLAG DESCRIPTIONS
|
|
2709
3349
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
2710
3350
|
|
|
@@ -2742,6 +3382,9 @@ FLAGS
|
|
|
2742
3382
|
|
|
2743
3383
|
DESCRIPTION
|
|
2744
3384
|
show details of a backup.
|
|
3385
|
+
|
|
3386
|
+
ALIASES
|
|
3387
|
+
$ mw project backup get
|
|
2745
3388
|
```
|
|
2746
3389
|
|
|
2747
3390
|
## `mw project backup list`
|
|
@@ -2750,8 +3393,8 @@ List Backups for a given Project.
|
|
|
2750
3393
|
|
|
2751
3394
|
```
|
|
2752
3395
|
USAGE
|
|
2753
|
-
$ mw project backup list [--columns <value> | -x] [--
|
|
2754
|
-
|
|
3396
|
+
$ mw project backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3397
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2755
3398
|
|
|
2756
3399
|
FLAGS
|
|
2757
3400
|
-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 +3412,9 @@ FLAGS
|
|
|
2769
3412
|
DESCRIPTION
|
|
2770
3413
|
List Backups for a given Project.
|
|
2771
3414
|
|
|
3415
|
+
ALIASES
|
|
3416
|
+
$ mw project backup list
|
|
3417
|
+
|
|
2772
3418
|
FLAG DESCRIPTIONS
|
|
2773
3419
|
-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
3420
|
|
|
@@ -2782,8 +3428,8 @@ List backup schedules belonging to a given project.
|
|
|
2782
3428
|
|
|
2783
3429
|
```
|
|
2784
3430
|
USAGE
|
|
2785
|
-
$ mw project backupschedule list [--columns <value> | -x] [--
|
|
2786
|
-
|
|
3431
|
+
$ mw project backupschedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3432
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2787
3433
|
|
|
2788
3434
|
FLAGS
|
|
2789
3435
|
-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 +3447,9 @@ FLAGS
|
|
|
2801
3447
|
DESCRIPTION
|
|
2802
3448
|
List backup schedules belonging to a given project.
|
|
2803
3449
|
|
|
3450
|
+
ALIASES
|
|
3451
|
+
$ mw project backupschedule list
|
|
3452
|
+
|
|
2804
3453
|
FLAG DESCRIPTIONS
|
|
2805
3454
|
-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
3455
|
|
|
@@ -2841,7 +3490,7 @@ FLAG DESCRIPTIONS
|
|
|
2841
3490
|
|
|
2842
3491
|
## `mw project cronjob execution get CRONJOB-ID EXECUTION-ID`
|
|
2843
3492
|
|
|
2844
|
-
Get a
|
|
3493
|
+
Get a cron job execution.
|
|
2845
3494
|
|
|
2846
3495
|
```
|
|
2847
3496
|
USAGE
|
|
@@ -2856,7 +3505,10 @@ FLAGS
|
|
|
2856
3505
|
<options: json|yaml>
|
|
2857
3506
|
|
|
2858
3507
|
DESCRIPTION
|
|
2859
|
-
Get a
|
|
3508
|
+
Get a cron job execution.
|
|
3509
|
+
|
|
3510
|
+
ALIASES
|
|
3511
|
+
$ mw project cronjob execution get
|
|
2860
3512
|
```
|
|
2861
3513
|
|
|
2862
3514
|
## `mw project cronjob execution list`
|
|
@@ -2865,8 +3517,8 @@ List CronjobExecutions belonging to a Cronjob.
|
|
|
2865
3517
|
|
|
2866
3518
|
```
|
|
2867
3519
|
USAGE
|
|
2868
|
-
$ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--
|
|
2869
|
-
csv|json|yaml | |
|
|
3520
|
+
$ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
3521
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
2870
3522
|
|
|
2871
3523
|
FLAGS
|
|
2872
3524
|
-x, --extended show extra columns
|
|
@@ -2882,6 +3534,9 @@ FLAGS
|
|
|
2882
3534
|
|
|
2883
3535
|
DESCRIPTION
|
|
2884
3536
|
List CronjobExecutions belonging to a Cronjob.
|
|
3537
|
+
|
|
3538
|
+
ALIASES
|
|
3539
|
+
$ mw project cronjob execution list
|
|
2885
3540
|
```
|
|
2886
3541
|
|
|
2887
3542
|
## `mw project cronjob execution logs CRONJOB-ID EXECUTION-ID`
|
|
@@ -2907,25 +3562,31 @@ DESCRIPTION
|
|
|
2907
3562
|
This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
|
|
2908
3563
|
through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
|
|
2909
3564
|
disable this behavior with the --no-pager flag.
|
|
3565
|
+
|
|
3566
|
+
ALIASES
|
|
3567
|
+
$ mw project cronjob execution logs
|
|
2910
3568
|
```
|
|
2911
3569
|
|
|
2912
3570
|
## `mw project cronjob get CRONJOBID`
|
|
2913
3571
|
|
|
2914
|
-
Get a
|
|
3572
|
+
Get a cronjob.
|
|
2915
3573
|
|
|
2916
3574
|
```
|
|
2917
3575
|
USAGE
|
|
2918
3576
|
$ mw project cronjob get CRONJOBID [-o json|yaml | | ]
|
|
2919
3577
|
|
|
2920
3578
|
ARGUMENTS
|
|
2921
|
-
CRONJOBID ID of the
|
|
3579
|
+
CRONJOBID ID of the cronjob to be retrieved.
|
|
2922
3580
|
|
|
2923
3581
|
FLAGS
|
|
2924
3582
|
-o, --output=<option> output in a more machine friendly format
|
|
2925
3583
|
<options: json|yaml>
|
|
2926
3584
|
|
|
2927
3585
|
DESCRIPTION
|
|
2928
|
-
Get a
|
|
3586
|
+
Get a cronjob.
|
|
3587
|
+
|
|
3588
|
+
ALIASES
|
|
3589
|
+
$ mw project cronjob get
|
|
2929
3590
|
```
|
|
2930
3591
|
|
|
2931
3592
|
## `mw project cronjob list`
|
|
@@ -2934,8 +3595,8 @@ List Cronjobs belonging to a Project.
|
|
|
2934
3595
|
|
|
2935
3596
|
```
|
|
2936
3597
|
USAGE
|
|
2937
|
-
$ mw project cronjob list [--columns <value> | -x] [--
|
|
2938
|
-
|
|
3598
|
+
$ mw project cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3599
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2939
3600
|
|
|
2940
3601
|
FLAGS
|
|
2941
3602
|
-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 +3614,9 @@ FLAGS
|
|
|
2953
3614
|
DESCRIPTION
|
|
2954
3615
|
List Cronjobs belonging to a Project.
|
|
2955
3616
|
|
|
3617
|
+
ALIASES
|
|
3618
|
+
$ mw project cronjob list
|
|
3619
|
+
|
|
2956
3620
|
FLAG DESCRIPTIONS
|
|
2957
3621
|
-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
3622
|
|
|
@@ -3024,16 +3688,16 @@ DESCRIPTION
|
|
|
3024
3688
|
Get details of a project
|
|
3025
3689
|
```
|
|
3026
3690
|
|
|
3027
|
-
## `mw project invite get
|
|
3691
|
+
## `mw project invite get INVITE-ID`
|
|
3028
3692
|
|
|
3029
3693
|
Get a ProjectInvite.
|
|
3030
3694
|
|
|
3031
3695
|
```
|
|
3032
3696
|
USAGE
|
|
3033
|
-
$ mw project invite get
|
|
3697
|
+
$ mw project invite get INVITE-ID [-o json|yaml | | ]
|
|
3034
3698
|
|
|
3035
3699
|
ARGUMENTS
|
|
3036
|
-
|
|
3700
|
+
INVITE-ID ID of the ProjectInvite to be retrieved.
|
|
3037
3701
|
|
|
3038
3702
|
FLAGS
|
|
3039
3703
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -3045,37 +3709,44 @@ DESCRIPTION
|
|
|
3045
3709
|
|
|
3046
3710
|
## `mw project invite list`
|
|
3047
3711
|
|
|
3048
|
-
List all invites belonging to a
|
|
3712
|
+
List all invites belonging to a project.
|
|
3049
3713
|
|
|
3050
3714
|
```
|
|
3051
3715
|
USAGE
|
|
3052
|
-
$ mw project invite list
|
|
3053
|
-
csv|json|yaml | | [--
|
|
3716
|
+
$ mw project invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3717
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3054
3718
|
|
|
3055
3719
|
FLAGS
|
|
3056
|
-
-
|
|
3057
|
-
|
|
3058
|
-
--
|
|
3059
|
-
--
|
|
3060
|
-
--
|
|
3061
|
-
--
|
|
3062
|
-
--
|
|
3063
|
-
|
|
3064
|
-
--
|
|
3065
|
-
|
|
3720
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3721
|
+
context
|
|
3722
|
+
-x, --extended show extra columns
|
|
3723
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3724
|
+
--csv output is csv format [alias: --output=csv]
|
|
3725
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3726
|
+
--no-header hide table header from output
|
|
3727
|
+
--no-truncate do not truncate output to fit screen
|
|
3728
|
+
--output=<option> output in a more machine friendly format
|
|
3729
|
+
<options: csv|json|yaml>
|
|
3730
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3066
3731
|
|
|
3067
3732
|
DESCRIPTION
|
|
3068
|
-
List all invites belonging to a
|
|
3733
|
+
List all invites belonging to a project.
|
|
3734
|
+
|
|
3735
|
+
FLAG DESCRIPTIONS
|
|
3736
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3737
|
+
|
|
3738
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3739
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3069
3740
|
```
|
|
3070
3741
|
|
|
3071
3742
|
## `mw project invite list-own`
|
|
3072
3743
|
|
|
3073
|
-
List all
|
|
3744
|
+
List all project invites for the executing user.
|
|
3074
3745
|
|
|
3075
3746
|
```
|
|
3076
3747
|
USAGE
|
|
3077
|
-
$ mw project invite list-own [--columns <value> | -x] [--
|
|
3078
|
-
|
|
3748
|
+
$ mw project invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3749
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3079
3750
|
|
|
3080
3751
|
FLAGS
|
|
3081
3752
|
-x, --extended show extra columns
|
|
@@ -3089,7 +3760,7 @@ FLAGS
|
|
|
3089
3760
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3090
3761
|
|
|
3091
3762
|
DESCRIPTION
|
|
3092
|
-
List all
|
|
3763
|
+
List all project invites for the executing user.
|
|
3093
3764
|
```
|
|
3094
3765
|
|
|
3095
3766
|
## `mw project list`
|
|
@@ -3098,8 +3769,8 @@ List all projects that you have access to
|
|
|
3098
3769
|
|
|
3099
3770
|
```
|
|
3100
3771
|
USAGE
|
|
3101
|
-
$ mw project list [--columns <value> | -x] [--
|
|
3102
|
-
|
|
3772
|
+
$ mw project list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3773
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3103
3774
|
|
|
3104
3775
|
FLAGS
|
|
3105
3776
|
-x, --extended show extra columns
|
|
@@ -3116,16 +3787,16 @@ DESCRIPTION
|
|
|
3116
3787
|
List all projects that you have access to
|
|
3117
3788
|
```
|
|
3118
3789
|
|
|
3119
|
-
## `mw project membership get
|
|
3790
|
+
## `mw project membership get MEMBERSHIP-ID`
|
|
3120
3791
|
|
|
3121
3792
|
Get a ProjectMembership
|
|
3122
3793
|
|
|
3123
3794
|
```
|
|
3124
3795
|
USAGE
|
|
3125
|
-
$ mw project membership get
|
|
3796
|
+
$ mw project membership get MEMBERSHIP-ID [-o json|yaml | | ]
|
|
3126
3797
|
|
|
3127
3798
|
ARGUMENTS
|
|
3128
|
-
|
|
3799
|
+
MEMBERSHIP-ID ID of the ProjectMembership to be retrieved.
|
|
3129
3800
|
|
|
3130
3801
|
FLAGS
|
|
3131
3802
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -3141,15 +3812,22 @@ Get the executing user's membership in a Project.
|
|
|
3141
3812
|
|
|
3142
3813
|
```
|
|
3143
3814
|
USAGE
|
|
3144
|
-
$ mw project membership get-own
|
|
3815
|
+
$ mw project membership get-own [-o json|yaml | | ] [-p <value>]
|
|
3145
3816
|
|
|
3146
3817
|
FLAGS
|
|
3147
|
-
-o, --output=<option>
|
|
3148
|
-
|
|
3149
|
-
--project-id=<value>
|
|
3818
|
+
-o, --output=<option> output in a more machine friendly format
|
|
3819
|
+
<options: json|yaml>
|
|
3820
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3821
|
+
context
|
|
3150
3822
|
|
|
3151
3823
|
DESCRIPTION
|
|
3152
3824
|
Get the executing user's membership in a Project.
|
|
3825
|
+
|
|
3826
|
+
FLAG DESCRIPTIONS
|
|
3827
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3828
|
+
|
|
3829
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3830
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3153
3831
|
```
|
|
3154
3832
|
|
|
3155
3833
|
## `mw project membership list`
|
|
@@ -3158,23 +3836,30 @@ List all memberships for a Project.
|
|
|
3158
3836
|
|
|
3159
3837
|
```
|
|
3160
3838
|
USAGE
|
|
3161
|
-
$ mw project membership list
|
|
3162
|
-
csv|json|yaml | | [--
|
|
3839
|
+
$ mw project membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3840
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3163
3841
|
|
|
3164
3842
|
FLAGS
|
|
3165
|
-
-
|
|
3166
|
-
|
|
3167
|
-
--
|
|
3168
|
-
--
|
|
3169
|
-
--
|
|
3170
|
-
--
|
|
3171
|
-
--
|
|
3172
|
-
|
|
3173
|
-
--
|
|
3174
|
-
|
|
3843
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3844
|
+
context
|
|
3845
|
+
-x, --extended show extra columns
|
|
3846
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3847
|
+
--csv output is csv format [alias: --output=csv]
|
|
3848
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3849
|
+
--no-header hide table header from output
|
|
3850
|
+
--no-truncate do not truncate output to fit screen
|
|
3851
|
+
--output=<option> output in a more machine friendly format
|
|
3852
|
+
<options: csv|json|yaml>
|
|
3853
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3175
3854
|
|
|
3176
3855
|
DESCRIPTION
|
|
3177
3856
|
List all memberships for a Project.
|
|
3857
|
+
|
|
3858
|
+
FLAG DESCRIPTIONS
|
|
3859
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3860
|
+
|
|
3861
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3862
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3178
3863
|
```
|
|
3179
3864
|
|
|
3180
3865
|
## `mw project membership list-own`
|
|
@@ -3183,8 +3868,8 @@ List ProjectMemberships belonging to the executing user.
|
|
|
3183
3868
|
|
|
3184
3869
|
```
|
|
3185
3870
|
USAGE
|
|
3186
|
-
$ mw project membership list-own [--columns <value> | -x] [--
|
|
3187
|
-
|
|
3871
|
+
$ mw project membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3872
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3188
3873
|
|
|
3189
3874
|
FLAGS
|
|
3190
3875
|
-x, --extended show extra columns
|
|
@@ -3207,8 +3892,8 @@ List all SFTP users for a project.
|
|
|
3207
3892
|
|
|
3208
3893
|
```
|
|
3209
3894
|
USAGE
|
|
3210
|
-
$ mw project sftp-user list [--columns <value> | -x] [--
|
|
3211
|
-
|
|
3895
|
+
$ mw project sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3896
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3212
3897
|
|
|
3213
3898
|
FLAGS
|
|
3214
3899
|
-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 +3911,9 @@ FLAGS
|
|
|
3226
3911
|
DESCRIPTION
|
|
3227
3912
|
List all SFTP users for a project.
|
|
3228
3913
|
|
|
3914
|
+
ALIASES
|
|
3915
|
+
$ mw project sftp-user list
|
|
3916
|
+
|
|
3229
3917
|
FLAG DESCRIPTIONS
|
|
3230
3918
|
-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
3919
|
|
|
@@ -3254,8 +3942,8 @@ List all SSH users for a project.
|
|
|
3254
3942
|
|
|
3255
3943
|
```
|
|
3256
3944
|
USAGE
|
|
3257
|
-
$ mw project ssh-user list [--columns <value> | -x] [--
|
|
3258
|
-
|
|
3945
|
+
$ mw project ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3946
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3259
3947
|
|
|
3260
3948
|
FLAGS
|
|
3261
3949
|
-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 +3961,9 @@ FLAGS
|
|
|
3273
3961
|
DESCRIPTION
|
|
3274
3962
|
List all SSH users for a project.
|
|
3275
3963
|
|
|
3964
|
+
ALIASES
|
|
3965
|
+
$ mw project ssh-user list
|
|
3966
|
+
|
|
3276
3967
|
FLAG DESCRIPTIONS
|
|
3277
3968
|
-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
3969
|
|
|
@@ -3295,33 +3986,33 @@ DESCRIPTION
|
|
|
3295
3986
|
Updates a project
|
|
3296
3987
|
```
|
|
3297
3988
|
|
|
3298
|
-
## `mw server get
|
|
3989
|
+
## `mw server get [SERVER-ID]`
|
|
3299
3990
|
|
|
3300
|
-
Get a
|
|
3991
|
+
Get a server.
|
|
3301
3992
|
|
|
3302
3993
|
```
|
|
3303
3994
|
USAGE
|
|
3304
|
-
$ mw server get
|
|
3995
|
+
$ mw server get [SERVER-ID] [-o json|yaml | | ]
|
|
3305
3996
|
|
|
3306
3997
|
ARGUMENTS
|
|
3307
|
-
|
|
3998
|
+
SERVER-ID ID or short ID of a server; this argument is optional if a default server is set in the context
|
|
3308
3999
|
|
|
3309
4000
|
FLAGS
|
|
3310
4001
|
-o, --output=<option> output in a more machine friendly format
|
|
3311
4002
|
<options: json|yaml>
|
|
3312
4003
|
|
|
3313
4004
|
DESCRIPTION
|
|
3314
|
-
Get a
|
|
4005
|
+
Get a server.
|
|
3315
4006
|
```
|
|
3316
4007
|
|
|
3317
4008
|
## `mw server list`
|
|
3318
4009
|
|
|
3319
|
-
List
|
|
4010
|
+
List servers for an organization or user.
|
|
3320
4011
|
|
|
3321
4012
|
```
|
|
3322
4013
|
USAGE
|
|
3323
|
-
$ mw server list [--columns <value> | -x] [--
|
|
3324
|
-
|
|
4014
|
+
$ mw server list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4015
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3325
4016
|
|
|
3326
4017
|
FLAGS
|
|
3327
4018
|
-x, --extended show extra columns
|
|
@@ -3335,7 +4026,77 @@ FLAGS
|
|
|
3335
4026
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3336
4027
|
|
|
3337
4028
|
DESCRIPTION
|
|
3338
|
-
List
|
|
4029
|
+
List servers for an organization or user.
|
|
4030
|
+
```
|
|
4031
|
+
|
|
4032
|
+
## `mw sftp-user list`
|
|
4033
|
+
|
|
4034
|
+
List all SFTP users for a project.
|
|
4035
|
+
|
|
4036
|
+
```
|
|
4037
|
+
USAGE
|
|
4038
|
+
$ mw sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4039
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
4040
|
+
|
|
4041
|
+
FLAGS
|
|
4042
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
4043
|
+
context
|
|
4044
|
+
-x, --extended show extra columns
|
|
4045
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
4046
|
+
--csv output is csv format [alias: --output=csv]
|
|
4047
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
4048
|
+
--no-header hide table header from output
|
|
4049
|
+
--no-truncate do not truncate output to fit screen
|
|
4050
|
+
--output=<option> output in a more machine friendly format
|
|
4051
|
+
<options: csv|json|yaml>
|
|
4052
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
4053
|
+
|
|
4054
|
+
DESCRIPTION
|
|
4055
|
+
List all SFTP users for a project.
|
|
4056
|
+
|
|
4057
|
+
ALIASES
|
|
4058
|
+
$ mw project sftp-user list
|
|
4059
|
+
|
|
4060
|
+
FLAG DESCRIPTIONS
|
|
4061
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
4062
|
+
|
|
4063
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
4064
|
+
to persistently set a default project for all commands that accept this flag.
|
|
4065
|
+
```
|
|
4066
|
+
|
|
4067
|
+
## `mw ssh-user list`
|
|
4068
|
+
|
|
4069
|
+
List all SSH users for a project.
|
|
4070
|
+
|
|
4071
|
+
```
|
|
4072
|
+
USAGE
|
|
4073
|
+
$ mw ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4074
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
4075
|
+
|
|
4076
|
+
FLAGS
|
|
4077
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
4078
|
+
context
|
|
4079
|
+
-x, --extended show extra columns
|
|
4080
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
4081
|
+
--csv output is csv format [alias: --output=csv]
|
|
4082
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
4083
|
+
--no-header hide table header from output
|
|
4084
|
+
--no-truncate do not truncate output to fit screen
|
|
4085
|
+
--output=<option> output in a more machine friendly format
|
|
4086
|
+
<options: csv|json|yaml>
|
|
4087
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
4088
|
+
|
|
4089
|
+
DESCRIPTION
|
|
4090
|
+
List all SSH users for a project.
|
|
4091
|
+
|
|
4092
|
+
ALIASES
|
|
4093
|
+
$ mw project ssh-user list
|
|
4094
|
+
|
|
4095
|
+
FLAG DESCRIPTIONS
|
|
4096
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
4097
|
+
|
|
4098
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
4099
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3339
4100
|
```
|
|
3340
4101
|
|
|
3341
4102
|
## `mw update [CHANNEL]`
|
|
@@ -3344,10 +4105,10 @@ update the mw CLI
|
|
|
3344
4105
|
|
|
3345
4106
|
```
|
|
3346
4107
|
USAGE
|
|
3347
|
-
$ mw update [CHANNEL] [-a] [-v <value>
|
|
4108
|
+
$ mw update [CHANNEL] [-a] [--force] [-i | -v <value>]
|
|
3348
4109
|
|
|
3349
4110
|
FLAGS
|
|
3350
|
-
-a, --available
|
|
4111
|
+
-a, --available See available versions.
|
|
3351
4112
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
3352
4113
|
-v, --version=<value> Install a specific version.
|
|
3353
4114
|
--force Force a re-download of the requested version.
|
|
@@ -3373,7 +4134,7 @@ EXAMPLES
|
|
|
3373
4134
|
$ mw update --available
|
|
3374
4135
|
```
|
|
3375
4136
|
|
|
3376
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/
|
|
4137
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.3/src/commands/update.ts)_
|
|
3377
4138
|
|
|
3378
4139
|
## `mw user api-token create`
|
|
3379
4140
|
|
|
@@ -3400,33 +4161,33 @@ FLAG DESCRIPTIONS
|
|
|
3400
4161
|
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
3401
4162
|
```
|
|
3402
4163
|
|
|
3403
|
-
## `mw user api-token get
|
|
4164
|
+
## `mw user api-token get TOKEN-ID`
|
|
3404
4165
|
|
|
3405
|
-
Get a specific
|
|
4166
|
+
Get a specific API token
|
|
3406
4167
|
|
|
3407
4168
|
```
|
|
3408
4169
|
USAGE
|
|
3409
|
-
$ mw user api-token get
|
|
4170
|
+
$ mw user api-token get TOKEN-ID [-o json|yaml | | ]
|
|
3410
4171
|
|
|
3411
4172
|
ARGUMENTS
|
|
3412
|
-
|
|
4173
|
+
TOKEN-ID The ID of an API token
|
|
3413
4174
|
|
|
3414
4175
|
FLAGS
|
|
3415
4176
|
-o, --output=<option> output in a more machine friendly format
|
|
3416
4177
|
<options: json|yaml>
|
|
3417
4178
|
|
|
3418
4179
|
DESCRIPTION
|
|
3419
|
-
Get a specific
|
|
4180
|
+
Get a specific API token
|
|
3420
4181
|
```
|
|
3421
4182
|
|
|
3422
4183
|
## `mw user api-token list`
|
|
3423
4184
|
|
|
3424
|
-
List all
|
|
4185
|
+
List all API tokens of the user
|
|
3425
4186
|
|
|
3426
4187
|
```
|
|
3427
4188
|
USAGE
|
|
3428
|
-
$ mw user api-token list [--columns <value> | -x] [--
|
|
3429
|
-
|
|
4189
|
+
$ mw user api-token list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4190
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3430
4191
|
|
|
3431
4192
|
FLAGS
|
|
3432
4193
|
-x, --extended show extra columns
|
|
@@ -3440,7 +4201,7 @@ FLAGS
|
|
|
3440
4201
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3441
4202
|
|
|
3442
4203
|
DESCRIPTION
|
|
3443
|
-
List all
|
|
4204
|
+
List all API tokens of the user
|
|
3444
4205
|
```
|
|
3445
4206
|
|
|
3446
4207
|
## `mw user api-token revoke ID`
|
|
@@ -3488,23 +4249,23 @@ DESCRIPTION
|
|
|
3488
4249
|
Get profile information for a user.
|
|
3489
4250
|
```
|
|
3490
4251
|
|
|
3491
|
-
## `mw user session get
|
|
4252
|
+
## `mw user session get TOKEN-ID`
|
|
3492
4253
|
|
|
3493
|
-
Get a specific
|
|
4254
|
+
Get a specific session
|
|
3494
4255
|
|
|
3495
4256
|
```
|
|
3496
4257
|
USAGE
|
|
3497
|
-
$ mw user session get
|
|
4258
|
+
$ mw user session get TOKEN-ID [-o json|yaml | | ]
|
|
3498
4259
|
|
|
3499
4260
|
ARGUMENTS
|
|
3500
|
-
|
|
4261
|
+
TOKEN-ID Token ID to identify the specific session
|
|
3501
4262
|
|
|
3502
4263
|
FLAGS
|
|
3503
4264
|
-o, --output=<option> output in a more machine friendly format
|
|
3504
4265
|
<options: json|yaml>
|
|
3505
4266
|
|
|
3506
4267
|
DESCRIPTION
|
|
3507
|
-
Get a specific
|
|
4268
|
+
Get a specific session
|
|
3508
4269
|
```
|
|
3509
4270
|
|
|
3510
4271
|
## `mw user session list`
|
|
@@ -3513,8 +4274,8 @@ List all active sessions
|
|
|
3513
4274
|
|
|
3514
4275
|
```
|
|
3515
4276
|
USAGE
|
|
3516
|
-
$ mw user session list [--columns <value> | -x] [--
|
|
3517
|
-
|
|
4277
|
+
$ mw user session list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4278
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3518
4279
|
|
|
3519
4280
|
FLAGS
|
|
3520
4281
|
-x, --extended show extra columns
|
|
@@ -3581,23 +4342,23 @@ FLAG DESCRIPTIONS
|
|
|
3581
4342
|
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
3582
4343
|
```
|
|
3583
4344
|
|
|
3584
|
-
## `mw user ssh-key get
|
|
4345
|
+
## `mw user ssh-key get KEY-ID`
|
|
3585
4346
|
|
|
3586
|
-
Get a specific
|
|
4347
|
+
Get a specific SSH key
|
|
3587
4348
|
|
|
3588
4349
|
```
|
|
3589
4350
|
USAGE
|
|
3590
|
-
$ mw user ssh-key get
|
|
4351
|
+
$ mw user ssh-key get KEY-ID [-o json|yaml | | ]
|
|
3591
4352
|
|
|
3592
4353
|
ARGUMENTS
|
|
3593
|
-
|
|
4354
|
+
KEY-ID The ID of an SSH key
|
|
3594
4355
|
|
|
3595
4356
|
FLAGS
|
|
3596
4357
|
-o, --output=<option> output in a more machine friendly format
|
|
3597
4358
|
<options: json|yaml>
|
|
3598
4359
|
|
|
3599
4360
|
DESCRIPTION
|
|
3600
|
-
Get a specific
|
|
4361
|
+
Get a specific SSH key
|
|
3601
4362
|
```
|
|
3602
4363
|
|
|
3603
4364
|
## `mw user ssh-key list`
|
|
@@ -3606,8 +4367,8 @@ Get your stored ssh keys
|
|
|
3606
4367
|
|
|
3607
4368
|
```
|
|
3608
4369
|
USAGE
|
|
3609
|
-
$ mw user ssh-key list [--columns <value> | -x] [--
|
|
3610
|
-
|
|
4370
|
+
$ mw user ssh-key list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4371
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3611
4372
|
|
|
3612
4373
|
FLAGS
|
|
3613
4374
|
-x, --extended show extra columns
|