@mittwald/cli 1.0.0-alpha.24 → 1.0.0-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +770 -231
- package/dist/esm/GetBaseCommand.d.ts +1 -1
- package/dist/esm/ListBaseCommand.d.ts +1 -1
- package/dist/esm/commands/app/create/static.d.ts +12 -0
- package/dist/esm/commands/app/create/static.js +13 -0
- 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/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/list.js +0 -6
- 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/sftp-user/list.d.ts +21 -0
- package/dist/esm/commands/sftp-user/list.js +31 -0
- package/dist/esm/commands/ssh-user/list.d.ts +21 -0
- package/dist/esm/commands/ssh-user/list.js +29 -0
- 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/dist/esm/rendering/react/components/AppInstallation/AppInstallationDetails.js +9 -0
- 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/commands/project/sftp-user/list.d.ts +0 -13
- package/dist/esm/commands/project/sftp-user/list.js +0 -24
- package/dist/esm/commands/project/ssh-user/list.d.ts +0 -13
- package/dist/esm/commands/project/ssh-user/list.js +0 -24
- 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/sshsftpUser/sftpUserGetSftpUser.d.ts +0 -16
- package/dist/esm/generated/sshsftpUser/sftpUserGetSftpUser.js +0 -25
- package/dist/esm/generated/sshsftpUser/sftpUserListSftpUsers.d.ts +0 -13
- package/dist/esm/generated/sshsftpUser/sftpUserListSftpUsers.js +0 -22
- package/dist/esm/generated/sshsftpUser/sshUserGetSshUser.d.ts +0 -16
- package/dist/esm/generated/sshsftpUser/sshUserGetSshUser.js +0 -25
- package/dist/esm/generated/sshsftpUser/sshUserListSshUsers.d.ts +0 -13
- package/dist/esm/generated/sshsftpUser/sshUserListSshUsers.js +0 -22
- 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,6 +82,7 @@ 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 static`](#mw-app-create-static)
|
|
85
86
|
* [`mw app dependency list`](#mw-app-dependency-list)
|
|
86
87
|
* [`mw app dependency update INSTALLATION-ID`](#mw-app-dependency-update-installation-id)
|
|
87
88
|
* [`mw app dependency versions SYSTEMSOFTWARE`](#mw-app-dependency-versions-systemsoftware)
|
|
@@ -97,6 +98,12 @@ USAGE
|
|
|
97
98
|
* [`mw app ssh INSTALLATION-ID`](#mw-app-ssh-installation-id)
|
|
98
99
|
* [`mw app uninstall INSTALLATION-ID`](#mw-app-uninstall-installation-id)
|
|
99
100
|
* [`mw app versions [APP]`](#mw-app-versions-app)
|
|
101
|
+
* [`mw backup create`](#mw-backup-create)
|
|
102
|
+
* [`mw backup delete BACKUP-ID`](#mw-backup-delete-backup-id)
|
|
103
|
+
* [`mw backup download BACKUP-ID`](#mw-backup-download-backup-id)
|
|
104
|
+
* [`mw backup get BACKUP-ID`](#mw-backup-get-backup-id)
|
|
105
|
+
* [`mw backup list`](#mw-backup-list)
|
|
106
|
+
* [`mw backup schedule list`](#mw-backup-schedule-list)
|
|
100
107
|
* [`mw context get`](#mw-context-get)
|
|
101
108
|
* [`mw context set`](#mw-context-set)
|
|
102
109
|
* [`mw conversation categories`](#mw-conversation-categories)
|
|
@@ -106,6 +113,11 @@ USAGE
|
|
|
106
113
|
* [`mw conversation reply ID`](#mw-conversation-reply-id)
|
|
107
114
|
* [`mw conversation show ID`](#mw-conversation-show-id)
|
|
108
115
|
* [`mw conversation show2 CONVERSATIONID`](#mw-conversation-show2-conversationid)
|
|
116
|
+
* [`mw cronjob execution get CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-get-cronjob-id-execution-id)
|
|
117
|
+
* [`mw cronjob execution list`](#mw-cronjob-execution-list)
|
|
118
|
+
* [`mw cronjob execution logs CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-logs-cronjob-id-execution-id)
|
|
119
|
+
* [`mw cronjob get CRONJOBID`](#mw-cronjob-get-cronjobid)
|
|
120
|
+
* [`mw cronjob list`](#mw-cronjob-list)
|
|
109
121
|
* [`mw database mysql charsets`](#mw-database-mysql-charsets)
|
|
110
122
|
* [`mw database mysql create`](#mw-database-mysql-create)
|
|
111
123
|
* [`mw database mysql delete DATABASE-ID`](#mw-database-mysql-delete-database-id)
|
|
@@ -125,8 +137,7 @@ USAGE
|
|
|
125
137
|
* [`mw database redis versions`](#mw-database-redis-versions)
|
|
126
138
|
* [`mw domain dnszone get ZONEID`](#mw-domain-dnszone-get-zoneid)
|
|
127
139
|
* [`mw domain dnszone list`](#mw-domain-dnszone-list)
|
|
128
|
-
* [`mw domain get
|
|
129
|
-
* [`mw domain get-handle DOMAINNAME`](#mw-domain-get-handle-domainname)
|
|
140
|
+
* [`mw domain get DOMAIN-ID`](#mw-domain-get-domain-id)
|
|
130
141
|
* [`mw domain list`](#mw-domain-list)
|
|
131
142
|
* [`mw domain ownership get DOMAINOWNERSHIPID`](#mw-domain-ownership-get-domainownershipid)
|
|
132
143
|
* [`mw domain ownership list`](#mw-domain-ownership-list)
|
|
@@ -169,11 +180,11 @@ USAGE
|
|
|
169
180
|
* [`mw project delete [PROJECT-ID]`](#mw-project-delete-project-id)
|
|
170
181
|
* [`mw project filesystem usage [PROJECT-ID]`](#mw-project-filesystem-usage-project-id)
|
|
171
182
|
* [`mw project get [PROJECT-ID]`](#mw-project-get-project-id)
|
|
172
|
-
* [`mw project invite get
|
|
183
|
+
* [`mw project invite get INVITE-ID`](#mw-project-invite-get-invite-id)
|
|
173
184
|
* [`mw project invite list`](#mw-project-invite-list)
|
|
174
185
|
* [`mw project invite list-own`](#mw-project-invite-list-own)
|
|
175
186
|
* [`mw project list`](#mw-project-list)
|
|
176
|
-
* [`mw project membership get
|
|
187
|
+
* [`mw project membership get MEMBERSHIP-ID`](#mw-project-membership-get-membership-id)
|
|
177
188
|
* [`mw project membership get-own`](#mw-project-membership-get-own)
|
|
178
189
|
* [`mw project membership list`](#mw-project-membership-list)
|
|
179
190
|
* [`mw project membership list-own`](#mw-project-membership-list-own)
|
|
@@ -181,19 +192,21 @@ USAGE
|
|
|
181
192
|
* [`mw project ssh [PROJECT-ID]`](#mw-project-ssh-project-id)
|
|
182
193
|
* [`mw project ssh-user list`](#mw-project-ssh-user-list)
|
|
183
194
|
* [`mw project update [PROJECT-ID]`](#mw-project-update-project-id)
|
|
184
|
-
* [`mw server get
|
|
195
|
+
* [`mw server get [SERVER-ID]`](#mw-server-get-server-id)
|
|
185
196
|
* [`mw server list`](#mw-server-list)
|
|
197
|
+
* [`mw sftp-user list`](#mw-sftp-user-list)
|
|
198
|
+
* [`mw ssh-user list`](#mw-ssh-user-list)
|
|
186
199
|
* [`mw update [CHANNEL]`](#mw-update-channel)
|
|
187
200
|
* [`mw user api-token create`](#mw-user-api-token-create)
|
|
188
|
-
* [`mw user api-token get
|
|
201
|
+
* [`mw user api-token get TOKEN-ID`](#mw-user-api-token-get-token-id)
|
|
189
202
|
* [`mw user api-token list`](#mw-user-api-token-list)
|
|
190
203
|
* [`mw user api-token revoke ID`](#mw-user-api-token-revoke-id)
|
|
191
204
|
* [`mw user get USER-ID`](#mw-user-get-user-id)
|
|
192
|
-
* [`mw user session get
|
|
205
|
+
* [`mw user session get TOKEN-ID`](#mw-user-session-get-token-id)
|
|
193
206
|
* [`mw user session list`](#mw-user-session-list)
|
|
194
207
|
* [`mw user ssh-key create`](#mw-user-ssh-key-create)
|
|
195
208
|
* [`mw user ssh-key delete ID`](#mw-user-ssh-key-delete-id)
|
|
196
|
-
* [`mw user ssh-key get
|
|
209
|
+
* [`mw user ssh-key get KEY-ID`](#mw-user-ssh-key-get-key-id)
|
|
197
210
|
* [`mw user ssh-key list`](#mw-user-ssh-key-list)
|
|
198
211
|
|
|
199
212
|
## `mw app copy INSTALLATION-ID`
|
|
@@ -306,14 +319,62 @@ FLAG DESCRIPTIONS
|
|
|
306
319
|
installation is finished
|
|
307
320
|
```
|
|
308
321
|
|
|
322
|
+
## `mw app create static`
|
|
323
|
+
|
|
324
|
+
Creates new custom static site installation.
|
|
325
|
+
|
|
326
|
+
```
|
|
327
|
+
USAGE
|
|
328
|
+
$ mw app create static --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w] [--json]
|
|
329
|
+
|
|
330
|
+
FLAGS
|
|
331
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
332
|
+
context
|
|
333
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
334
|
+
-w, --wait Wait for your custom static site to be ready.
|
|
335
|
+
--document-root=<value> (required) [default: /] The document root from which your custom static site will be served
|
|
336
|
+
(relative to the installation path)
|
|
337
|
+
--json
|
|
338
|
+
--site-title=<value> Site Title for your custom static site installation.
|
|
339
|
+
|
|
340
|
+
DESCRIPTION
|
|
341
|
+
Creates new custom static site installation.
|
|
342
|
+
|
|
343
|
+
FLAG DESCRIPTIONS
|
|
344
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
345
|
+
|
|
346
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
347
|
+
to persistently set a default project for all commands that accept this flag.
|
|
348
|
+
|
|
349
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
350
|
+
|
|
351
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
352
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
353
|
+
|
|
354
|
+
--document-root=<value>
|
|
355
|
+
|
|
356
|
+
The document root from which your custom static site will be served (relative to the installation path)
|
|
357
|
+
|
|
358
|
+
This is the document root from which the files of your application will be served by the web server. This directory
|
|
359
|
+
is specified relative to the installation path.
|
|
360
|
+
|
|
361
|
+
--site-title=<value> Site Title for your custom static site installation.
|
|
362
|
+
|
|
363
|
+
Site Title which will be displayed in the Tab and at the top of the Frontend of your custom static site
|
|
364
|
+
installation.
|
|
365
|
+
It is also the Title shown in the App-Overview in the mStudio.
|
|
366
|
+
If none is given the Software Name and the given Project will be used. The Title can be changed after the
|
|
367
|
+
installation is finished
|
|
368
|
+
```
|
|
369
|
+
|
|
309
370
|
## `mw app dependency list`
|
|
310
371
|
|
|
311
372
|
Get all available dependencies
|
|
312
373
|
|
|
313
374
|
```
|
|
314
375
|
USAGE
|
|
315
|
-
$ mw app dependency list [--columns <value> | -x] [--
|
|
316
|
-
|
|
376
|
+
$ mw app dependency list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
377
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
317
378
|
|
|
318
379
|
FLAGS
|
|
319
380
|
-x, --extended show extra columns
|
|
@@ -372,8 +433,8 @@ Get all available versions of a particular dependency
|
|
|
372
433
|
|
|
373
434
|
```
|
|
374
435
|
USAGE
|
|
375
|
-
$ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--
|
|
376
|
-
csv|json|yaml | |
|
|
436
|
+
$ mw app dependency versions SYSTEMSOFTWARE [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
437
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
377
438
|
|
|
378
439
|
ARGUMENTS
|
|
379
440
|
SYSTEMSOFTWARE name of the systemsoftware for which to list versions
|
|
@@ -1063,8 +1124,8 @@ List installed apps in a project.
|
|
|
1063
1124
|
|
|
1064
1125
|
```
|
|
1065
1126
|
USAGE
|
|
1066
|
-
$ mw app list [--columns <value> | -x] [--
|
|
1067
|
-
|
|
1127
|
+
$ mw app list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1128
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1068
1129
|
|
|
1069
1130
|
FLAGS
|
|
1070
1131
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -1113,13 +1174,23 @@ Uninstall an app
|
|
|
1113
1174
|
|
|
1114
1175
|
```
|
|
1115
1176
|
USAGE
|
|
1116
|
-
$ mw app uninstall INSTALLATION-ID
|
|
1177
|
+
$ mw app uninstall INSTALLATION-ID [-q] [-f]
|
|
1117
1178
|
|
|
1118
1179
|
ARGUMENTS
|
|
1119
1180
|
INSTALLATION-ID ID of the app installation to delete
|
|
1120
1181
|
|
|
1182
|
+
FLAGS
|
|
1183
|
+
-f, --force Do not ask for confirmation
|
|
1184
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1185
|
+
|
|
1121
1186
|
DESCRIPTION
|
|
1122
1187
|
Uninstall an app
|
|
1188
|
+
|
|
1189
|
+
FLAG DESCRIPTIONS
|
|
1190
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1191
|
+
|
|
1192
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1193
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1123
1194
|
```
|
|
1124
1195
|
|
|
1125
1196
|
## `mw app versions [APP]`
|
|
@@ -1137,6 +1208,206 @@ DESCRIPTION
|
|
|
1137
1208
|
List supported Apps and Versions
|
|
1138
1209
|
```
|
|
1139
1210
|
|
|
1211
|
+
## `mw backup create`
|
|
1212
|
+
|
|
1213
|
+
Create a new backup of a project
|
|
1214
|
+
|
|
1215
|
+
```
|
|
1216
|
+
USAGE
|
|
1217
|
+
$ mw backup create --expires <value> [-q] [-p <value>] [--description <value>] [-w] [--wait-timeout <value>]
|
|
1218
|
+
|
|
1219
|
+
FLAGS
|
|
1220
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1221
|
+
context
|
|
1222
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1223
|
+
-w, --wait Wait for the resource to be ready.
|
|
1224
|
+
--description=<value> a description for the backup.
|
|
1225
|
+
--expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
1226
|
+
--wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
|
|
1227
|
+
|
|
1228
|
+
ALIASES
|
|
1229
|
+
$ mw project backup create
|
|
1230
|
+
|
|
1231
|
+
FLAG DESCRIPTIONS
|
|
1232
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1233
|
+
|
|
1234
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1235
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1236
|
+
|
|
1237
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1238
|
+
|
|
1239
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1240
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1241
|
+
```
|
|
1242
|
+
|
|
1243
|
+
## `mw backup delete BACKUP-ID`
|
|
1244
|
+
|
|
1245
|
+
Delete a backup
|
|
1246
|
+
|
|
1247
|
+
```
|
|
1248
|
+
USAGE
|
|
1249
|
+
$ mw backup delete BACKUP-ID [-q] [-f]
|
|
1250
|
+
|
|
1251
|
+
ARGUMENTS
|
|
1252
|
+
BACKUP-ID The ID of the Backup to show.
|
|
1253
|
+
|
|
1254
|
+
FLAGS
|
|
1255
|
+
-f, --force Do not ask for confirmation
|
|
1256
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1257
|
+
|
|
1258
|
+
DESCRIPTION
|
|
1259
|
+
Delete a backup
|
|
1260
|
+
|
|
1261
|
+
ALIASES
|
|
1262
|
+
$ mw project backup delete
|
|
1263
|
+
|
|
1264
|
+
FLAG DESCRIPTIONS
|
|
1265
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1266
|
+
|
|
1267
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1268
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1269
|
+
```
|
|
1270
|
+
|
|
1271
|
+
## `mw backup download BACKUP-ID`
|
|
1272
|
+
|
|
1273
|
+
Download a backup to your local disk
|
|
1274
|
+
|
|
1275
|
+
```
|
|
1276
|
+
USAGE
|
|
1277
|
+
$ mw backup download BACKUP-ID [-q] [--format tar|zip] [--password <value> | --generate-password |
|
|
1278
|
+
--prompt-password] [--resume --output <value>]
|
|
1279
|
+
|
|
1280
|
+
ARGUMENTS
|
|
1281
|
+
BACKUP-ID the ID of the Backup to download.
|
|
1282
|
+
|
|
1283
|
+
FLAGS
|
|
1284
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1285
|
+
--format=<option> [default: tar] the file format to download the backup in.
|
|
1286
|
+
<options: tar|zip>
|
|
1287
|
+
--generate-password generate a random password to encrypt the backup with.
|
|
1288
|
+
--output=<value> the file to write the backup to; if omitted, the filename will be determined by the server.
|
|
1289
|
+
--password=<value> the password to encrypt the backup with.
|
|
1290
|
+
--prompt-password prompt for a password to encrypt the backup with.
|
|
1291
|
+
--resume resume a previously interrupted download.
|
|
1292
|
+
|
|
1293
|
+
DESCRIPTION
|
|
1294
|
+
Download a backup to your local disk
|
|
1295
|
+
|
|
1296
|
+
ALIASES
|
|
1297
|
+
$ mw project backup download
|
|
1298
|
+
|
|
1299
|
+
FLAG DESCRIPTIONS
|
|
1300
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1301
|
+
|
|
1302
|
+
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
|
|
1303
|
+
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
1304
|
+
|
|
1305
|
+
--generate-password generate a random password to encrypt the backup with.
|
|
1306
|
+
|
|
1307
|
+
CAUTION: this is not stored anywhere.
|
|
1308
|
+
|
|
1309
|
+
--password=<value> the password to encrypt the backup with.
|
|
1310
|
+
|
|
1311
|
+
CAUTION #1: this is not stored anywhere.
|
|
1312
|
+
CAUTION #2: it is dangerous to use this option, as the password might be stored in your shell history.
|
|
1313
|
+
|
|
1314
|
+
--prompt-password prompt for a password to encrypt the backup with.
|
|
1315
|
+
|
|
1316
|
+
CAUTION: this is not stored anywhere.
|
|
1317
|
+
```
|
|
1318
|
+
|
|
1319
|
+
## `mw backup get BACKUP-ID`
|
|
1320
|
+
|
|
1321
|
+
show details of a backup.
|
|
1322
|
+
|
|
1323
|
+
```
|
|
1324
|
+
USAGE
|
|
1325
|
+
$ mw backup get BACKUP-ID [-o json|yaml | | ]
|
|
1326
|
+
|
|
1327
|
+
ARGUMENTS
|
|
1328
|
+
BACKUP-ID The ID of the Backup to show.
|
|
1329
|
+
|
|
1330
|
+
FLAGS
|
|
1331
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1332
|
+
<options: json|yaml>
|
|
1333
|
+
|
|
1334
|
+
DESCRIPTION
|
|
1335
|
+
show details of a backup.
|
|
1336
|
+
|
|
1337
|
+
ALIASES
|
|
1338
|
+
$ mw project backup get
|
|
1339
|
+
```
|
|
1340
|
+
|
|
1341
|
+
## `mw backup list`
|
|
1342
|
+
|
|
1343
|
+
List Backups for a given Project.
|
|
1344
|
+
|
|
1345
|
+
```
|
|
1346
|
+
USAGE
|
|
1347
|
+
$ mw backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1348
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1349
|
+
|
|
1350
|
+
FLAGS
|
|
1351
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1352
|
+
context
|
|
1353
|
+
-x, --extended show extra columns
|
|
1354
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1355
|
+
--csv output is csv format [alias: --output=csv]
|
|
1356
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1357
|
+
--no-header hide table header from output
|
|
1358
|
+
--no-truncate do not truncate output to fit screen
|
|
1359
|
+
--output=<option> output in a more machine friendly format
|
|
1360
|
+
<options: csv|json|yaml>
|
|
1361
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1362
|
+
|
|
1363
|
+
DESCRIPTION
|
|
1364
|
+
List Backups for a given Project.
|
|
1365
|
+
|
|
1366
|
+
ALIASES
|
|
1367
|
+
$ mw project backup list
|
|
1368
|
+
|
|
1369
|
+
FLAG DESCRIPTIONS
|
|
1370
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1371
|
+
|
|
1372
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1373
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1374
|
+
```
|
|
1375
|
+
|
|
1376
|
+
## `mw backup schedule list`
|
|
1377
|
+
|
|
1378
|
+
List backup schedules belonging to a given project.
|
|
1379
|
+
|
|
1380
|
+
```
|
|
1381
|
+
USAGE
|
|
1382
|
+
$ mw backup schedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1383
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1384
|
+
|
|
1385
|
+
FLAGS
|
|
1386
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1387
|
+
context
|
|
1388
|
+
-x, --extended show extra columns
|
|
1389
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1390
|
+
--csv output is csv format [alias: --output=csv]
|
|
1391
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1392
|
+
--no-header hide table header from output
|
|
1393
|
+
--no-truncate do not truncate output to fit screen
|
|
1394
|
+
--output=<option> output in a more machine friendly format
|
|
1395
|
+
<options: csv|json|yaml>
|
|
1396
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1397
|
+
|
|
1398
|
+
DESCRIPTION
|
|
1399
|
+
List backup schedules belonging to a given project.
|
|
1400
|
+
|
|
1401
|
+
ALIASES
|
|
1402
|
+
$ mw project backupschedule list
|
|
1403
|
+
|
|
1404
|
+
FLAG DESCRIPTIONS
|
|
1405
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1406
|
+
|
|
1407
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1408
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1409
|
+
```
|
|
1410
|
+
|
|
1140
1411
|
## `mw context get`
|
|
1141
1412
|
|
|
1142
1413
|
Print an overview of currently set context parameters
|
|
@@ -1183,8 +1454,8 @@ Get all conversation categories.
|
|
|
1183
1454
|
|
|
1184
1455
|
```
|
|
1185
1456
|
USAGE
|
|
1186
|
-
$ mw conversation categories [--columns <value> | -x] [--
|
|
1187
|
-
|
|
1457
|
+
$ mw conversation categories [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1458
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1188
1459
|
|
|
1189
1460
|
FLAGS
|
|
1190
1461
|
-x, --extended show extra columns
|
|
@@ -1242,12 +1513,12 @@ DESCRIPTION
|
|
|
1242
1513
|
|
|
1243
1514
|
## `mw conversation list`
|
|
1244
1515
|
|
|
1245
|
-
Get all
|
|
1516
|
+
Get all conversations the authenticated user has created or has access to.
|
|
1246
1517
|
|
|
1247
1518
|
```
|
|
1248
1519
|
USAGE
|
|
1249
|
-
$ mw conversation list [--columns <value> | -x] [--
|
|
1250
|
-
|
|
1520
|
+
$ mw conversation list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1521
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1251
1522
|
|
|
1252
1523
|
FLAGS
|
|
1253
1524
|
-x, --extended show extra columns
|
|
@@ -1260,59 +1531,195 @@ FLAGS
|
|
|
1260
1531
|
<options: csv|json|yaml>
|
|
1261
1532
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1262
1533
|
|
|
1263
|
-
DESCRIPTION
|
|
1264
|
-
Get all
|
|
1534
|
+
DESCRIPTION
|
|
1535
|
+
Get all conversations the authenticated user has created or has access to.
|
|
1536
|
+
```
|
|
1537
|
+
|
|
1538
|
+
## `mw conversation reply ID`
|
|
1539
|
+
|
|
1540
|
+
Reply to a conversation
|
|
1541
|
+
|
|
1542
|
+
```
|
|
1543
|
+
USAGE
|
|
1544
|
+
$ mw conversation reply ID [--message <value> | --message-from <value>] [--editor <value>]
|
|
1545
|
+
|
|
1546
|
+
ARGUMENTS
|
|
1547
|
+
ID ID of the conversation to show
|
|
1548
|
+
|
|
1549
|
+
FLAGS
|
|
1550
|
+
--editor=<value> [default: vim] The editor to use when opening the message for editing; will respect your
|
|
1551
|
+
EDITOR environment variable, and fall back on 'vim' if that is not set.
|
|
1552
|
+
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
|
|
1553
|
+
be opened to enter the message.
|
|
1554
|
+
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
|
|
1555
|
+
nor --message is given, an editor will be opened to enter the message.
|
|
1556
|
+
|
|
1557
|
+
DESCRIPTION
|
|
1558
|
+
Reply to a conversation
|
|
1559
|
+
```
|
|
1560
|
+
|
|
1561
|
+
## `mw conversation show ID`
|
|
1562
|
+
|
|
1563
|
+
Show a conversation and message history
|
|
1564
|
+
|
|
1565
|
+
```
|
|
1566
|
+
USAGE
|
|
1567
|
+
$ mw conversation show ID
|
|
1568
|
+
|
|
1569
|
+
ARGUMENTS
|
|
1570
|
+
ID ID of the conversation to show
|
|
1571
|
+
|
|
1572
|
+
DESCRIPTION
|
|
1573
|
+
Show a conversation and message history
|
|
1574
|
+
```
|
|
1575
|
+
|
|
1576
|
+
## `mw conversation show2 CONVERSATIONID`
|
|
1577
|
+
|
|
1578
|
+
```
|
|
1579
|
+
USAGE
|
|
1580
|
+
$ mw conversation show2 CONVERSATIONID -o txt|json [--wait]
|
|
1581
|
+
|
|
1582
|
+
FLAGS
|
|
1583
|
+
-o, --output=<option> (required) [default: txt] The output format to use; use 'txt' for a human readable text
|
|
1584
|
+
representation, and 'json' for a machine-readable JSON representation.
|
|
1585
|
+
<options: txt|json>
|
|
1586
|
+
--wait
|
|
1587
|
+
```
|
|
1588
|
+
|
|
1589
|
+
## `mw cronjob execution get CRONJOB-ID EXECUTION-ID`
|
|
1590
|
+
|
|
1591
|
+
Get a cron job execution.
|
|
1592
|
+
|
|
1593
|
+
```
|
|
1594
|
+
USAGE
|
|
1595
|
+
$ mw cronjob execution get CRONJOB-ID EXECUTION-ID [-o json|yaml | | ]
|
|
1596
|
+
|
|
1597
|
+
ARGUMENTS
|
|
1598
|
+
CRONJOB-ID ID of the cronjob the execution belongs to
|
|
1599
|
+
EXECUTION-ID ID of the cronjob execution to be retrieved.
|
|
1600
|
+
|
|
1601
|
+
FLAGS
|
|
1602
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1603
|
+
<options: json|yaml>
|
|
1604
|
+
|
|
1605
|
+
DESCRIPTION
|
|
1606
|
+
Get a cron job execution.
|
|
1607
|
+
|
|
1608
|
+
ALIASES
|
|
1609
|
+
$ mw project cronjob execution get
|
|
1610
|
+
```
|
|
1611
|
+
|
|
1612
|
+
## `mw cronjob execution list`
|
|
1613
|
+
|
|
1614
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
1615
|
+
|
|
1616
|
+
```
|
|
1617
|
+
USAGE
|
|
1618
|
+
$ mw cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
1619
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
1620
|
+
|
|
1621
|
+
FLAGS
|
|
1622
|
+
-x, --extended show extra columns
|
|
1623
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1624
|
+
--cronjob-id=<value> (required) ID of the Cronjob for which to list CronjobExecutions for.
|
|
1625
|
+
--csv output is csv format [alias: --output=csv]
|
|
1626
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1627
|
+
--no-header hide table header from output
|
|
1628
|
+
--no-truncate do not truncate output to fit screen
|
|
1629
|
+
--output=<option> output in a more machine friendly format
|
|
1630
|
+
<options: csv|json|yaml>
|
|
1631
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1632
|
+
|
|
1633
|
+
DESCRIPTION
|
|
1634
|
+
List CronjobExecutions belonging to a Cronjob.
|
|
1635
|
+
|
|
1636
|
+
ALIASES
|
|
1637
|
+
$ mw project cronjob execution list
|
|
1638
|
+
```
|
|
1639
|
+
|
|
1640
|
+
## `mw cronjob execution logs CRONJOB-ID EXECUTION-ID`
|
|
1641
|
+
|
|
1642
|
+
Get the log output of a cronjob execution.
|
|
1643
|
+
|
|
1644
|
+
```
|
|
1645
|
+
USAGE
|
|
1646
|
+
$ mw cronjob execution logs CRONJOB-ID EXECUTION-ID [-o json|yaml | | ] [--no-pager]
|
|
1647
|
+
|
|
1648
|
+
ARGUMENTS
|
|
1649
|
+
CRONJOB-ID ID of the cronjob the execution belongs to
|
|
1650
|
+
EXECUTION-ID ID of the cronjob execution to be retrieved.
|
|
1651
|
+
|
|
1652
|
+
FLAGS
|
|
1653
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1654
|
+
<options: json|yaml>
|
|
1655
|
+
--no-pager Disable pager for output.
|
|
1656
|
+
|
|
1657
|
+
DESCRIPTION
|
|
1658
|
+
Get the log output of a cronjob execution.
|
|
1659
|
+
|
|
1660
|
+
This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
|
|
1661
|
+
through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
|
|
1662
|
+
disable this behavior with the --no-pager flag.
|
|
1663
|
+
|
|
1664
|
+
ALIASES
|
|
1665
|
+
$ mw project cronjob execution logs
|
|
1265
1666
|
```
|
|
1266
1667
|
|
|
1267
|
-
## `mw
|
|
1668
|
+
## `mw cronjob get CRONJOBID`
|
|
1268
1669
|
|
|
1269
|
-
|
|
1670
|
+
Get a cronjob.
|
|
1270
1671
|
|
|
1271
1672
|
```
|
|
1272
1673
|
USAGE
|
|
1273
|
-
$ mw
|
|
1674
|
+
$ mw cronjob get CRONJOBID [-o json|yaml | | ]
|
|
1274
1675
|
|
|
1275
1676
|
ARGUMENTS
|
|
1276
|
-
|
|
1677
|
+
CRONJOBID ID of the cronjob to be retrieved.
|
|
1277
1678
|
|
|
1278
1679
|
FLAGS
|
|
1279
|
-
--
|
|
1280
|
-
|
|
1281
|
-
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
|
|
1282
|
-
be opened to enter the message.
|
|
1283
|
-
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
|
|
1284
|
-
nor --message is given, an editor will be opened to enter the message.
|
|
1680
|
+
-o, --output=<option> output in a more machine friendly format
|
|
1681
|
+
<options: json|yaml>
|
|
1285
1682
|
|
|
1286
1683
|
DESCRIPTION
|
|
1287
|
-
|
|
1684
|
+
Get a cronjob.
|
|
1685
|
+
|
|
1686
|
+
ALIASES
|
|
1687
|
+
$ mw project cronjob get
|
|
1288
1688
|
```
|
|
1289
1689
|
|
|
1290
|
-
## `mw
|
|
1690
|
+
## `mw cronjob list`
|
|
1291
1691
|
|
|
1292
|
-
|
|
1692
|
+
List Cronjobs belonging to a Project.
|
|
1293
1693
|
|
|
1294
1694
|
```
|
|
1295
1695
|
USAGE
|
|
1296
|
-
$ mw
|
|
1696
|
+
$ mw cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1697
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1297
1698
|
|
|
1298
|
-
|
|
1299
|
-
|
|
1699
|
+
FLAGS
|
|
1700
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1701
|
+
context
|
|
1702
|
+
-x, --extended show extra columns
|
|
1703
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
1704
|
+
--csv output is csv format [alias: --output=csv]
|
|
1705
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
1706
|
+
--no-header hide table header from output
|
|
1707
|
+
--no-truncate do not truncate output to fit screen
|
|
1708
|
+
--output=<option> output in a more machine friendly format
|
|
1709
|
+
<options: csv|json|yaml>
|
|
1710
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
1300
1711
|
|
|
1301
1712
|
DESCRIPTION
|
|
1302
|
-
|
|
1303
|
-
```
|
|
1713
|
+
List Cronjobs belonging to a Project.
|
|
1304
1714
|
|
|
1305
|
-
|
|
1715
|
+
ALIASES
|
|
1716
|
+
$ mw project cronjob list
|
|
1306
1717
|
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
$ mw conversation show2 CONVERSATIONID -o txt|json [--wait]
|
|
1718
|
+
FLAG DESCRIPTIONS
|
|
1719
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1310
1720
|
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
representation, and 'json' for a machine-readable JSON representation.
|
|
1314
|
-
<options: txt|json>
|
|
1315
|
-
--wait
|
|
1721
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
1722
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1316
1723
|
```
|
|
1317
1724
|
|
|
1318
1725
|
## `mw database mysql charsets`
|
|
@@ -1321,8 +1728,8 @@ List available MySQL character sets and collations, optionally filtered by a MyS
|
|
|
1321
1728
|
|
|
1322
1729
|
```
|
|
1323
1730
|
USAGE
|
|
1324
|
-
$ mw database mysql charsets [--columns <value> | -x] [--
|
|
1325
|
-
|
|
1731
|
+
$ mw database mysql charsets [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1732
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1326
1733
|
|
|
1327
1734
|
FLAGS
|
|
1328
1735
|
-x, --extended show extra columns
|
|
@@ -1464,8 +1871,8 @@ List MySQLDatabases belonging to a Project.
|
|
|
1464
1871
|
|
|
1465
1872
|
```
|
|
1466
1873
|
USAGE
|
|
1467
|
-
$ mw database mysql list [--columns <value> | -x] [--
|
|
1468
|
-
|
|
1874
|
+
$ mw database mysql list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
1875
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1469
1876
|
|
|
1470
1877
|
FLAGS
|
|
1471
1878
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -1579,8 +1986,8 @@ List MySQL users belonging to a database.
|
|
|
1579
1986
|
|
|
1580
1987
|
```
|
|
1581
1988
|
USAGE
|
|
1582
|
-
$ mw database mysql user list --database-id <value> [--columns <value> | -x] [--
|
|
1583
|
-
csv|json|yaml | |
|
|
1989
|
+
$ mw database mysql user list --database-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
1990
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
1584
1991
|
|
|
1585
1992
|
FLAGS
|
|
1586
1993
|
-x, --extended show extra columns
|
|
@@ -1604,8 +2011,8 @@ List available MySQL versions.
|
|
|
1604
2011
|
|
|
1605
2012
|
```
|
|
1606
2013
|
USAGE
|
|
1607
|
-
$ mw database mysql versions [--columns <value> | -x] [--
|
|
1608
|
-
|
|
2014
|
+
$ mw database mysql versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2015
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
1609
2016
|
|
|
1610
2017
|
FLAGS
|
|
1611
2018
|
-x, --extended show extra columns
|
|
@@ -1696,8 +2103,8 @@ List Redis databases belonging to a project.
|
|
|
1696
2103
|
|
|
1697
2104
|
```
|
|
1698
2105
|
USAGE
|
|
1699
|
-
$ mw database redis list [--columns <value> | -x] [--
|
|
1700
|
-
|
|
2106
|
+
$ mw database redis list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2107
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1701
2108
|
|
|
1702
2109
|
FLAGS
|
|
1703
2110
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -1749,8 +2156,8 @@ List available Redis versions.
|
|
|
1749
2156
|
|
|
1750
2157
|
```
|
|
1751
2158
|
USAGE
|
|
1752
|
-
$ mw database redis versions [--columns <value> | -x] [--
|
|
1753
|
-
|
|
2159
|
+
$ mw database redis versions [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2160
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1754
2161
|
|
|
1755
2162
|
FLAGS
|
|
1756
2163
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -1800,53 +2207,41 @@ gets all dns zones by project id
|
|
|
1800
2207
|
|
|
1801
2208
|
```
|
|
1802
2209
|
USAGE
|
|
1803
|
-
$ mw domain dnszone list
|
|
2210
|
+
$ mw domain dnszone list [-o json|yaml | | ] [-p <value>]
|
|
1804
2211
|
|
|
1805
2212
|
FLAGS
|
|
1806
|
-
-o, --output=<option>
|
|
1807
|
-
|
|
1808
|
-
--project-id=<value>
|
|
2213
|
+
-o, --output=<option> output in a more machine friendly format
|
|
2214
|
+
<options: json|yaml>
|
|
2215
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
2216
|
+
context
|
|
1809
2217
|
|
|
1810
2218
|
DESCRIPTION
|
|
1811
2219
|
gets all dns zones by project id
|
|
1812
|
-
```
|
|
1813
|
-
|
|
1814
|
-
## `mw domain get DOMAINID`
|
|
1815
|
-
|
|
1816
|
-
Get a Domain.
|
|
1817
|
-
|
|
1818
|
-
```
|
|
1819
|
-
USAGE
|
|
1820
|
-
$ mw domain get DOMAINID [-o json|yaml | | ]
|
|
1821
|
-
|
|
1822
|
-
ARGUMENTS
|
|
1823
|
-
DOMAINID undefined
|
|
1824
2220
|
|
|
1825
|
-
|
|
1826
|
-
-
|
|
1827
|
-
<options: json|yaml>
|
|
2221
|
+
FLAG DESCRIPTIONS
|
|
2222
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
1828
2223
|
|
|
1829
|
-
|
|
1830
|
-
|
|
2224
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
2225
|
+
to persistently set a default project for all commands that accept this flag.
|
|
1831
2226
|
```
|
|
1832
2227
|
|
|
1833
|
-
## `mw domain get-
|
|
2228
|
+
## `mw domain get DOMAIN-ID`
|
|
1834
2229
|
|
|
1835
|
-
Get a
|
|
2230
|
+
Get a domain.
|
|
1836
2231
|
|
|
1837
2232
|
```
|
|
1838
2233
|
USAGE
|
|
1839
|
-
$ mw domain get-
|
|
2234
|
+
$ mw domain get DOMAIN-ID [-o json|yaml | | ]
|
|
1840
2235
|
|
|
1841
2236
|
ARGUMENTS
|
|
1842
|
-
|
|
2237
|
+
DOMAIN-ID The ID of the domain to get.
|
|
1843
2238
|
|
|
1844
2239
|
FLAGS
|
|
1845
2240
|
-o, --output=<option> output in a more machine friendly format
|
|
1846
2241
|
<options: json|yaml>
|
|
1847
2242
|
|
|
1848
2243
|
DESCRIPTION
|
|
1849
|
-
Get a
|
|
2244
|
+
Get a domain.
|
|
1850
2245
|
```
|
|
1851
2246
|
|
|
1852
2247
|
## `mw domain list`
|
|
@@ -1855,8 +2250,8 @@ List Domains belonging to a Project.
|
|
|
1855
2250
|
|
|
1856
2251
|
```
|
|
1857
2252
|
USAGE
|
|
1858
|
-
$ mw domain list [--columns <value> | -x] [--
|
|
1859
|
-
|
|
2253
|
+
$ mw domain list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2254
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1860
2255
|
|
|
1861
2256
|
FLAGS
|
|
1862
2257
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -1890,7 +2285,7 @@ USAGE
|
|
|
1890
2285
|
$ mw domain ownership get DOMAINOWNERSHIPID [-o json|yaml | | ]
|
|
1891
2286
|
|
|
1892
2287
|
ARGUMENTS
|
|
1893
|
-
DOMAINOWNERSHIPID
|
|
2288
|
+
DOMAINOWNERSHIPID The domain ownership ID.
|
|
1894
2289
|
|
|
1895
2290
|
FLAGS
|
|
1896
2291
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -1906,8 +2301,8 @@ List all domain ownerships of a project.
|
|
|
1906
2301
|
|
|
1907
2302
|
```
|
|
1908
2303
|
USAGE
|
|
1909
|
-
$ mw domain ownership list [--columns <value> | -x] [--
|
|
1910
|
-
|
|
2304
|
+
$ mw domain ownership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2305
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
1911
2306
|
|
|
1912
2307
|
FLAGS
|
|
1913
2308
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2044,8 +2439,8 @@ List virtualhosts for a project.
|
|
|
2044
2439
|
|
|
2045
2440
|
```
|
|
2046
2441
|
USAGE
|
|
2047
|
-
$ mw domain virtualhost list [--columns <value> | -x] [--
|
|
2048
|
-
|
|
2442
|
+
$ mw domain virtualhost list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2443
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>] [-a]
|
|
2049
2444
|
|
|
2050
2445
|
FLAGS
|
|
2051
2446
|
-a, --all List all virtual hosts that you have access to, regardless of project
|
|
@@ -2089,7 +2484,7 @@ DESCRIPTION
|
|
|
2089
2484
|
Display help for mw.
|
|
2090
2485
|
```
|
|
2091
2486
|
|
|
2092
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
2487
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.5/src/commands/help.ts)_
|
|
2093
2488
|
|
|
2094
2489
|
## `mw login reset`
|
|
2095
2490
|
|
|
@@ -2241,8 +2636,8 @@ Get all mail addresses for a project ID
|
|
|
2241
2636
|
|
|
2242
2637
|
```
|
|
2243
2638
|
USAGE
|
|
2244
|
-
$ mw mail address list [--columns <value> | -x] [--
|
|
2245
|
-
|
|
2639
|
+
$ mw mail address list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2640
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2246
2641
|
|
|
2247
2642
|
FLAGS
|
|
2248
2643
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2269,7 +2664,7 @@ FLAG DESCRIPTIONS
|
|
|
2269
2664
|
|
|
2270
2665
|
## `mw mail deliverybox get ID`
|
|
2271
2666
|
|
|
2272
|
-
Get a specific
|
|
2667
|
+
Get a specific delivery box
|
|
2273
2668
|
|
|
2274
2669
|
```
|
|
2275
2670
|
USAGE
|
|
@@ -2283,7 +2678,7 @@ FLAGS
|
|
|
2283
2678
|
<options: json|yaml>
|
|
2284
2679
|
|
|
2285
2680
|
DESCRIPTION
|
|
2286
|
-
Get a specific
|
|
2681
|
+
Get a specific delivery box
|
|
2287
2682
|
```
|
|
2288
2683
|
|
|
2289
2684
|
## `mw mail deliverybox list`
|
|
@@ -2292,8 +2687,8 @@ Get all deliveryboxes by project ID
|
|
|
2292
2687
|
|
|
2293
2688
|
```
|
|
2294
2689
|
USAGE
|
|
2295
|
-
$ mw mail deliverybox list [
|
|
2296
|
-
csv|json|yaml | | [--
|
|
2690
|
+
$ mw mail deliverybox list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2691
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2297
2692
|
|
|
2298
2693
|
FLAGS
|
|
2299
2694
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2401,8 +2796,8 @@ List all invites for an organization.
|
|
|
2401
2796
|
|
|
2402
2797
|
```
|
|
2403
2798
|
USAGE
|
|
2404
|
-
$ mw org invite list [--columns <value> | -x] [--
|
|
2405
|
-
|
|
2799
|
+
$ mw org invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2800
|
+
csv|json|yaml | | ] [--sort <value>] [-o <value>]
|
|
2406
2801
|
|
|
2407
2802
|
FLAGS
|
|
2408
2803
|
-o, --org-id=<value> ID or short ID of a org; this flag is optional if a default org is set in the context
|
|
@@ -2432,8 +2827,8 @@ List all organization invites for the executing user.
|
|
|
2432
2827
|
|
|
2433
2828
|
```
|
|
2434
2829
|
USAGE
|
|
2435
|
-
$ mw org invite list-own [--columns <value> | -x] [--
|
|
2436
|
-
|
|
2830
|
+
$ mw org invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2831
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2437
2832
|
|
|
2438
2833
|
FLAGS
|
|
2439
2834
|
-x, --extended show extra columns
|
|
@@ -2480,8 +2875,8 @@ Get all organizations the authenticated user has access to.
|
|
|
2480
2875
|
|
|
2481
2876
|
```
|
|
2482
2877
|
USAGE
|
|
2483
|
-
$ mw org list [--columns <value> | -x] [--
|
|
2484
|
-
|
|
2878
|
+
$ mw org list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2879
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2485
2880
|
|
|
2486
2881
|
FLAGS
|
|
2487
2882
|
-x, --extended show extra columns
|
|
@@ -2504,8 +2899,8 @@ List all memberships belonging to an organization.
|
|
|
2504
2899
|
|
|
2505
2900
|
```
|
|
2506
2901
|
USAGE
|
|
2507
|
-
$ mw org membership list [--columns <value> | -x] [--
|
|
2508
|
-
|
|
2902
|
+
$ mw org membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2903
|
+
csv|json|yaml | | ] [--sort <value>] [-o <value>]
|
|
2509
2904
|
|
|
2510
2905
|
FLAGS
|
|
2511
2906
|
-o, --org-id=<value> ID or short ID of a org; this flag is optional if a default org is set in the context
|
|
@@ -2535,8 +2930,8 @@ List all organization memberships for the executing user.
|
|
|
2535
2930
|
|
|
2536
2931
|
```
|
|
2537
2932
|
USAGE
|
|
2538
|
-
$ mw org membership list-own [--columns <value> | -x] [--
|
|
2539
|
-
|
|
2933
|
+
$ mw org membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
2934
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
2540
2935
|
|
|
2541
2936
|
FLAGS
|
|
2542
2937
|
-x, --extended show extra columns
|
|
@@ -2594,6 +2989,9 @@ FLAGS
|
|
|
2594
2989
|
--expires=<value> (required) An interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
2595
2990
|
--wait-timeout=<value> [default: 600] The number of seconds to wait for the resource to be ready.
|
|
2596
2991
|
|
|
2992
|
+
ALIASES
|
|
2993
|
+
$ mw project backup create
|
|
2994
|
+
|
|
2597
2995
|
FLAG DESCRIPTIONS
|
|
2598
2996
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
2599
2997
|
|
|
@@ -2624,6 +3022,9 @@ FLAGS
|
|
|
2624
3022
|
DESCRIPTION
|
|
2625
3023
|
Delete a backup
|
|
2626
3024
|
|
|
3025
|
+
ALIASES
|
|
3026
|
+
$ mw project backup delete
|
|
3027
|
+
|
|
2627
3028
|
FLAG DESCRIPTIONS
|
|
2628
3029
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
2629
3030
|
|
|
@@ -2656,6 +3057,9 @@ FLAGS
|
|
|
2656
3057
|
DESCRIPTION
|
|
2657
3058
|
Download a backup to your local disk
|
|
2658
3059
|
|
|
3060
|
+
ALIASES
|
|
3061
|
+
$ mw project backup download
|
|
3062
|
+
|
|
2659
3063
|
FLAG DESCRIPTIONS
|
|
2660
3064
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
2661
3065
|
|
|
@@ -2693,6 +3097,9 @@ FLAGS
|
|
|
2693
3097
|
|
|
2694
3098
|
DESCRIPTION
|
|
2695
3099
|
show details of a backup.
|
|
3100
|
+
|
|
3101
|
+
ALIASES
|
|
3102
|
+
$ mw project backup get
|
|
2696
3103
|
```
|
|
2697
3104
|
|
|
2698
3105
|
## `mw project backup list`
|
|
@@ -2701,8 +3108,8 @@ List Backups for a given Project.
|
|
|
2701
3108
|
|
|
2702
3109
|
```
|
|
2703
3110
|
USAGE
|
|
2704
|
-
$ mw project backup list [--columns <value> | -x] [--
|
|
2705
|
-
|
|
3111
|
+
$ mw project backup list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3112
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2706
3113
|
|
|
2707
3114
|
FLAGS
|
|
2708
3115
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2720,6 +3127,9 @@ FLAGS
|
|
|
2720
3127
|
DESCRIPTION
|
|
2721
3128
|
List Backups for a given Project.
|
|
2722
3129
|
|
|
3130
|
+
ALIASES
|
|
3131
|
+
$ mw project backup list
|
|
3132
|
+
|
|
2723
3133
|
FLAG DESCRIPTIONS
|
|
2724
3134
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
2725
3135
|
|
|
@@ -2733,8 +3143,8 @@ List backup schedules belonging to a given project.
|
|
|
2733
3143
|
|
|
2734
3144
|
```
|
|
2735
3145
|
USAGE
|
|
2736
|
-
$ mw project backupschedule list [--columns <value> | -x] [--
|
|
2737
|
-
|
|
3146
|
+
$ mw project backupschedule list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3147
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2738
3148
|
|
|
2739
3149
|
FLAGS
|
|
2740
3150
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2752,6 +3162,9 @@ FLAGS
|
|
|
2752
3162
|
DESCRIPTION
|
|
2753
3163
|
List backup schedules belonging to a given project.
|
|
2754
3164
|
|
|
3165
|
+
ALIASES
|
|
3166
|
+
$ mw project backupschedule list
|
|
3167
|
+
|
|
2755
3168
|
FLAG DESCRIPTIONS
|
|
2756
3169
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
2757
3170
|
|
|
@@ -2792,7 +3205,7 @@ FLAG DESCRIPTIONS
|
|
|
2792
3205
|
|
|
2793
3206
|
## `mw project cronjob execution get CRONJOB-ID EXECUTION-ID`
|
|
2794
3207
|
|
|
2795
|
-
Get a
|
|
3208
|
+
Get a cron job execution.
|
|
2796
3209
|
|
|
2797
3210
|
```
|
|
2798
3211
|
USAGE
|
|
@@ -2807,7 +3220,10 @@ FLAGS
|
|
|
2807
3220
|
<options: json|yaml>
|
|
2808
3221
|
|
|
2809
3222
|
DESCRIPTION
|
|
2810
|
-
Get a
|
|
3223
|
+
Get a cron job execution.
|
|
3224
|
+
|
|
3225
|
+
ALIASES
|
|
3226
|
+
$ mw project cronjob execution get
|
|
2811
3227
|
```
|
|
2812
3228
|
|
|
2813
3229
|
## `mw project cronjob execution list`
|
|
@@ -2816,8 +3232,8 @@ List CronjobExecutions belonging to a Cronjob.
|
|
|
2816
3232
|
|
|
2817
3233
|
```
|
|
2818
3234
|
USAGE
|
|
2819
|
-
$ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--
|
|
2820
|
-
csv|json|yaml | |
|
|
3235
|
+
$ mw project cronjob execution list --cronjob-id <value> [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
|
|
3236
|
+
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
2821
3237
|
|
|
2822
3238
|
FLAGS
|
|
2823
3239
|
-x, --extended show extra columns
|
|
@@ -2833,6 +3249,9 @@ FLAGS
|
|
|
2833
3249
|
|
|
2834
3250
|
DESCRIPTION
|
|
2835
3251
|
List CronjobExecutions belonging to a Cronjob.
|
|
3252
|
+
|
|
3253
|
+
ALIASES
|
|
3254
|
+
$ mw project cronjob execution list
|
|
2836
3255
|
```
|
|
2837
3256
|
|
|
2838
3257
|
## `mw project cronjob execution logs CRONJOB-ID EXECUTION-ID`
|
|
@@ -2858,25 +3277,31 @@ DESCRIPTION
|
|
|
2858
3277
|
This command prints the log output of a cronjob execution. When this command is run in a terminal, the output is piped
|
|
2859
3278
|
through a pager. The pager is determined by your PAGER environment variable, with defaulting to "less". You can
|
|
2860
3279
|
disable this behavior with the --no-pager flag.
|
|
3280
|
+
|
|
3281
|
+
ALIASES
|
|
3282
|
+
$ mw project cronjob execution logs
|
|
2861
3283
|
```
|
|
2862
3284
|
|
|
2863
3285
|
## `mw project cronjob get CRONJOBID`
|
|
2864
3286
|
|
|
2865
|
-
Get a
|
|
3287
|
+
Get a cronjob.
|
|
2866
3288
|
|
|
2867
3289
|
```
|
|
2868
3290
|
USAGE
|
|
2869
3291
|
$ mw project cronjob get CRONJOBID [-o json|yaml | | ]
|
|
2870
3292
|
|
|
2871
3293
|
ARGUMENTS
|
|
2872
|
-
CRONJOBID ID of the
|
|
3294
|
+
CRONJOBID ID of the cronjob to be retrieved.
|
|
2873
3295
|
|
|
2874
3296
|
FLAGS
|
|
2875
3297
|
-o, --output=<option> output in a more machine friendly format
|
|
2876
3298
|
<options: json|yaml>
|
|
2877
3299
|
|
|
2878
3300
|
DESCRIPTION
|
|
2879
|
-
Get a
|
|
3301
|
+
Get a cronjob.
|
|
3302
|
+
|
|
3303
|
+
ALIASES
|
|
3304
|
+
$ mw project cronjob get
|
|
2880
3305
|
```
|
|
2881
3306
|
|
|
2882
3307
|
## `mw project cronjob list`
|
|
@@ -2885,8 +3310,8 @@ List Cronjobs belonging to a Project.
|
|
|
2885
3310
|
|
|
2886
3311
|
```
|
|
2887
3312
|
USAGE
|
|
2888
|
-
$ mw project cronjob list [--columns <value> | -x] [--
|
|
2889
|
-
|
|
3313
|
+
$ mw project cronjob list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3314
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
2890
3315
|
|
|
2891
3316
|
FLAGS
|
|
2892
3317
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
@@ -2904,6 +3329,9 @@ FLAGS
|
|
|
2904
3329
|
DESCRIPTION
|
|
2905
3330
|
List Cronjobs belonging to a Project.
|
|
2906
3331
|
|
|
3332
|
+
ALIASES
|
|
3333
|
+
$ mw project cronjob list
|
|
3334
|
+
|
|
2907
3335
|
FLAG DESCRIPTIONS
|
|
2908
3336
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
2909
3337
|
|
|
@@ -2975,16 +3403,16 @@ DESCRIPTION
|
|
|
2975
3403
|
Get details of a project
|
|
2976
3404
|
```
|
|
2977
3405
|
|
|
2978
|
-
## `mw project invite get
|
|
3406
|
+
## `mw project invite get INVITE-ID`
|
|
2979
3407
|
|
|
2980
3408
|
Get a ProjectInvite.
|
|
2981
3409
|
|
|
2982
3410
|
```
|
|
2983
3411
|
USAGE
|
|
2984
|
-
$ mw project invite get
|
|
3412
|
+
$ mw project invite get INVITE-ID [-o json|yaml | | ]
|
|
2985
3413
|
|
|
2986
3414
|
ARGUMENTS
|
|
2987
|
-
|
|
3415
|
+
INVITE-ID ID of the ProjectInvite to be retrieved.
|
|
2988
3416
|
|
|
2989
3417
|
FLAGS
|
|
2990
3418
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -2996,37 +3424,44 @@ DESCRIPTION
|
|
|
2996
3424
|
|
|
2997
3425
|
## `mw project invite list`
|
|
2998
3426
|
|
|
2999
|
-
List all invites belonging to a
|
|
3427
|
+
List all invites belonging to a project.
|
|
3000
3428
|
|
|
3001
3429
|
```
|
|
3002
3430
|
USAGE
|
|
3003
|
-
$ mw project invite list
|
|
3004
|
-
csv|json|yaml | | [--
|
|
3431
|
+
$ mw project invite list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3432
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3005
3433
|
|
|
3006
3434
|
FLAGS
|
|
3007
|
-
-
|
|
3008
|
-
|
|
3009
|
-
--
|
|
3010
|
-
--
|
|
3011
|
-
--
|
|
3012
|
-
--
|
|
3013
|
-
--
|
|
3014
|
-
|
|
3015
|
-
--
|
|
3016
|
-
|
|
3435
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3436
|
+
context
|
|
3437
|
+
-x, --extended show extra columns
|
|
3438
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3439
|
+
--csv output is csv format [alias: --output=csv]
|
|
3440
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3441
|
+
--no-header hide table header from output
|
|
3442
|
+
--no-truncate do not truncate output to fit screen
|
|
3443
|
+
--output=<option> output in a more machine friendly format
|
|
3444
|
+
<options: csv|json|yaml>
|
|
3445
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3017
3446
|
|
|
3018
3447
|
DESCRIPTION
|
|
3019
|
-
List all invites belonging to a
|
|
3448
|
+
List all invites belonging to a project.
|
|
3449
|
+
|
|
3450
|
+
FLAG DESCRIPTIONS
|
|
3451
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3452
|
+
|
|
3453
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3454
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3020
3455
|
```
|
|
3021
3456
|
|
|
3022
3457
|
## `mw project invite list-own`
|
|
3023
3458
|
|
|
3024
|
-
List all
|
|
3459
|
+
List all project invites for the executing user.
|
|
3025
3460
|
|
|
3026
3461
|
```
|
|
3027
3462
|
USAGE
|
|
3028
|
-
$ mw project invite list-own [--columns <value> | -x] [--
|
|
3029
|
-
|
|
3463
|
+
$ mw project invite list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3464
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3030
3465
|
|
|
3031
3466
|
FLAGS
|
|
3032
3467
|
-x, --extended show extra columns
|
|
@@ -3040,7 +3475,7 @@ FLAGS
|
|
|
3040
3475
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3041
3476
|
|
|
3042
3477
|
DESCRIPTION
|
|
3043
|
-
List all
|
|
3478
|
+
List all project invites for the executing user.
|
|
3044
3479
|
```
|
|
3045
3480
|
|
|
3046
3481
|
## `mw project list`
|
|
@@ -3049,8 +3484,8 @@ List all projects that you have access to
|
|
|
3049
3484
|
|
|
3050
3485
|
```
|
|
3051
3486
|
USAGE
|
|
3052
|
-
$ mw project list [--columns <value> | -x] [--
|
|
3053
|
-
|
|
3487
|
+
$ mw project list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3488
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3054
3489
|
|
|
3055
3490
|
FLAGS
|
|
3056
3491
|
-x, --extended show extra columns
|
|
@@ -3067,16 +3502,16 @@ DESCRIPTION
|
|
|
3067
3502
|
List all projects that you have access to
|
|
3068
3503
|
```
|
|
3069
3504
|
|
|
3070
|
-
## `mw project membership get
|
|
3505
|
+
## `mw project membership get MEMBERSHIP-ID`
|
|
3071
3506
|
|
|
3072
3507
|
Get a ProjectMembership
|
|
3073
3508
|
|
|
3074
3509
|
```
|
|
3075
3510
|
USAGE
|
|
3076
|
-
$ mw project membership get
|
|
3511
|
+
$ mw project membership get MEMBERSHIP-ID [-o json|yaml | | ]
|
|
3077
3512
|
|
|
3078
3513
|
ARGUMENTS
|
|
3079
|
-
|
|
3514
|
+
MEMBERSHIP-ID ID of the ProjectMembership to be retrieved.
|
|
3080
3515
|
|
|
3081
3516
|
FLAGS
|
|
3082
3517
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -3092,15 +3527,22 @@ Get the executing user's membership in a Project.
|
|
|
3092
3527
|
|
|
3093
3528
|
```
|
|
3094
3529
|
USAGE
|
|
3095
|
-
$ mw project membership get-own
|
|
3530
|
+
$ mw project membership get-own [-o json|yaml | | ] [-p <value>]
|
|
3096
3531
|
|
|
3097
3532
|
FLAGS
|
|
3098
|
-
-o, --output=<option>
|
|
3099
|
-
|
|
3100
|
-
--project-id=<value>
|
|
3533
|
+
-o, --output=<option> output in a more machine friendly format
|
|
3534
|
+
<options: json|yaml>
|
|
3535
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3536
|
+
context
|
|
3101
3537
|
|
|
3102
3538
|
DESCRIPTION
|
|
3103
3539
|
Get the executing user's membership in a Project.
|
|
3540
|
+
|
|
3541
|
+
FLAG DESCRIPTIONS
|
|
3542
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3543
|
+
|
|
3544
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3545
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3104
3546
|
```
|
|
3105
3547
|
|
|
3106
3548
|
## `mw project membership list`
|
|
@@ -3109,23 +3551,30 @@ List all memberships for a Project.
|
|
|
3109
3551
|
|
|
3110
3552
|
```
|
|
3111
3553
|
USAGE
|
|
3112
|
-
$ mw project membership list
|
|
3113
|
-
csv|json|yaml | | [--
|
|
3554
|
+
$ mw project membership list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3555
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3114
3556
|
|
|
3115
3557
|
FLAGS
|
|
3116
|
-
-
|
|
3117
|
-
|
|
3118
|
-
--
|
|
3119
|
-
--
|
|
3120
|
-
--
|
|
3121
|
-
--
|
|
3122
|
-
--
|
|
3123
|
-
|
|
3124
|
-
--
|
|
3125
|
-
|
|
3558
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3559
|
+
context
|
|
3560
|
+
-x, --extended show extra columns
|
|
3561
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3562
|
+
--csv output is csv format [alias: --output=csv]
|
|
3563
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3564
|
+
--no-header hide table header from output
|
|
3565
|
+
--no-truncate do not truncate output to fit screen
|
|
3566
|
+
--output=<option> output in a more machine friendly format
|
|
3567
|
+
<options: csv|json|yaml>
|
|
3568
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3126
3569
|
|
|
3127
3570
|
DESCRIPTION
|
|
3128
3571
|
List all memberships for a Project.
|
|
3572
|
+
|
|
3573
|
+
FLAG DESCRIPTIONS
|
|
3574
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3575
|
+
|
|
3576
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3577
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3129
3578
|
```
|
|
3130
3579
|
|
|
3131
3580
|
## `mw project membership list-own`
|
|
@@ -3134,8 +3583,8 @@ List ProjectMemberships belonging to the executing user.
|
|
|
3134
3583
|
|
|
3135
3584
|
```
|
|
3136
3585
|
USAGE
|
|
3137
|
-
$ mw project membership list-own [--columns <value> | -x] [--
|
|
3138
|
-
|
|
3586
|
+
$ mw project membership list-own [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3587
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3139
3588
|
|
|
3140
3589
|
FLAGS
|
|
3141
3590
|
-x, --extended show extra columns
|
|
@@ -3154,27 +3603,37 @@ DESCRIPTION
|
|
|
3154
3603
|
|
|
3155
3604
|
## `mw project sftp-user list`
|
|
3156
3605
|
|
|
3157
|
-
|
|
3606
|
+
List all SFTP users for a project.
|
|
3158
3607
|
|
|
3159
3608
|
```
|
|
3160
3609
|
USAGE
|
|
3161
|
-
$ mw project sftp-user list
|
|
3162
|
-
csv|json|yaml | | [--
|
|
3610
|
+
$ mw project sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3611
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3163
3612
|
|
|
3164
3613
|
FLAGS
|
|
3165
|
-
-
|
|
3166
|
-
|
|
3167
|
-
--
|
|
3168
|
-
--
|
|
3169
|
-
--
|
|
3170
|
-
--
|
|
3171
|
-
--
|
|
3172
|
-
|
|
3173
|
-
--
|
|
3174
|
-
|
|
3614
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3615
|
+
context
|
|
3616
|
+
-x, --extended show extra columns
|
|
3617
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3618
|
+
--csv output is csv format [alias: --output=csv]
|
|
3619
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3620
|
+
--no-header hide table header from output
|
|
3621
|
+
--no-truncate do not truncate output to fit screen
|
|
3622
|
+
--output=<option> output in a more machine friendly format
|
|
3623
|
+
<options: csv|json|yaml>
|
|
3624
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3175
3625
|
|
|
3176
3626
|
DESCRIPTION
|
|
3177
|
-
|
|
3627
|
+
List all SFTP users for a project.
|
|
3628
|
+
|
|
3629
|
+
ALIASES
|
|
3630
|
+
$ mw project sftp-user list
|
|
3631
|
+
|
|
3632
|
+
FLAG DESCRIPTIONS
|
|
3633
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3634
|
+
|
|
3635
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3636
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3178
3637
|
```
|
|
3179
3638
|
|
|
3180
3639
|
## `mw project ssh [PROJECT-ID]`
|
|
@@ -3194,27 +3653,37 @@ DESCRIPTION
|
|
|
3194
3653
|
|
|
3195
3654
|
## `mw project ssh-user list`
|
|
3196
3655
|
|
|
3197
|
-
|
|
3656
|
+
List all SSH users for a project.
|
|
3198
3657
|
|
|
3199
3658
|
```
|
|
3200
3659
|
USAGE
|
|
3201
|
-
$ mw project ssh-user list
|
|
3202
|
-
csv|json|yaml | | [--
|
|
3660
|
+
$ mw project ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3661
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3203
3662
|
|
|
3204
3663
|
FLAGS
|
|
3205
|
-
-
|
|
3206
|
-
|
|
3207
|
-
--
|
|
3208
|
-
--
|
|
3209
|
-
--
|
|
3210
|
-
--
|
|
3211
|
-
--
|
|
3212
|
-
|
|
3213
|
-
--
|
|
3214
|
-
|
|
3664
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3665
|
+
context
|
|
3666
|
+
-x, --extended show extra columns
|
|
3667
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3668
|
+
--csv output is csv format [alias: --output=csv]
|
|
3669
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3670
|
+
--no-header hide table header from output
|
|
3671
|
+
--no-truncate do not truncate output to fit screen
|
|
3672
|
+
--output=<option> output in a more machine friendly format
|
|
3673
|
+
<options: csv|json|yaml>
|
|
3674
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3215
3675
|
|
|
3216
3676
|
DESCRIPTION
|
|
3217
|
-
|
|
3677
|
+
List all SSH users for a project.
|
|
3678
|
+
|
|
3679
|
+
ALIASES
|
|
3680
|
+
$ mw project ssh-user list
|
|
3681
|
+
|
|
3682
|
+
FLAG DESCRIPTIONS
|
|
3683
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3684
|
+
|
|
3685
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3686
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3218
3687
|
```
|
|
3219
3688
|
|
|
3220
3689
|
## `mw project update [PROJECT-ID]`
|
|
@@ -3232,33 +3701,33 @@ DESCRIPTION
|
|
|
3232
3701
|
Updates a project
|
|
3233
3702
|
```
|
|
3234
3703
|
|
|
3235
|
-
## `mw server get
|
|
3704
|
+
## `mw server get [SERVER-ID]`
|
|
3236
3705
|
|
|
3237
|
-
Get a
|
|
3706
|
+
Get a server.
|
|
3238
3707
|
|
|
3239
3708
|
```
|
|
3240
3709
|
USAGE
|
|
3241
|
-
$ mw server get
|
|
3710
|
+
$ mw server get [SERVER-ID] [-o json|yaml | | ]
|
|
3242
3711
|
|
|
3243
3712
|
ARGUMENTS
|
|
3244
|
-
|
|
3713
|
+
SERVER-ID ID or short ID of a server; this argument is optional if a default server is set in the context
|
|
3245
3714
|
|
|
3246
3715
|
FLAGS
|
|
3247
3716
|
-o, --output=<option> output in a more machine friendly format
|
|
3248
3717
|
<options: json|yaml>
|
|
3249
3718
|
|
|
3250
3719
|
DESCRIPTION
|
|
3251
|
-
Get a
|
|
3720
|
+
Get a server.
|
|
3252
3721
|
```
|
|
3253
3722
|
|
|
3254
3723
|
## `mw server list`
|
|
3255
3724
|
|
|
3256
|
-
List
|
|
3725
|
+
List servers for an organization or user.
|
|
3257
3726
|
|
|
3258
3727
|
```
|
|
3259
3728
|
USAGE
|
|
3260
|
-
$ mw server list [--columns <value> | -x] [--
|
|
3261
|
-
|
|
3729
|
+
$ mw server list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3730
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3262
3731
|
|
|
3263
3732
|
FLAGS
|
|
3264
3733
|
-x, --extended show extra columns
|
|
@@ -3272,7 +3741,77 @@ FLAGS
|
|
|
3272
3741
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3273
3742
|
|
|
3274
3743
|
DESCRIPTION
|
|
3275
|
-
List
|
|
3744
|
+
List servers for an organization or user.
|
|
3745
|
+
```
|
|
3746
|
+
|
|
3747
|
+
## `mw sftp-user list`
|
|
3748
|
+
|
|
3749
|
+
List all SFTP users for a project.
|
|
3750
|
+
|
|
3751
|
+
```
|
|
3752
|
+
USAGE
|
|
3753
|
+
$ mw sftp-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3754
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3755
|
+
|
|
3756
|
+
FLAGS
|
|
3757
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3758
|
+
context
|
|
3759
|
+
-x, --extended show extra columns
|
|
3760
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3761
|
+
--csv output is csv format [alias: --output=csv]
|
|
3762
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3763
|
+
--no-header hide table header from output
|
|
3764
|
+
--no-truncate do not truncate output to fit screen
|
|
3765
|
+
--output=<option> output in a more machine friendly format
|
|
3766
|
+
<options: csv|json|yaml>
|
|
3767
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3768
|
+
|
|
3769
|
+
DESCRIPTION
|
|
3770
|
+
List all SFTP users for a project.
|
|
3771
|
+
|
|
3772
|
+
ALIASES
|
|
3773
|
+
$ mw project sftp-user list
|
|
3774
|
+
|
|
3775
|
+
FLAG DESCRIPTIONS
|
|
3776
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3777
|
+
|
|
3778
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3779
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3780
|
+
```
|
|
3781
|
+
|
|
3782
|
+
## `mw ssh-user list`
|
|
3783
|
+
|
|
3784
|
+
List all SSH users for a project.
|
|
3785
|
+
|
|
3786
|
+
```
|
|
3787
|
+
USAGE
|
|
3788
|
+
$ mw ssh-user list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3789
|
+
csv|json|yaml | | ] [--sort <value>] [-p <value>]
|
|
3790
|
+
|
|
3791
|
+
FLAGS
|
|
3792
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
3793
|
+
context
|
|
3794
|
+
-x, --extended show extra columns
|
|
3795
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
3796
|
+
--csv output is csv format [alias: --output=csv]
|
|
3797
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
3798
|
+
--no-header hide table header from output
|
|
3799
|
+
--no-truncate do not truncate output to fit screen
|
|
3800
|
+
--output=<option> output in a more machine friendly format
|
|
3801
|
+
<options: csv|json|yaml>
|
|
3802
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3803
|
+
|
|
3804
|
+
DESCRIPTION
|
|
3805
|
+
List all SSH users for a project.
|
|
3806
|
+
|
|
3807
|
+
ALIASES
|
|
3808
|
+
$ mw project ssh-user list
|
|
3809
|
+
|
|
3810
|
+
FLAG DESCRIPTIONS
|
|
3811
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the context
|
|
3812
|
+
|
|
3813
|
+
May contain a short ID or a full ID of a project; you can also use the "mw context set --project-id=<VALUE>" command
|
|
3814
|
+
to persistently set a default project for all commands that accept this flag.
|
|
3276
3815
|
```
|
|
3277
3816
|
|
|
3278
3817
|
## `mw update [CHANNEL]`
|
|
@@ -3281,10 +3820,10 @@ update the mw CLI
|
|
|
3281
3820
|
|
|
3282
3821
|
```
|
|
3283
3822
|
USAGE
|
|
3284
|
-
$ mw update [CHANNEL] [-a] [-v <value>
|
|
3823
|
+
$ mw update [CHANNEL] [-a] [--force] [-i | -v <value>]
|
|
3285
3824
|
|
|
3286
3825
|
FLAGS
|
|
3287
|
-
-a, --available
|
|
3826
|
+
-a, --available See available versions.
|
|
3288
3827
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
3289
3828
|
-v, --version=<value> Install a specific version.
|
|
3290
3829
|
--force Force a re-download of the requested version.
|
|
@@ -3310,7 +3849,7 @@ EXAMPLES
|
|
|
3310
3849
|
$ mw update --available
|
|
3311
3850
|
```
|
|
3312
3851
|
|
|
3313
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/
|
|
3852
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.3/src/commands/update.ts)_
|
|
3314
3853
|
|
|
3315
3854
|
## `mw user api-token create`
|
|
3316
3855
|
|
|
@@ -3337,33 +3876,33 @@ FLAG DESCRIPTIONS
|
|
|
3337
3876
|
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
3338
3877
|
```
|
|
3339
3878
|
|
|
3340
|
-
## `mw user api-token get
|
|
3879
|
+
## `mw user api-token get TOKEN-ID`
|
|
3341
3880
|
|
|
3342
|
-
Get a specific
|
|
3881
|
+
Get a specific API token
|
|
3343
3882
|
|
|
3344
3883
|
```
|
|
3345
3884
|
USAGE
|
|
3346
|
-
$ mw user api-token get
|
|
3885
|
+
$ mw user api-token get TOKEN-ID [-o json|yaml | | ]
|
|
3347
3886
|
|
|
3348
3887
|
ARGUMENTS
|
|
3349
|
-
|
|
3888
|
+
TOKEN-ID The ID of an API token
|
|
3350
3889
|
|
|
3351
3890
|
FLAGS
|
|
3352
3891
|
-o, --output=<option> output in a more machine friendly format
|
|
3353
3892
|
<options: json|yaml>
|
|
3354
3893
|
|
|
3355
3894
|
DESCRIPTION
|
|
3356
|
-
Get a specific
|
|
3895
|
+
Get a specific API token
|
|
3357
3896
|
```
|
|
3358
3897
|
|
|
3359
3898
|
## `mw user api-token list`
|
|
3360
3899
|
|
|
3361
|
-
List all
|
|
3900
|
+
List all API tokens of the user
|
|
3362
3901
|
|
|
3363
3902
|
```
|
|
3364
3903
|
USAGE
|
|
3365
|
-
$ mw user api-token list [--columns <value> | -x] [--
|
|
3366
|
-
|
|
3904
|
+
$ mw user api-token list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3905
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3367
3906
|
|
|
3368
3907
|
FLAGS
|
|
3369
3908
|
-x, --extended show extra columns
|
|
@@ -3377,7 +3916,7 @@ FLAGS
|
|
|
3377
3916
|
--sort=<value> property to sort by (prepend '-' for descending)
|
|
3378
3917
|
|
|
3379
3918
|
DESCRIPTION
|
|
3380
|
-
List all
|
|
3919
|
+
List all API tokens of the user
|
|
3381
3920
|
```
|
|
3382
3921
|
|
|
3383
3922
|
## `mw user api-token revoke ID`
|
|
@@ -3425,23 +3964,23 @@ DESCRIPTION
|
|
|
3425
3964
|
Get profile information for a user.
|
|
3426
3965
|
```
|
|
3427
3966
|
|
|
3428
|
-
## `mw user session get
|
|
3967
|
+
## `mw user session get TOKEN-ID`
|
|
3429
3968
|
|
|
3430
|
-
Get a specific
|
|
3969
|
+
Get a specific session
|
|
3431
3970
|
|
|
3432
3971
|
```
|
|
3433
3972
|
USAGE
|
|
3434
|
-
$ mw user session get
|
|
3973
|
+
$ mw user session get TOKEN-ID [-o json|yaml | | ]
|
|
3435
3974
|
|
|
3436
3975
|
ARGUMENTS
|
|
3437
|
-
|
|
3976
|
+
TOKEN-ID Token ID to identify the specific session
|
|
3438
3977
|
|
|
3439
3978
|
FLAGS
|
|
3440
3979
|
-o, --output=<option> output in a more machine friendly format
|
|
3441
3980
|
<options: json|yaml>
|
|
3442
3981
|
|
|
3443
3982
|
DESCRIPTION
|
|
3444
|
-
Get a specific
|
|
3983
|
+
Get a specific session
|
|
3445
3984
|
```
|
|
3446
3985
|
|
|
3447
3986
|
## `mw user session list`
|
|
@@ -3450,8 +3989,8 @@ List all active sessions
|
|
|
3450
3989
|
|
|
3451
3990
|
```
|
|
3452
3991
|
USAGE
|
|
3453
|
-
$ mw user session list [--columns <value> | -x] [--
|
|
3454
|
-
|
|
3992
|
+
$ mw user session list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
3993
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3455
3994
|
|
|
3456
3995
|
FLAGS
|
|
3457
3996
|
-x, --extended show extra columns
|
|
@@ -3518,23 +4057,23 @@ FLAG DESCRIPTIONS
|
|
|
3518
4057
|
scripts), you can use this flag to easily get the IDs of created resources for further processing.
|
|
3519
4058
|
```
|
|
3520
4059
|
|
|
3521
|
-
## `mw user ssh-key get
|
|
4060
|
+
## `mw user ssh-key get KEY-ID`
|
|
3522
4061
|
|
|
3523
|
-
Get a specific
|
|
4062
|
+
Get a specific SSH key
|
|
3524
4063
|
|
|
3525
4064
|
```
|
|
3526
4065
|
USAGE
|
|
3527
|
-
$ mw user ssh-key get
|
|
4066
|
+
$ mw user ssh-key get KEY-ID [-o json|yaml | | ]
|
|
3528
4067
|
|
|
3529
4068
|
ARGUMENTS
|
|
3530
|
-
|
|
4069
|
+
KEY-ID The ID of an SSH key
|
|
3531
4070
|
|
|
3532
4071
|
FLAGS
|
|
3533
4072
|
-o, --output=<option> output in a more machine friendly format
|
|
3534
4073
|
<options: json|yaml>
|
|
3535
4074
|
|
|
3536
4075
|
DESCRIPTION
|
|
3537
|
-
Get a specific
|
|
4076
|
+
Get a specific SSH key
|
|
3538
4077
|
```
|
|
3539
4078
|
|
|
3540
4079
|
## `mw user ssh-key list`
|
|
@@ -3543,8 +4082,8 @@ Get your stored ssh keys
|
|
|
3543
4082
|
|
|
3544
4083
|
```
|
|
3545
4084
|
USAGE
|
|
3546
|
-
$ mw user ssh-key list [--columns <value> | -x] [--
|
|
3547
|
-
|
|
4085
|
+
$ mw user ssh-key list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
|
|
4086
|
+
csv|json|yaml | | ] [--sort <value>]
|
|
3548
4087
|
|
|
3549
4088
|
FLAGS
|
|
3550
4089
|
-x, --extended show extra columns
|