@mittwald/cli 1.0.0-alpha.45 → 1.0.0-alpha.47
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 +214 -154
- package/bin/run.js +1 -1
- package/dist/commands/app/copy.d.ts +1 -1
- package/dist/commands/app/copy.js +2 -2
- package/dist/commands/app/create/node.d.ts +4 -4
- package/dist/commands/app/create/node.js +2 -2
- package/dist/commands/app/create/php.d.ts +4 -4
- package/dist/commands/app/create/php.js +2 -2
- package/dist/commands/app/create/python.d.ts +4 -4
- package/dist/commands/app/create/python.js +2 -2
- package/dist/commands/app/create/static.d.ts +4 -4
- package/dist/commands/app/create/static.js +2 -2
- package/dist/commands/app/dependency/list.d.ts +3 -4
- package/dist/commands/app/dependency/list.js +2 -5
- package/dist/commands/app/dependency/update.d.ts +1 -1
- package/dist/commands/app/dependency/update.js +2 -2
- package/dist/commands/app/dependency/versions.d.ts +3 -4
- package/dist/commands/app/dependency/versions.js +2 -5
- package/dist/commands/app/download.d.ts +3 -2
- package/dist/commands/app/download.js +15 -31
- package/dist/commands/app/get.d.ts +1 -1
- package/dist/commands/app/get.js +4 -4
- package/dist/commands/app/install/contao.d.ts +3 -3
- package/dist/commands/app/install/contao.js +2 -3
- package/dist/commands/app/install/drupal.d.ts +4 -4
- package/dist/commands/app/install/drupal.js +2 -3
- package/dist/commands/app/install/grav.d.ts +3 -3
- package/dist/commands/app/install/grav.js +2 -3
- package/dist/commands/app/install/joomla.d.ts +3 -3
- package/dist/commands/app/install/joomla.js +2 -3
- package/dist/commands/app/install/matomo.d.ts +3 -3
- package/dist/commands/app/install/matomo.js +2 -3
- package/dist/commands/app/install/moodle.d.ts +4 -4
- package/dist/commands/app/install/moodle.js +2 -3
- package/dist/commands/app/install/neos.d.ts +4 -4
- package/dist/commands/app/install/neos.js +2 -3
- package/dist/commands/app/install/nextcloud.d.ts +3 -3
- package/dist/commands/app/install/nextcloud.js +2 -3
- package/dist/commands/app/install/prestashop.d.ts +4 -4
- package/dist/commands/app/install/prestashop.js +2 -3
- package/dist/commands/app/install/shopware5.d.ts +3 -3
- package/dist/commands/app/install/shopware5.js +2 -3
- package/dist/commands/app/install/shopware6.d.ts +4 -4
- package/dist/commands/app/install/shopware6.js +2 -3
- package/dist/commands/app/install/typo3.d.ts +4 -4
- package/dist/commands/app/install/typo3.js +2 -3
- package/dist/commands/app/install/wordpress.d.ts +4 -4
- package/dist/commands/app/install/wordpress.js +2 -3
- package/dist/commands/app/list-upgrade-candidates.d.ts +2 -2
- package/dist/commands/app/list-upgrade-candidates.js +4 -4
- package/dist/commands/app/list.d.ts +3 -3
- package/dist/commands/app/list.js +4 -4
- package/dist/commands/app/ssh.d.ts +1 -1
- package/dist/commands/app/ssh.js +6 -6
- package/dist/commands/app/uninstall.d.ts +1 -1
- package/dist/commands/app/uninstall.js +2 -2
- package/dist/commands/app/upgrade.d.ts +3 -2
- package/dist/commands/app/upgrade.js +9 -11
- package/dist/commands/app/upload.d.ts +3 -2
- package/dist/commands/app/upload.js +15 -28
- package/dist/commands/app/versions.d.ts +2 -2
- package/dist/commands/app/versions.js +10 -19
- package/dist/commands/backup/create.d.ts +3 -3
- package/dist/commands/backup/create.js +6 -7
- package/dist/commands/backup/delete.d.ts +2 -2
- package/dist/commands/backup/delete.js +4 -9
- package/dist/commands/backup/download.d.ts +3 -3
- package/dist/commands/backup/download.js +20 -25
- package/dist/commands/backup/get.d.ts +2 -2
- package/dist/commands/backup/get.js +9 -12
- package/dist/commands/backup/list.d.ts +2 -4
- package/dist/commands/backup/list.js +8 -11
- package/dist/commands/backup/schedule/list.d.ts +2 -4
- package/dist/commands/backup/schedule/list.js +2 -5
- package/dist/commands/context/get.d.ts +1 -1
- package/dist/commands/context/get.js +2 -2
- package/dist/commands/context/reset.d.ts +1 -1
- package/dist/commands/context/reset.js +2 -2
- package/dist/commands/context/set.d.ts +1 -1
- package/dist/commands/context/set.js +6 -11
- package/dist/commands/conversation/categories.d.ts +2 -4
- package/dist/commands/conversation/categories.js +3 -6
- package/dist/commands/conversation/close.d.ts +3 -3
- package/dist/commands/conversation/close.js +6 -10
- package/dist/commands/conversation/create.d.ts +1 -1
- package/dist/commands/conversation/create.js +2 -2
- package/dist/commands/conversation/list.d.ts +2 -4
- package/dist/commands/conversation/list.js +2 -5
- package/dist/commands/conversation/reply.d.ts +3 -3
- package/dist/commands/conversation/reply.js +9 -14
- package/dist/commands/conversation/show.d.ts +3 -3
- package/dist/commands/conversation/show.js +8 -14
- package/dist/commands/conversation/show2.d.ts +1 -1
- package/dist/commands/conversation/show2.js +1 -1
- package/dist/commands/cronjob/create.d.ts +3 -1
- package/dist/commands/cronjob/create.js +10 -4
- package/dist/commands/cronjob/delete.d.ts +1 -1
- package/dist/commands/cronjob/delete.js +2 -2
- package/dist/commands/cronjob/execute.d.ts +1 -1
- package/dist/commands/cronjob/execute.js +1 -1
- package/dist/commands/cronjob/execution/abort.d.ts +1 -1
- package/dist/commands/cronjob/execution/abort.js +2 -2
- package/dist/commands/cronjob/execution/get.d.ts +1 -1
- package/dist/commands/cronjob/execution/get.js +1 -1
- package/dist/commands/cronjob/execution/list.d.ts +2 -4
- package/dist/commands/cronjob/execution/list.js +5 -7
- package/dist/commands/cronjob/execution/logs.d.ts +1 -1
- package/dist/commands/cronjob/execution/logs.js +2 -2
- package/dist/commands/cronjob/get.d.ts +2 -2
- package/dist/commands/cronjob/get.js +3 -3
- package/dist/commands/cronjob/list.d.ts +2 -4
- package/dist/commands/cronjob/list.js +3 -6
- package/dist/commands/database/mysql/charsets.d.ts +3 -4
- package/dist/commands/database/mysql/charsets.js +2 -5
- package/dist/commands/database/mysql/create.d.ts +2 -2
- package/dist/commands/database/mysql/create.js +5 -5
- package/dist/commands/database/mysql/delete.d.ts +1 -2
- package/dist/commands/database/mysql/delete.js +3 -7
- package/dist/commands/database/mysql/dump.d.ts +1 -1
- package/dist/commands/database/mysql/dump.js +6 -6
- package/dist/commands/database/mysql/get.d.ts +1 -1
- package/dist/commands/database/mysql/get.js +2 -2
- package/dist/commands/database/mysql/import.d.ts +1 -1
- package/dist/commands/database/mysql/import.js +6 -6
- package/dist/commands/database/mysql/list.d.ts +2 -4
- package/dist/commands/database/mysql/list.js +2 -5
- package/dist/commands/database/mysql/phpmyadmin.d.ts +1 -1
- package/dist/commands/database/mysql/phpmyadmin.js +2 -2
- package/dist/commands/database/mysql/port-forward.d.ts +1 -1
- package/dist/commands/database/mysql/port-forward.js +6 -6
- package/dist/commands/database/mysql/shell.d.ts +1 -1
- package/dist/commands/database/mysql/shell.js +6 -6
- package/dist/commands/database/mysql/user/delete.d.ts +1 -1
- package/dist/commands/database/mysql/user/delete.js +2 -2
- package/dist/commands/database/mysql/user/get.d.ts +1 -1
- package/dist/commands/database/mysql/user/get.js +1 -1
- package/dist/commands/database/mysql/user/list.d.ts +2 -4
- package/dist/commands/database/mysql/user/list.js +1 -4
- package/dist/commands/database/mysql/versions.d.ts +2 -4
- package/dist/commands/database/mysql/versions.js +1 -4
- package/dist/commands/database/redis/create.d.ts +1 -1
- package/dist/commands/database/redis/create.js +2 -2
- package/dist/commands/database/redis/get.d.ts +1 -1
- package/dist/commands/database/redis/get.js +1 -1
- package/dist/commands/database/redis/list.d.ts +2 -4
- package/dist/commands/database/redis/list.js +2 -5
- package/dist/commands/database/redis/shell.d.ts +1 -1
- package/dist/commands/database/redis/shell.js +6 -6
- package/dist/commands/database/redis/versions.d.ts +2 -4
- package/dist/commands/database/redis/versions.js +2 -5
- package/dist/commands/ddev/init.d.ts +1 -1
- package/dist/commands/ddev/init.js +3 -3
- package/dist/commands/ddev/render-config.d.ts +1 -1
- package/dist/commands/ddev/render-config.js +2 -2
- package/dist/commands/domain/dnszone/get.d.ts +1 -1
- package/dist/commands/domain/dnszone/get.js +3 -3
- package/dist/commands/domain/dnszone/list.d.ts +2 -4
- package/dist/commands/domain/dnszone/list.js +3 -6
- package/dist/commands/domain/dnszone/update.d.ts +1 -1
- package/dist/commands/domain/dnszone/update.js +3 -3
- package/dist/commands/domain/get.d.ts +1 -1
- package/dist/commands/domain/get.js +3 -3
- package/dist/commands/domain/list.d.ts +2 -4
- package/dist/commands/domain/list.js +2 -5
- package/dist/commands/domain/virtualhost/create.d.ts +1 -1
- package/dist/commands/domain/virtualhost/create.js +2 -2
- package/dist/commands/domain/virtualhost/delete.d.ts +1 -1
- package/dist/commands/domain/virtualhost/delete.js +1 -1
- package/dist/commands/domain/virtualhost/get.d.ts +1 -1
- package/dist/commands/domain/virtualhost/get.js +2 -2
- package/dist/commands/domain/virtualhost/list.d.ts +2 -4
- package/dist/commands/domain/virtualhost/list.js +2 -5
- package/dist/commands/login/reset.d.ts +1 -1
- package/dist/commands/login/reset.js +2 -2
- package/dist/commands/login/status.d.ts +1 -1
- package/dist/commands/login/status.js +1 -1
- package/dist/commands/login/token.d.ts +1 -1
- package/dist/commands/login/token.js +2 -2
- package/dist/commands/mail/address/create.d.ts +3 -2
- package/dist/commands/mail/address/create.js +6 -5
- package/dist/commands/mail/address/delete.d.ts +1 -1
- package/dist/commands/mail/address/delete.js +1 -1
- package/dist/commands/mail/address/get.d.ts +1 -1
- package/dist/commands/mail/address/get.js +1 -1
- package/dist/commands/mail/address/list.d.ts +2 -4
- package/dist/commands/mail/address/list.js +6 -9
- package/dist/commands/mail/address/update.d.ts +1 -1
- package/dist/commands/mail/address/update.js +2 -2
- package/dist/commands/mail/deliverybox/get.d.ts +1 -1
- package/dist/commands/mail/deliverybox/get.js +1 -1
- package/dist/commands/mail/deliverybox/list.d.ts +2 -4
- package/dist/commands/mail/deliverybox/list.js +3 -6
- package/dist/commands/org/delete.d.ts +1 -1
- package/dist/commands/org/delete.js +2 -2
- package/dist/commands/org/get.d.ts +1 -1
- package/dist/commands/org/get.js +3 -3
- package/dist/commands/org/invite/list-own.d.ts +3 -3
- package/dist/commands/org/invite/list-own.js +2 -2
- package/dist/commands/org/invite/list.d.ts +3 -6
- package/dist/commands/org/invite/list.js +10 -12
- package/dist/commands/org/invite/revoke.d.ts +1 -1
- package/dist/commands/org/invite/revoke.js +1 -1
- package/dist/commands/org/invite.d.ts +2 -2
- package/dist/commands/org/invite.js +5 -5
- package/dist/commands/org/list.d.ts +2 -4
- package/dist/commands/org/list.js +1 -4
- package/dist/commands/org/membership/list-own.d.ts +3 -3
- package/dist/commands/org/membership/list-own.js +6 -7
- package/dist/commands/org/membership/list.d.ts +3 -3
- package/dist/commands/org/membership/list.js +7 -8
- package/dist/commands/org/membership/revoke.d.ts +1 -1
- package/dist/commands/org/membership/revoke.js +1 -1
- package/dist/commands/project/create.d.ts +2 -2
- package/dist/commands/project/create.js +3 -3
- package/dist/commands/project/delete.d.ts +1 -1
- package/dist/commands/project/delete.js +3 -3
- package/dist/commands/project/filesystem/usage.d.ts +1 -1
- package/dist/commands/project/filesystem/usage.js +16 -11
- package/dist/commands/project/get.d.ts +2 -2
- package/dist/commands/project/get.js +6 -6
- package/dist/commands/project/invite/get.d.ts +1 -1
- package/dist/commands/project/invite/get.js +1 -1
- package/dist/commands/project/invite/list-own.d.ts +2 -4
- package/dist/commands/project/invite/list-own.js +2 -5
- package/dist/commands/project/invite/list.d.ts +2 -4
- package/dist/commands/project/invite/list.js +13 -16
- package/dist/commands/project/list.d.ts +3 -6
- package/dist/commands/project/list.js +1 -4
- package/dist/commands/project/membership/get-own.d.ts +1 -1
- package/dist/commands/project/membership/get-own.js +2 -2
- package/dist/commands/project/membership/get.d.ts +1 -1
- package/dist/commands/project/membership/get.js +1 -1
- package/dist/commands/project/membership/list-own.d.ts +2 -4
- package/dist/commands/project/membership/list-own.js +10 -15
- package/dist/commands/project/membership/list.d.ts +3 -3
- package/dist/commands/project/membership/list.js +3 -3
- package/dist/commands/project/ssh.d.ts +1 -1
- package/dist/commands/project/ssh.js +5 -5
- package/dist/commands/project/update.d.ts +1 -1
- package/dist/commands/project/update.js +2 -2
- package/dist/commands/server/get.d.ts +1 -1
- package/dist/commands/server/get.js +2 -2
- package/dist/commands/server/list.d.ts +2 -4
- package/dist/commands/server/list.js +1 -4
- package/dist/commands/sftp-user/delete.d.ts +1 -1
- package/dist/commands/sftp-user/delete.js +2 -2
- package/dist/commands/sftp-user/list.d.ts +2 -5
- package/dist/commands/sftp-user/list.js +2 -5
- package/dist/commands/ssh-user/delete.d.ts +1 -1
- package/dist/commands/ssh-user/delete.js +2 -2
- package/dist/commands/ssh-user/list.d.ts +2 -5
- package/dist/commands/ssh-user/list.js +2 -5
- package/dist/commands/user/api-token/create.d.ts +3 -4
- package/dist/commands/user/api-token/create.js +14 -25
- package/dist/commands/user/api-token/get.d.ts +1 -1
- package/dist/commands/user/api-token/get.js +1 -1
- package/dist/commands/user/api-token/list.d.ts +2 -4
- package/dist/commands/user/api-token/list.js +10 -13
- package/dist/commands/user/api-token/revoke.d.ts +1 -1
- package/dist/commands/user/api-token/revoke.js +1 -1
- package/dist/commands/user/get.d.ts +1 -1
- package/dist/commands/user/get.js +1 -1
- package/dist/commands/user/session/get.d.ts +1 -1
- package/dist/commands/user/session/get.js +1 -1
- package/dist/commands/user/session/list.d.ts +2 -4
- package/dist/commands/user/session/list.js +10 -12
- package/dist/commands/user/ssh-key/create.d.ts +2 -2
- package/dist/commands/user/ssh-key/create.js +5 -5
- package/dist/commands/user/ssh-key/delete.d.ts +1 -1
- package/dist/commands/user/ssh-key/delete.js +1 -1
- package/dist/commands/user/ssh-key/get.d.ts +1 -1
- package/dist/commands/user/ssh-key/get.js +1 -1
- package/dist/commands/user/ssh-key/import.d.ts +2 -2
- package/dist/commands/user/ssh-key/import.js +5 -5
- package/dist/commands/user/ssh-key/list.d.ts +3 -3
- package/dist/commands/user/ssh-key/list.js +3 -3
- package/dist/lib/apiutil/SuccessfulResponse.d.ts +19 -0
- package/dist/lib/auth/token.js +1 -1
- package/dist/{BaseCommand.js → lib/basecommands/BaseCommand.js} +4 -4
- package/dist/{types.d.ts → lib/basecommands/CommandFlags.d.ts} +2 -4
- package/dist/{DeleteBaseCommand.d.ts → lib/basecommands/DeleteBaseCommand.d.ts} +1 -1
- package/dist/{DeleteBaseCommand.js → lib/basecommands/DeleteBaseCommand.js} +3 -3
- package/dist/{rendering/react → lib/basecommands}/ExecRenderBaseCommand.d.ts +2 -2
- package/dist/{rendering/react → lib/basecommands}/ExecRenderBaseCommand.js +2 -2
- package/dist/{ExtendedBaseCommand.d.ts → lib/basecommands/ExtendedBaseCommand.d.ts} +2 -2
- package/dist/{ExtendedBaseCommand.js → lib/basecommands/ExtendedBaseCommand.js} +3 -3
- package/dist/{GetBaseCommand.d.ts → lib/basecommands/GetBaseCommand.d.ts} +1 -1
- package/dist/{GetBaseCommand.js → lib/basecommands/GetBaseCommand.js} +1 -1
- package/dist/{ListBaseCommand.d.ts → lib/basecommands/ListBaseCommand.d.ts} +5 -3
- package/dist/{ListBaseCommand.js → lib/basecommands/ListBaseCommand.js} +10 -3
- package/dist/{rendering/react → lib/basecommands}/RenderBaseCommand.d.ts +3 -3
- package/dist/{rendering/react → lib/basecommands}/RenderBaseCommand.js +6 -6
- package/dist/lib/{context.d.ts → context/Context.d.ts} +11 -14
- package/dist/lib/{context.js → context/Context.js} +12 -5
- package/dist/lib/context/ContextProvider.d.ts +6 -0
- package/dist/lib/{context_ddev.d.ts → context/DDEVContextProvider.d.ts} +3 -2
- package/dist/lib/{context_ddev.js → context/DDEVContextProvider.js} +3 -3
- package/dist/lib/context/FlagSet.d.ts +20 -0
- package/dist/lib/{context_flags.d.ts → context/FlagSetBuilder.d.ts} +23 -9
- package/dist/lib/context/FlagSetBuilder.js +148 -0
- package/dist/lib/context/TerraformContextProvider.d.ts +7 -0
- package/dist/lib/{context_terraform.js → context/TerraformContextProvider.js} +2 -2
- package/dist/lib/{context_user.d.ts → context/UserContextProvider.d.ts} +4 -2
- package/dist/lib/{context_user.js → context/UserContextProvider.js} +4 -6
- package/dist/lib/context/WritableContextProvider.d.ts +14 -0
- package/dist/lib/context/WritableContextProvider.js +1 -0
- package/dist/lib/ddev/config_loader.js +1 -1
- package/dist/lib/ddev/init_assert.js +2 -2
- package/dist/lib/error/UnexpectedShortIDPassedError.js +1 -1
- package/dist/lib/{handleError.d.ts → error/handleError.d.ts} +2 -3
- package/dist/lib/{handleError.js → error/handleError.js} +4 -6
- package/dist/lib/flags/expireFlags.d.ts +7 -0
- package/dist/lib/flags/expireFlags.js +18 -0
- package/dist/lib/{app → resources/app}/Installer.d.ts +5 -3
- package/dist/lib/{app → resources/app}/Installer.js +4 -4
- package/dist/lib/{app → resources/app}/custom_installation.js +3 -3
- package/dist/lib/{app → resources/app}/flags.d.ts +7 -7
- package/dist/lib/{app → resources/app}/flags.js +18 -12
- package/dist/lib/{app → resources/app}/hooks.js +1 -1
- package/dist/lib/{app → resources/app}/install.d.ts +1 -1
- package/dist/lib/resources/app/sync.d.ts +15 -0
- package/dist/lib/resources/app/sync.js +55 -0
- package/dist/lib/resources/app/upgrade.d.ts +1 -0
- package/dist/lib/resources/app/upgrade.js +1 -0
- package/dist/lib/{app → resources/app}/versions.d.ts +1 -1
- package/dist/lib/{app → resources/app}/versions.js +1 -1
- package/dist/lib/{app → resources/app}/wait.d.ts +3 -2
- package/dist/lib/{app → resources/app}/wait.js +3 -3
- package/dist/lib/resources/backup/flags.d.ts +1 -0
- package/dist/lib/resources/backup/flags.js +4 -0
- package/dist/lib/resources/conversation/flags.d.ts +2 -0
- package/dist/lib/resources/conversation/flags.js +12 -0
- package/dist/lib/{database → resources/database}/common.d.ts +1 -1
- package/dist/lib/{database → resources/database}/mysql/connect.d.ts +1 -1
- package/dist/lib/{database → resources/database}/mysql/temp_user.d.ts +1 -1
- package/dist/lib/{database → resources/database}/mysql/temp_user.js +1 -1
- package/dist/lib/{database → resources/database}/redis/connect.d.ts +1 -1
- package/dist/lib/{database → resources/database}/redis/flags.js +2 -2
- package/dist/lib/resources/domain/dnszone/flags.d.ts +1 -0
- package/dist/lib/{domain → resources/domain}/dnszone/flags.js +2 -2
- package/dist/lib/resources/domain/flags.d.ts +1 -0
- package/dist/lib/{domain → resources/domain}/flags.js +2 -2
- package/dist/lib/resources/mail/flags.d.ts +1 -0
- package/dist/lib/{mail → resources/mail}/flags.js +2 -2
- package/dist/lib/resources/org/flags.d.ts +2 -0
- package/dist/lib/resources/org/flags.js +10 -0
- package/dist/lib/{project → resources/project}/flags.d.ts +4 -3
- package/dist/lib/{project → resources/project}/flags.js +15 -8
- package/dist/lib/{project → resources/project}/hooks.js +1 -1
- package/dist/lib/{project → resources/project}/ingress.js +2 -4
- package/dist/lib/{projectbackup → resources/projectbackup}/hooks.js +1 -1
- package/dist/lib/resources/server/flags.d.ts +2 -0
- package/dist/lib/resources/server/flags.js +10 -0
- package/dist/lib/resources/ssh/types.js +1 -0
- package/dist/lib/units/ByteQuantity.d.ts +23 -0
- package/dist/lib/units/ByteQuantity.js +49 -0
- package/dist/lib/units/Duration.d.ts +23 -0
- package/dist/lib/units/Duration.js +57 -0
- package/dist/lib/util/fs/hasBinaryInPath.d.ts +9 -0
- package/dist/lib/{hasbin.js → util/fs/hasBinaryInPath.js} +9 -1
- package/dist/lib/util/fs/isNotFound.d.ts +8 -0
- package/dist/lib/util/fs/isNotFound.js +10 -0
- package/dist/lib/util/fs/pathExists.d.ts +7 -0
- package/dist/lib/{fsutil.js → util/fs/pathExists.js} +7 -3
- package/dist/lib/util/maybe.d.ts +12 -0
- package/dist/lib/util/maybe.js +17 -0
- package/dist/lib/util/mergeObjects.d.ts +7 -0
- package/dist/lib/{mergeObjects.js → util/mergeObjects.js} +8 -2
- package/dist/lib/util/password/generatePassword.d.ts +9 -0
- package/dist/lib/util/password/generatePassword.js +12 -0
- package/dist/lib/util/password/generatePasswordWithSpecialChars.d.ts +9 -0
- package/dist/lib/{password.js → util/password/generatePasswordWithSpecialChars.js} +9 -5
- package/dist/lib/wait.d.ts +5 -2
- package/dist/lib/wait.js +10 -9
- package/dist/rendering/formatter/GetFormatter.d.ts +11 -0
- package/dist/rendering/formatter/GetFormatter.js +20 -0
- package/dist/rendering/formatter/ListDateColumnFormatter.d.ts +24 -0
- package/dist/rendering/formatter/ListDateColumnFormatter.js +28 -0
- package/dist/{Formatter.d.ts → rendering/formatter/ListFormatter.d.ts} +2 -12
- package/dist/{Formatter.js → rendering/formatter/ListFormatter.js} +1 -19
- package/dist/rendering/formatter/printHeader.d.ts +7 -0
- package/dist/rendering/formatter/printHeader.js +12 -0
- package/dist/rendering/formatter/printKeyValues.d.ts +7 -0
- package/dist/{lib/viewhelpers/tui.js → rendering/formatter/printKeyValues.js} +6 -5
- package/dist/rendering/lib/getTerminalWidth.d.ts +7 -1
- package/dist/rendering/lib/getTerminalWidth.js +9 -2
- package/dist/rendering/process/components/ProcessError.js +1 -1
- package/dist/rendering/process/process_exec.js +3 -0
- package/dist/rendering/react/ComponentPrinter.d.ts +1 -1
- package/dist/rendering/react/components/AppInstallation/AppInstallationDetails.js +8 -10
- package/dist/rendering/react/components/AppInstallation/AppSystemSoftware.js +1 -1
- package/dist/rendering/react/components/ByteFormat.d.ts +9 -1
- package/dist/rendering/react/components/ByteFormat.js +9 -10
- package/dist/rendering/react/components/CronJob/CronJobDetails.js +2 -2
- package/dist/rendering/react/components/DnsZone/DnsZoneRecordsA.js +1 -1
- package/dist/rendering/react/components/DnsZone/DnsZoneRecordsAAAA.js +1 -1
- package/dist/rendering/react/components/DnsZone/DnsZoneRecordsMX.js +1 -1
- package/dist/rendering/react/components/DnsZone/DnsZoneRecordsSRV.js +1 -1
- package/dist/rendering/react/components/DnsZone/DnsZoneRecordsTXT.js +1 -1
- package/dist/rendering/react/components/FormattedDate.js +1 -1
- package/dist/rendering/react/components/OptionalValue.d.ts +13 -0
- package/dist/rendering/react/components/OptionalValue.js +16 -0
- package/dist/rendering/react/components/ProjectBackup/ProjectBackupDetails.js +2 -2
- package/dist/rendering/react/components/Table/CellData.js +1 -1
- package/dist/rendering/react/components/WithoutLineBreaks.js +1 -1
- package/dist/rendering/setup/FlagSupportedSetup.js +1 -1
- package/dist/{lib/viewhelpers/date.d.ts → rendering/textformat/formatDate.d.ts} +0 -1
- package/dist/{lib/viewhelpers/date.js → rendering/textformat/formatDate.js} +8 -15
- package/dist/rendering/textformat/removeLineBreaks.d.ts +6 -0
- package/dist/rendering/textformat/removeLineBreaks.js +8 -0
- package/package.json +5 -5
- package/dist/Flags.d.ts +0 -1
- package/dist/Flags.js +0 -1
- package/dist/lib/bytes.d.ts +0 -1
- package/dist/lib/bytes.js +0 -16
- package/dist/lib/context_flags.js +0 -88
- package/dist/lib/context_terraform.d.ts +0 -6
- package/dist/lib/domain/dnszone/flags.d.ts +0 -1
- package/dist/lib/domain/flags.d.ts +0 -1
- package/dist/lib/expires.d.ts +0 -11
- package/dist/lib/expires.js +0 -31
- package/dist/lib/fsutil.d.ts +0 -2
- package/dist/lib/hasbin.d.ts +0 -1
- package/dist/lib/mail/flags.d.ts +0 -1
- package/dist/lib/mergeObjects.d.ts +0 -1
- package/dist/lib/notify.d.ts +0 -2
- package/dist/lib/notify.js +0 -5
- package/dist/lib/org/flags.d.ts +0 -1
- package/dist/lib/org/flags.js +0 -3
- package/dist/lib/password.d.ts +0 -2
- package/dist/lib/server/flags.d.ts +0 -1
- package/dist/lib/server/flags.js +0 -3
- package/dist/lib/viewhelpers/list_column_date.d.ts +0 -14
- package/dist/lib/viewhelpers/list_column_date.js +0 -21
- package/dist/lib/viewhelpers/removeLineBreaks.d.ts +0 -1
- package/dist/lib/viewhelpers/removeLineBreaks.js +0 -1
- package/dist/lib/viewhelpers/size.d.ts +0 -2
- package/dist/lib/viewhelpers/size.js +0 -4
- package/dist/lib/viewhelpers/tui.d.ts +0 -2
- package/dist/normalize_id.d.ts +0 -7
- package/dist/normalize_id.js +0 -34
- /package/dist/lib/{app/upgrade.d.ts → apiutil/SuccessfulResponse.js} +0 -0
- /package/dist/lib/{api_consistency.d.ts → apiutil/api_consistency.d.ts} +0 -0
- /package/dist/lib/{api_consistency.js → apiutil/api_consistency.js} +0 -0
- /package/dist/lib/{api_logging.d.ts → apiutil/api_logging.d.ts} +0 -0
- /package/dist/lib/{api_logging.js → apiutil/api_logging.js} +0 -0
- /package/dist/lib/{api_retry.d.ts → apiutil/api_retry.d.ts} +0 -0
- /package/dist/lib/{api_retry.js → apiutil/api_retry.js} +0 -0
- /package/dist/lib/{assert_success.d.ts → apiutil/assert_success.d.ts} +0 -0
- /package/dist/lib/{assert_success.js → apiutil/assert_success.js} +0 -0
- /package/dist/{BaseCommand.d.ts → lib/basecommands/BaseCommand.d.ts} +0 -0
- /package/dist/lib/{app/upgrade.js → basecommands/CommandFlags.js} +0 -0
- /package/dist/lib/{ssh/types.js → context/ContextProvider.js} +0 -0
- /package/dist/{types.js → lib/context/FlagSet.js} +0 -0
- /package/dist/lib/{app → resources/app}/custom_installation.d.ts +0 -0
- /package/dist/lib/{app → resources/app}/hooks.d.ts +0 -0
- /package/dist/lib/{app → resources/app}/install.js +0 -0
- /package/dist/lib/{app → resources/app}/uuid.d.ts +0 -0
- /package/dist/lib/{app → resources/app}/uuid.js +0 -0
- /package/dist/lib/{conversation → resources/conversation}/message_input.d.ts +0 -0
- /package/dist/lib/{conversation → resources/conversation}/message_input.js +0 -0
- /package/dist/lib/{database → resources/database}/common.js +0 -0
- /package/dist/lib/{database → resources/database}/mysql/connect.js +0 -0
- /package/dist/lib/{database → resources/database}/mysql/flags.d.ts +0 -0
- /package/dist/lib/{database → resources/database}/mysql/flags.js +0 -0
- /package/dist/lib/{database → resources/database}/redis/connect.js +0 -0
- /package/dist/lib/{database → resources/database}/redis/flags.d.ts +0 -0
- /package/dist/lib/{domain → resources/domain}/dnszone/records.d.ts +0 -0
- /package/dist/lib/{domain → resources/domain}/dnszone/records.js +0 -0
- /package/dist/lib/{project → resources/project}/hooks.d.ts +0 -0
- /package/dist/lib/{project → resources/project}/ingress.d.ts +0 -0
- /package/dist/lib/{project → resources/project}/shortId.d.ts +0 -0
- /package/dist/lib/{project → resources/project}/shortId.js +0 -0
- /package/dist/lib/{projectbackup → resources/projectbackup}/hooks.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/appinstall.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/appinstall.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/connection.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/connection.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/doc.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/doc.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/exec.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/exec.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/flags.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/flags.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/project.d.ts +0 -0
- /package/dist/lib/{ssh → resources/ssh}/project.js +0 -0
- /package/dist/lib/{ssh → resources/ssh}/types.d.ts +0 -0
- /package/dist/lib/{language.d.ts → util/language/articleForWord.d.ts} +0 -0
- /package/dist/lib/{language.js → util/language/articleForWord.js} +0 -0
- /package/dist/{Printer.d.ts → rendering/Printer.d.ts} +0 -0
- /package/dist/{Printer.js → rendering/Printer.js} +0 -0
package/README.md
CHANGED
|
@@ -153,11 +153,11 @@ USAGE
|
|
|
153
153
|
* [`mw context reset`](#mw-context-reset)
|
|
154
154
|
* [`mw context set`](#mw-context-set)
|
|
155
155
|
* [`mw conversation categories`](#mw-conversation-categories)
|
|
156
|
-
* [`mw conversation close ID`](#mw-conversation-close-id)
|
|
156
|
+
* [`mw conversation close [CONVERSATION-ID]`](#mw-conversation-close-conversation-id)
|
|
157
157
|
* [`mw conversation create`](#mw-conversation-create)
|
|
158
158
|
* [`mw conversation list`](#mw-conversation-list)
|
|
159
|
-
* [`mw conversation reply ID`](#mw-conversation-reply-id)
|
|
160
|
-
* [`mw conversation show ID`](#mw-conversation-show-id)
|
|
159
|
+
* [`mw conversation reply [CONVERSATION-ID]`](#mw-conversation-reply-conversation-id)
|
|
160
|
+
* [`mw conversation show [CONVERSATION-ID]`](#mw-conversation-show-conversation-id)
|
|
161
161
|
* [`mw conversation show2 CONVERSATIONID`](#mw-conversation-show2-conversationid)
|
|
162
162
|
* [`mw cronjob create`](#mw-cronjob-create)
|
|
163
163
|
* [`mw cronjob delete CRONJOB-ID`](#mw-cronjob-delete-cronjob-id)
|
|
@@ -275,7 +275,7 @@ USAGE
|
|
|
275
275
|
|
|
276
276
|
ARGUMENTS
|
|
277
277
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
278
|
-
in the context
|
|
278
|
+
in the context.
|
|
279
279
|
|
|
280
280
|
FLAGS
|
|
281
281
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
@@ -297,16 +297,18 @@ Creates new custom Node.js installation.
|
|
|
297
297
|
|
|
298
298
|
```
|
|
299
299
|
USAGE
|
|
300
|
-
$ mw app create node [-p <value>] [-q] [--site-title <value>] [-w] [--entrypoint <value>]
|
|
300
|
+
$ mw app create node [-p <value>] [-q] [--site-title <value>] [-w] [--entrypoint <value>] [--wait-timeout <value>]
|
|
301
301
|
|
|
302
302
|
FLAGS
|
|
303
|
-
-p, --project-id=<value>
|
|
304
|
-
|
|
305
|
-
-q, --quiet
|
|
306
|
-
-w, --wait
|
|
307
|
-
--entrypoint=<value>
|
|
308
|
-
|
|
309
|
-
--site-title=<value>
|
|
303
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
304
|
+
context
|
|
305
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
306
|
+
-w, --wait wait for the resource to be ready.
|
|
307
|
+
--entrypoint=<value> [default: yarn start] the command that should be used to start your custom Node.js
|
|
308
|
+
application.
|
|
309
|
+
--site-title=<value> site title for your custom Node.js installation.
|
|
310
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
311
|
+
's', 'm' are accepted).
|
|
310
312
|
|
|
311
313
|
DESCRIPTION
|
|
312
314
|
Creates new custom Node.js installation.
|
|
@@ -341,16 +343,18 @@ Creates new custom PHP installation.
|
|
|
341
343
|
|
|
342
344
|
```
|
|
343
345
|
USAGE
|
|
344
|
-
$ mw app create php --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w]
|
|
346
|
+
$ mw app create php --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
345
347
|
|
|
346
348
|
FLAGS
|
|
347
349
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
348
350
|
context
|
|
349
351
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
350
|
-
-w, --wait wait for
|
|
352
|
+
-w, --wait wait for the resource to be ready.
|
|
351
353
|
--document-root=<value> (required) [default: /] the document root from which your custom PHP will be served
|
|
352
354
|
(relative to the installation path)
|
|
353
355
|
--site-title=<value> site title for your custom PHP installation.
|
|
356
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
357
|
+
'ms', 's', 'm' are accepted).
|
|
354
358
|
|
|
355
359
|
DESCRIPTION
|
|
356
360
|
Creates new custom PHP installation.
|
|
@@ -387,16 +391,18 @@ Creates new custom python site installation.
|
|
|
387
391
|
|
|
388
392
|
```
|
|
389
393
|
USAGE
|
|
390
|
-
$ mw app create python --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w]
|
|
394
|
+
$ mw app create python --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
391
395
|
|
|
392
396
|
FLAGS
|
|
393
397
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
394
398
|
context
|
|
395
399
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
396
|
-
-w, --wait wait for
|
|
400
|
+
-w, --wait wait for the resource to be ready.
|
|
397
401
|
--document-root=<value> (required) [default: /] the document root from which your custom python site will be
|
|
398
402
|
served (relative to the installation path)
|
|
399
403
|
--site-title=<value> site title for your custom python site installation.
|
|
404
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
405
|
+
'ms', 's', 'm' are accepted).
|
|
400
406
|
|
|
401
407
|
DESCRIPTION
|
|
402
408
|
Creates new custom python site installation.
|
|
@@ -433,16 +439,18 @@ Creates new custom static site installation.
|
|
|
433
439
|
|
|
434
440
|
```
|
|
435
441
|
USAGE
|
|
436
|
-
$ mw app create static --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w]
|
|
442
|
+
$ mw app create static --document-root <value> [-p <value>] [-q] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
437
443
|
|
|
438
444
|
FLAGS
|
|
439
445
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
440
446
|
context
|
|
441
447
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
442
|
-
-w, --wait wait for
|
|
448
|
+
-w, --wait wait for the resource to be ready.
|
|
443
449
|
--document-root=<value> (required) [default: /] the document root from which your custom static site will be
|
|
444
450
|
served (relative to the installation path)
|
|
445
451
|
--site-title=<value> site title for your custom static site installation.
|
|
452
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
453
|
+
'ms', 's', 'm' are accepted).
|
|
446
454
|
|
|
447
455
|
DESCRIPTION
|
|
448
456
|
Creates new custom static site installation.
|
|
@@ -506,7 +514,7 @@ USAGE
|
|
|
506
514
|
|
|
507
515
|
ARGUMENTS
|
|
508
516
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
509
|
-
in the context
|
|
517
|
+
in the context.
|
|
510
518
|
|
|
511
519
|
FLAGS
|
|
512
520
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
@@ -566,17 +574,18 @@ Download the filesystem of an app within a project to your local machine
|
|
|
566
574
|
```
|
|
567
575
|
USAGE
|
|
568
576
|
$ mw app download [INSTALLATION-ID] --target <value> [-q] [--ssh-user <value>] [--ssh-identity-file <value>]
|
|
569
|
-
[--dry-run] [--delete]
|
|
577
|
+
[--exclude <value>] [--dry-run] [--delete]
|
|
570
578
|
|
|
571
579
|
ARGUMENTS
|
|
572
580
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
573
|
-
in the context
|
|
581
|
+
in the context.
|
|
574
582
|
|
|
575
583
|
FLAGS
|
|
576
|
-
-q, --quiet
|
|
577
|
-
--delete
|
|
578
|
-
--dry-run
|
|
579
|
-
--
|
|
584
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
585
|
+
--delete delete local files that are not present on the server
|
|
586
|
+
--dry-run do not actually download the app installation
|
|
587
|
+
--exclude=<value>... [default: ] exclude files matching the given pattern
|
|
588
|
+
--target=<value> (required) target directory to download the app installation to
|
|
580
589
|
|
|
581
590
|
SSH CONNECTION FLAGS
|
|
582
591
|
--ssh-identity-file=<value> the SSH identity file (private key) to use for public key authentication.
|
|
@@ -597,6 +606,10 @@ DESCRIPTION
|
|
|
597
606
|
|
|
598
607
|
See https://linux.die.net/man/5/ssh_config for a reference on the configuration file.
|
|
599
608
|
|
|
609
|
+
This command will also look for a file named .mw-rsync-filter in the current directory and use it as a filter file for
|
|
610
|
+
rsync. Have a look at https://manpages.ubuntu.com/manpages/noble/en/man1/rsync.1.html#filter%20rules for more
|
|
611
|
+
information on how to write filter rules.
|
|
612
|
+
|
|
600
613
|
FLAG DESCRIPTIONS
|
|
601
614
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
602
615
|
|
|
@@ -628,7 +641,7 @@ USAGE
|
|
|
628
641
|
|
|
629
642
|
ARGUMENTS
|
|
630
643
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
631
|
-
in the context
|
|
644
|
+
in the context.
|
|
632
645
|
|
|
633
646
|
FLAGS
|
|
634
647
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -646,12 +659,13 @@ Creates new Contao installation.
|
|
|
646
659
|
USAGE
|
|
647
660
|
$ mw app install contao --version <value> [-p <value>] [-q] [--host <value>] [--admin-firstname <value>] [--admin-user
|
|
648
661
|
<value>] [--admin-email <value>] [--admin-pass <value>] [--admin-lastname <value>] [--site-title <value>] [-w]
|
|
662
|
+
[--wait-timeout <value>]
|
|
649
663
|
|
|
650
664
|
FLAGS
|
|
651
665
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
652
666
|
context
|
|
653
667
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
654
|
-
-w, --wait wait for
|
|
668
|
+
-w, --wait wait for the resource to be ready.
|
|
655
669
|
--admin-email=<value> email address of your administrator user.
|
|
656
670
|
--admin-firstname=<value> first name of your administrator user.
|
|
657
671
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -661,6 +675,8 @@ FLAGS
|
|
|
661
675
|
separately.
|
|
662
676
|
--site-title=<value> site title for your Contao installation.
|
|
663
677
|
--version=<value> (required) [default: latest] version of Contao to be installed.
|
|
678
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
679
|
+
'ms', 's', 'm' are accepted).
|
|
664
680
|
|
|
665
681
|
DESCRIPTION
|
|
666
682
|
Creates new Contao installation.
|
|
@@ -733,19 +749,21 @@ Creates new Drupal installation.
|
|
|
733
749
|
```
|
|
734
750
|
USAGE
|
|
735
751
|
$ mw app install drupal --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
736
|
-
<value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
752
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
737
753
|
|
|
738
754
|
FLAGS
|
|
739
|
-
-p, --project-id=<value>
|
|
740
|
-
|
|
741
|
-
-q, --quiet
|
|
742
|
-
-w, --wait
|
|
743
|
-
--admin-email=<value>
|
|
744
|
-
--admin-pass=<value>
|
|
745
|
-
--admin-user=<value>
|
|
746
|
-
--host=<value>
|
|
747
|
-
--site-title=<value>
|
|
748
|
-
--version=<value>
|
|
755
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
756
|
+
context
|
|
757
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
758
|
+
-w, --wait wait for the resource to be ready.
|
|
759
|
+
--admin-email=<value> email address of your administrator user.
|
|
760
|
+
--admin-pass=<value> password of your administrator user.
|
|
761
|
+
--admin-user=<value> Username for your administrator user.
|
|
762
|
+
--host=<value> host to initially configure your Drupal installation with; needs to be created separately.
|
|
763
|
+
--site-title=<value> site title for your Drupal installation.
|
|
764
|
+
--version=<value> (required) [default: latest] version of Drupal to be installed.
|
|
765
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
766
|
+
's', 'm' are accepted).
|
|
749
767
|
|
|
750
768
|
DESCRIPTION
|
|
751
769
|
Creates new Drupal installation.
|
|
@@ -807,12 +825,13 @@ Creates new Grav installation.
|
|
|
807
825
|
USAGE
|
|
808
826
|
$ mw app install grav --version <value> [-p <value>] [-q] [--admin-user <value>] [--admin-email <value>]
|
|
809
827
|
[--admin-pass <value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [-w]
|
|
828
|
+
[--wait-timeout <value>]
|
|
810
829
|
|
|
811
830
|
FLAGS
|
|
812
831
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
813
832
|
context
|
|
814
833
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
815
|
-
-w, --wait wait for
|
|
834
|
+
-w, --wait wait for the resource to be ready.
|
|
816
835
|
--admin-email=<value> email address of your administrator user.
|
|
817
836
|
--admin-firstname=<value> first name of your administrator user.
|
|
818
837
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -820,6 +839,8 @@ FLAGS
|
|
|
820
839
|
--admin-user=<value> Username for your administrator user.
|
|
821
840
|
--site-title=<value> site title for your Grav installation.
|
|
822
841
|
--version=<value> (required) [default: latest] version of Grav to be installed.
|
|
842
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
843
|
+
'ms', 's', 'm' are accepted).
|
|
823
844
|
|
|
824
845
|
DESCRIPTION
|
|
825
846
|
Creates new Grav installation.
|
|
@@ -886,12 +907,13 @@ Creates new Joomla! installation.
|
|
|
886
907
|
USAGE
|
|
887
908
|
$ mw app install joomla --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
888
909
|
<value>] [--admin-pass <value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [-w]
|
|
910
|
+
[--wait-timeout <value>]
|
|
889
911
|
|
|
890
912
|
FLAGS
|
|
891
913
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
892
914
|
context
|
|
893
915
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
894
|
-
-w, --wait wait for
|
|
916
|
+
-w, --wait wait for the resource to be ready.
|
|
895
917
|
--admin-email=<value> email address of your administrator user.
|
|
896
918
|
--admin-firstname=<value> first name of your administrator user.
|
|
897
919
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -901,6 +923,8 @@ FLAGS
|
|
|
901
923
|
separately.
|
|
902
924
|
--site-title=<value> site title for your Joomla! installation.
|
|
903
925
|
--version=<value> (required) [default: latest] version of Joomla! to be installed.
|
|
926
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
927
|
+
'ms', 's', 'm' are accepted).
|
|
904
928
|
|
|
905
929
|
DESCRIPTION
|
|
906
930
|
Creates new Joomla! installation.
|
|
@@ -973,19 +997,21 @@ Creates new Matomo installation.
|
|
|
973
997
|
```
|
|
974
998
|
USAGE
|
|
975
999
|
$ mw app install matomo --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
976
|
-
<value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
1000
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
977
1001
|
|
|
978
1002
|
FLAGS
|
|
979
|
-
-p, --project-id=<value>
|
|
980
|
-
|
|
981
|
-
-q, --quiet
|
|
982
|
-
-w, --wait
|
|
983
|
-
--admin-email=<value>
|
|
984
|
-
--admin-pass=<value>
|
|
985
|
-
--admin-user=<value>
|
|
986
|
-
--host=<value>
|
|
987
|
-
--site-title=<value>
|
|
988
|
-
--version=<value>
|
|
1003
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1004
|
+
context
|
|
1005
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1006
|
+
-w, --wait wait for the resource to be ready.
|
|
1007
|
+
--admin-email=<value> email address of your administrator user.
|
|
1008
|
+
--admin-pass=<value> password of your administrator user.
|
|
1009
|
+
--admin-user=<value> Username for your administrator user.
|
|
1010
|
+
--host=<value> host to initially configure your Matomo installation with; needs to be created separately.
|
|
1011
|
+
--site-title=<value> site title for your Matomo installation.
|
|
1012
|
+
--version=<value> (required) [default: latest] version of Matomo to be installed.
|
|
1013
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
1014
|
+
's', 'm' are accepted).
|
|
989
1015
|
|
|
990
1016
|
DESCRIPTION
|
|
991
1017
|
Creates new Matomo installation.
|
|
@@ -1046,19 +1072,21 @@ Creates new Moodle installation.
|
|
|
1046
1072
|
```
|
|
1047
1073
|
USAGE
|
|
1048
1074
|
$ mw app install moodle --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
1049
|
-
<value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
1075
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
1050
1076
|
|
|
1051
1077
|
FLAGS
|
|
1052
|
-
-p, --project-id=<value>
|
|
1053
|
-
|
|
1054
|
-
-q, --quiet
|
|
1055
|
-
-w, --wait
|
|
1056
|
-
--admin-email=<value>
|
|
1057
|
-
--admin-pass=<value>
|
|
1058
|
-
--admin-user=<value>
|
|
1059
|
-
--host=<value>
|
|
1060
|
-
--site-title=<value>
|
|
1061
|
-
--version=<value>
|
|
1078
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1079
|
+
context
|
|
1080
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1081
|
+
-w, --wait wait for the resource to be ready.
|
|
1082
|
+
--admin-email=<value> email address of your administrator user.
|
|
1083
|
+
--admin-pass=<value> password of your administrator user.
|
|
1084
|
+
--admin-user=<value> Username for your administrator user.
|
|
1085
|
+
--host=<value> host to initially configure your Moodle installation with; needs to be created separately.
|
|
1086
|
+
--site-title=<value> site title for your Moodle installation.
|
|
1087
|
+
--version=<value> (required) [default: latest] version of Moodle to be installed.
|
|
1088
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
1089
|
+
's', 'm' are accepted).
|
|
1062
1090
|
|
|
1063
1091
|
DESCRIPTION
|
|
1064
1092
|
Creates new Moodle installation.
|
|
@@ -1119,19 +1147,21 @@ Creates new NEOS installation.
|
|
|
1119
1147
|
```
|
|
1120
1148
|
USAGE
|
|
1121
1149
|
$ mw app install neos --version <value> [-p <value>] [-q] [--admin-user <value>] [--admin-pass <value>]
|
|
1122
|
-
[--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [-w]
|
|
1150
|
+
[--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
1123
1151
|
|
|
1124
1152
|
FLAGS
|
|
1125
1153
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1126
1154
|
context
|
|
1127
1155
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1128
|
-
-w, --wait wait for
|
|
1156
|
+
-w, --wait wait for the resource to be ready.
|
|
1129
1157
|
--admin-firstname=<value> first name of your administrator user.
|
|
1130
1158
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
1131
1159
|
--admin-pass=<value> password of your administrator user.
|
|
1132
1160
|
--admin-user=<value> Username for your administrator user.
|
|
1133
1161
|
--site-title=<value> site title for your NEOS installation.
|
|
1134
1162
|
--version=<value> (required) [default: latest] version of NEOS to be installed.
|
|
1163
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1164
|
+
'ms', 's', 'm' are accepted).
|
|
1135
1165
|
|
|
1136
1166
|
DESCRIPTION
|
|
1137
1167
|
Creates new NEOS installation.
|
|
@@ -1191,20 +1221,22 @@ Creates new Nextcloud installation.
|
|
|
1191
1221
|
```
|
|
1192
1222
|
USAGE
|
|
1193
1223
|
$ mw app install nextcloud --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
1194
|
-
<value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
1224
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
1195
1225
|
|
|
1196
1226
|
FLAGS
|
|
1197
|
-
-p, --project-id=<value>
|
|
1198
|
-
|
|
1199
|
-
-q, --quiet
|
|
1200
|
-
-w, --wait
|
|
1201
|
-
--admin-email=<value>
|
|
1202
|
-
--admin-pass=<value>
|
|
1203
|
-
--admin-user=<value>
|
|
1204
|
-
--host=<value>
|
|
1205
|
-
|
|
1206
|
-
--site-title=<value>
|
|
1207
|
-
--version=<value>
|
|
1227
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1228
|
+
context
|
|
1229
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1230
|
+
-w, --wait wait for the resource to be ready.
|
|
1231
|
+
--admin-email=<value> email address of your administrator user.
|
|
1232
|
+
--admin-pass=<value> password of your administrator user.
|
|
1233
|
+
--admin-user=<value> Username for your administrator user.
|
|
1234
|
+
--host=<value> host to initially configure your Nextcloud installation with; needs to be created
|
|
1235
|
+
separately.
|
|
1236
|
+
--site-title=<value> site title for your Nextcloud installation.
|
|
1237
|
+
--version=<value> (required) [default: latest] version of Nextcloud to be installed.
|
|
1238
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
1239
|
+
's', 'm' are accepted).
|
|
1208
1240
|
|
|
1209
1241
|
DESCRIPTION
|
|
1210
1242
|
Creates new Nextcloud installation.
|
|
@@ -1266,12 +1298,13 @@ Creates new PrestaShop installation.
|
|
|
1266
1298
|
USAGE
|
|
1267
1299
|
$ mw app install prestashop --version <value> [-p <value>] [-q] [--host <value>] [--admin-email <value>] [--admin-pass
|
|
1268
1300
|
<value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>] [--shop-lang <value>] [-w]
|
|
1301
|
+
[--wait-timeout <value>]
|
|
1269
1302
|
|
|
1270
1303
|
FLAGS
|
|
1271
1304
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1272
1305
|
context
|
|
1273
1306
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1274
|
-
-w, --wait wait for
|
|
1307
|
+
-w, --wait wait for the resource to be ready.
|
|
1275
1308
|
--admin-email=<value> email address of your administrator user.
|
|
1276
1309
|
--admin-firstname=<value> first name of your administrator user.
|
|
1277
1310
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -1281,6 +1314,8 @@ FLAGS
|
|
|
1281
1314
|
--shop-lang=<value> language your PrestaShop will be working with.
|
|
1282
1315
|
--site-title=<value> site title for your PrestaShop installation.
|
|
1283
1316
|
--version=<value> (required) [default: latest] version of PrestaShop to be installed.
|
|
1317
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1318
|
+
'ms', 's', 'm' are accepted).
|
|
1284
1319
|
|
|
1285
1320
|
DESCRIPTION
|
|
1286
1321
|
Creates new PrestaShop installation.
|
|
@@ -1355,13 +1390,13 @@ Creates new Shopware 5 installation.
|
|
|
1355
1390
|
USAGE
|
|
1356
1391
|
$ mw app install shopware5 --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
1357
1392
|
<value>] [--admin-pass <value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>]
|
|
1358
|
-
[--shop-email <value>] [--shop-lang <value>] [--shop-currency <value>] [-w]
|
|
1393
|
+
[--shop-email <value>] [--shop-lang <value>] [--shop-currency <value>] [-w] [--wait-timeout <value>]
|
|
1359
1394
|
|
|
1360
1395
|
FLAGS
|
|
1361
1396
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1362
1397
|
context
|
|
1363
1398
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1364
|
-
-w, --wait wait for
|
|
1399
|
+
-w, --wait wait for the resource to be ready.
|
|
1365
1400
|
--admin-email=<value> email address of your administrator user.
|
|
1366
1401
|
--admin-firstname=<value> first name of your administrator user.
|
|
1367
1402
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -1374,6 +1409,8 @@ FLAGS
|
|
|
1374
1409
|
--shop-lang=<value> language your Shopware 5 will be working with.
|
|
1375
1410
|
--site-title=<value> site title for your Shopware 5 installation.
|
|
1376
1411
|
--version=<value> (required) [default: latest] version of Shopware 5 to be installed.
|
|
1412
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1413
|
+
'ms', 's', 'm' are accepted).
|
|
1377
1414
|
|
|
1378
1415
|
DESCRIPTION
|
|
1379
1416
|
Creates new Shopware 5 installation.
|
|
@@ -1465,13 +1502,13 @@ Creates new Shopware 6 installation.
|
|
|
1465
1502
|
USAGE
|
|
1466
1503
|
$ mw app install shopware6 --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
1467
1504
|
<value>] [--admin-pass <value>] [--admin-firstname <value>] [--admin-lastname <value>] [--site-title <value>]
|
|
1468
|
-
[--shop-email <value>] [--shop-lang <value>] [--shop-currency <value>] [-w]
|
|
1505
|
+
[--shop-email <value>] [--shop-lang <value>] [--shop-currency <value>] [-w] [--wait-timeout <value>]
|
|
1469
1506
|
|
|
1470
1507
|
FLAGS
|
|
1471
1508
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1472
1509
|
context
|
|
1473
1510
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1474
|
-
-w, --wait wait for
|
|
1511
|
+
-w, --wait wait for the resource to be ready.
|
|
1475
1512
|
--admin-email=<value> email address of your administrator user.
|
|
1476
1513
|
--admin-firstname=<value> first name of your administrator user.
|
|
1477
1514
|
--admin-lastname=<value> Lastname of your administrator user.
|
|
@@ -1484,6 +1521,8 @@ FLAGS
|
|
|
1484
1521
|
--shop-lang=<value> language your Shopware 6 will be working with.
|
|
1485
1522
|
--site-title=<value> site title for your Shopware 6 installation.
|
|
1486
1523
|
--version=<value> (required) [default: latest] version of Shopware 6 to be installed.
|
|
1524
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1525
|
+
'ms', 's', 'm' are accepted).
|
|
1487
1526
|
|
|
1488
1527
|
DESCRIPTION
|
|
1489
1528
|
Creates new Shopware 6 installation.
|
|
@@ -1574,13 +1613,14 @@ Creates new TYPO3 installation.
|
|
|
1574
1613
|
```
|
|
1575
1614
|
USAGE
|
|
1576
1615
|
$ mw app install typo3 --version <value> --install-mode composer|symlink [-p <value>] [-q] [--host <value>]
|
|
1577
|
-
[--admin-user <value>] [--admin-email <value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
1616
|
+
[--admin-user <value>] [--admin-email <value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout
|
|
1617
|
+
<value>]
|
|
1578
1618
|
|
|
1579
1619
|
FLAGS
|
|
1580
1620
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1581
1621
|
context
|
|
1582
1622
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1583
|
-
-w, --wait wait for
|
|
1623
|
+
-w, --wait wait for the resource to be ready.
|
|
1584
1624
|
--admin-email=<value> email address of your administrator user.
|
|
1585
1625
|
--admin-pass=<value> password of your administrator user.
|
|
1586
1626
|
--admin-user=<value> Username for your administrator user.
|
|
@@ -1589,6 +1629,8 @@ FLAGS
|
|
|
1589
1629
|
<options: composer|symlink>
|
|
1590
1630
|
--site-title=<value> site title for your TYPO3 installation.
|
|
1591
1631
|
--version=<value> (required) [default: latest] version of TYPO3 to be installed.
|
|
1632
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1633
|
+
'ms', 's', 'm' are accepted).
|
|
1592
1634
|
|
|
1593
1635
|
DESCRIPTION
|
|
1594
1636
|
Creates new TYPO3 installation.
|
|
@@ -1655,20 +1697,22 @@ Creates new WordPress installation.
|
|
|
1655
1697
|
```
|
|
1656
1698
|
USAGE
|
|
1657
1699
|
$ mw app install wordpress --version <value> [-p <value>] [-q] [--host <value>] [--admin-user <value>] [--admin-email
|
|
1658
|
-
<value>] [--admin-pass <value>] [--site-title <value>] [-w]
|
|
1700
|
+
<value>] [--admin-pass <value>] [--site-title <value>] [-w] [--wait-timeout <value>]
|
|
1659
1701
|
|
|
1660
1702
|
FLAGS
|
|
1661
|
-
-p, --project-id=<value>
|
|
1662
|
-
|
|
1663
|
-
-q, --quiet
|
|
1664
|
-
-w, --wait
|
|
1665
|
-
--admin-email=<value>
|
|
1666
|
-
--admin-pass=<value>
|
|
1667
|
-
--admin-user=<value>
|
|
1668
|
-
--host=<value>
|
|
1669
|
-
|
|
1670
|
-
--site-title=<value>
|
|
1671
|
-
--version=<value>
|
|
1703
|
+
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1704
|
+
context
|
|
1705
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1706
|
+
-w, --wait wait for the resource to be ready.
|
|
1707
|
+
--admin-email=<value> email address of your administrator user.
|
|
1708
|
+
--admin-pass=<value> password of your administrator user.
|
|
1709
|
+
--admin-user=<value> Username for your administrator user.
|
|
1710
|
+
--host=<value> host to initially configure your WordPress installation with; needs to be created
|
|
1711
|
+
separately.
|
|
1712
|
+
--site-title=<value> site title for your WordPress installation.
|
|
1713
|
+
--version=<value> (required) [default: latest] version of WordPress to be installed.
|
|
1714
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
1715
|
+
's', 'm' are accepted).
|
|
1672
1716
|
|
|
1673
1717
|
DESCRIPTION
|
|
1674
1718
|
Creates new WordPress installation.
|
|
@@ -1764,7 +1808,7 @@ USAGE
|
|
|
1764
1808
|
|
|
1765
1809
|
ARGUMENTS
|
|
1766
1810
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
1767
|
-
in the context
|
|
1811
|
+
in the context.
|
|
1768
1812
|
|
|
1769
1813
|
FLAGS
|
|
1770
1814
|
-o, --output=<option> [default: txt] output in a more machine friendly format
|
|
@@ -1790,7 +1834,7 @@ USAGE
|
|
|
1790
1834
|
|
|
1791
1835
|
ARGUMENTS
|
|
1792
1836
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
1793
|
-
in the context
|
|
1837
|
+
in the context.
|
|
1794
1838
|
|
|
1795
1839
|
FLAGS
|
|
1796
1840
|
--[no-]cd change to installation path after connecting
|
|
@@ -1839,7 +1883,7 @@ USAGE
|
|
|
1839
1883
|
|
|
1840
1884
|
ARGUMENTS
|
|
1841
1885
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
1842
|
-
in the context
|
|
1886
|
+
in the context.
|
|
1843
1887
|
|
|
1844
1888
|
FLAGS
|
|
1845
1889
|
-f, --force Do not ask for confirmation
|
|
@@ -1861,20 +1905,23 @@ Upgrade app installation to target version
|
|
|
1861
1905
|
|
|
1862
1906
|
```
|
|
1863
1907
|
USAGE
|
|
1864
|
-
$ mw app upgrade [INSTALLATION-ID] [--target-version <value>] [-
|
|
1908
|
+
$ mw app upgrade [INSTALLATION-ID] [--target-version <value>] [-f] [-p <value>] [-q] [-w] [--wait-timeout
|
|
1909
|
+
<value>]
|
|
1865
1910
|
|
|
1866
1911
|
ARGUMENTS
|
|
1867
1912
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
1868
|
-
in the context
|
|
1913
|
+
in the context.
|
|
1869
1914
|
|
|
1870
1915
|
FLAGS
|
|
1871
1916
|
-f, --force Do not ask for confirmation.
|
|
1872
1917
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
1873
1918
|
context
|
|
1874
1919
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1875
|
-
-w, --wait wait for the
|
|
1920
|
+
-w, --wait wait for the resource to be ready.
|
|
1876
1921
|
--target-version=<value> target version to upgrade app to; if omitted, target version will be prompted
|
|
1877
1922
|
interactively
|
|
1923
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like
|
|
1924
|
+
'ms', 's', 'm' are accepted).
|
|
1878
1925
|
|
|
1879
1926
|
DESCRIPTION
|
|
1880
1927
|
Upgrade app installation to target version
|
|
@@ -1898,17 +1945,18 @@ Upload the filesystem of an app to a project
|
|
|
1898
1945
|
```
|
|
1899
1946
|
USAGE
|
|
1900
1947
|
$ mw app upload [INSTALLATION-ID] --source <value> [-q] [--ssh-user <value>] [--ssh-identity-file <value>]
|
|
1901
|
-
[--dry-run] [--delete]
|
|
1948
|
+
[--exclude <value>] [--dry-run] [--delete]
|
|
1902
1949
|
|
|
1903
1950
|
ARGUMENTS
|
|
1904
1951
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
1905
|
-
in the context
|
|
1952
|
+
in the context.
|
|
1906
1953
|
|
|
1907
1954
|
FLAGS
|
|
1908
|
-
-q, --quiet
|
|
1909
|
-
--delete
|
|
1910
|
-
--dry-run
|
|
1911
|
-
--
|
|
1955
|
+
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1956
|
+
--delete delete remote files that are not present locally
|
|
1957
|
+
--dry-run do not actually upload the app installation
|
|
1958
|
+
--exclude=<value>... [default: ] exclude files matching the given pattern
|
|
1959
|
+
--source=<value> (required) source directory from which to upload the app installation
|
|
1912
1960
|
|
|
1913
1961
|
SSH CONNECTION FLAGS
|
|
1914
1962
|
--ssh-identity-file=<value> the SSH identity file (private key) to use for public key authentication.
|
|
@@ -1932,6 +1980,10 @@ DESCRIPTION
|
|
|
1932
1980
|
|
|
1933
1981
|
See https://linux.die.net/man/5/ssh_config for a reference on the configuration file.
|
|
1934
1982
|
|
|
1983
|
+
This command will also look for a file named .mw-rsync-filter in the current directory and use it as a filter file for
|
|
1984
|
+
rsync. Have a look at https://manpages.ubuntu.com/manpages/noble/en/man1/rsync.1.html#filter%20rules for more
|
|
1985
|
+
information on how to write filter rules.
|
|
1986
|
+
|
|
1935
1987
|
FLAG DESCRIPTIONS
|
|
1936
1988
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
1937
1989
|
|
|
@@ -2011,10 +2063,11 @@ FLAGS
|
|
|
2011
2063
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
2012
2064
|
context
|
|
2013
2065
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
2014
|
-
-w, --wait
|
|
2066
|
+
-w, --wait wait for the resource to be ready.
|
|
2015
2067
|
--description=<value> a description for the backup.
|
|
2016
|
-
--expires=<value> (required)
|
|
2017
|
-
--wait-timeout=<value> [default:
|
|
2068
|
+
--expires=<value> (required) an interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
2069
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
2070
|
+
's', 'm' are accepted).
|
|
2018
2071
|
|
|
2019
2072
|
ALIASES
|
|
2020
2073
|
$ mw project backup create
|
|
@@ -2040,7 +2093,7 @@ USAGE
|
|
|
2040
2093
|
$ mw backup delete BACKUP-ID [-q] [-f]
|
|
2041
2094
|
|
|
2042
2095
|
ARGUMENTS
|
|
2043
|
-
BACKUP-ID
|
|
2096
|
+
BACKUP-ID ID or short ID of a backup.
|
|
2044
2097
|
|
|
2045
2098
|
FLAGS
|
|
2046
2099
|
-f, --force Do not ask for confirmation
|
|
@@ -2069,7 +2122,7 @@ USAGE
|
|
|
2069
2122
|
--prompt-password] [--resume --output <value>]
|
|
2070
2123
|
|
|
2071
2124
|
ARGUMENTS
|
|
2072
|
-
BACKUP-ID
|
|
2125
|
+
BACKUP-ID ID or short ID of a backup.
|
|
2073
2126
|
|
|
2074
2127
|
FLAGS
|
|
2075
2128
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
@@ -2109,21 +2162,21 @@ FLAG DESCRIPTIONS
|
|
|
2109
2162
|
|
|
2110
2163
|
## `mw backup get BACKUP-ID`
|
|
2111
2164
|
|
|
2112
|
-
|
|
2165
|
+
Show details of a backup.
|
|
2113
2166
|
|
|
2114
2167
|
```
|
|
2115
2168
|
USAGE
|
|
2116
2169
|
$ mw backup get BACKUP-ID [-o json|yaml | | ]
|
|
2117
2170
|
|
|
2118
2171
|
ARGUMENTS
|
|
2119
|
-
BACKUP-ID
|
|
2172
|
+
BACKUP-ID ID or short ID of a backup.
|
|
2120
2173
|
|
|
2121
2174
|
FLAGS
|
|
2122
2175
|
-o, --output=<option> output in a more machine friendly format
|
|
2123
2176
|
<options: json|yaml>
|
|
2124
2177
|
|
|
2125
2178
|
DESCRIPTION
|
|
2126
|
-
|
|
2179
|
+
Show details of a backup.
|
|
2127
2180
|
|
|
2128
2181
|
ALIASES
|
|
2129
2182
|
$ mw project backup get
|
|
@@ -2275,16 +2328,17 @@ DESCRIPTION
|
|
|
2275
2328
|
Get all conversation categories.
|
|
2276
2329
|
```
|
|
2277
2330
|
|
|
2278
|
-
## `mw conversation close ID`
|
|
2331
|
+
## `mw conversation close [CONVERSATION-ID]`
|
|
2279
2332
|
|
|
2280
2333
|
Close a conversation
|
|
2281
2334
|
|
|
2282
2335
|
```
|
|
2283
2336
|
USAGE
|
|
2284
|
-
$ mw conversation close ID
|
|
2337
|
+
$ mw conversation close [CONVERSATION-ID]
|
|
2285
2338
|
|
|
2286
2339
|
ARGUMENTS
|
|
2287
|
-
ID ID of
|
|
2340
|
+
CONVERSATION-ID ID or short ID of a conversation; this argument is optional if a default conversation is set in the
|
|
2341
|
+
context.
|
|
2288
2342
|
|
|
2289
2343
|
DESCRIPTION
|
|
2290
2344
|
Close a conversation
|
|
@@ -2337,16 +2391,17 @@ DESCRIPTION
|
|
|
2337
2391
|
Get all conversations the authenticated user has created or has access to.
|
|
2338
2392
|
```
|
|
2339
2393
|
|
|
2340
|
-
## `mw conversation reply ID`
|
|
2394
|
+
## `mw conversation reply [CONVERSATION-ID]`
|
|
2341
2395
|
|
|
2342
2396
|
Reply to a conversation
|
|
2343
2397
|
|
|
2344
2398
|
```
|
|
2345
2399
|
USAGE
|
|
2346
|
-
$ mw conversation reply ID [--message <value> | --message-from <value>] [--editor <value>]
|
|
2400
|
+
$ mw conversation reply [CONVERSATION-ID] [--message <value> | --message-from <value>] [--editor <value>]
|
|
2347
2401
|
|
|
2348
2402
|
ARGUMENTS
|
|
2349
|
-
ID ID of
|
|
2403
|
+
CONVERSATION-ID ID or short ID of a conversation; this argument is optional if a default conversation is set in the
|
|
2404
|
+
context.
|
|
2350
2405
|
|
|
2351
2406
|
FLAGS
|
|
2352
2407
|
--editor=<value> [default: vim] The editor to use when opening the message for editing; will respect your
|
|
@@ -2360,16 +2415,17 @@ DESCRIPTION
|
|
|
2360
2415
|
Reply to a conversation
|
|
2361
2416
|
```
|
|
2362
2417
|
|
|
2363
|
-
## `mw conversation show ID`
|
|
2418
|
+
## `mw conversation show [CONVERSATION-ID]`
|
|
2364
2419
|
|
|
2365
2420
|
Show a conversation and message history
|
|
2366
2421
|
|
|
2367
2422
|
```
|
|
2368
2423
|
USAGE
|
|
2369
|
-
$ mw conversation show ID
|
|
2424
|
+
$ mw conversation show [CONVERSATION-ID]
|
|
2370
2425
|
|
|
2371
2426
|
ARGUMENTS
|
|
2372
|
-
ID ID of
|
|
2427
|
+
CONVERSATION-ID ID or short ID of a conversation; this argument is optional if a default conversation is set in the
|
|
2428
|
+
context.
|
|
2373
2429
|
|
|
2374
2430
|
DESCRIPTION
|
|
2375
2431
|
Show a conversation and message history
|
|
@@ -2395,7 +2451,7 @@ Create a new cron job
|
|
|
2395
2451
|
```
|
|
2396
2452
|
USAGE
|
|
2397
2453
|
$ mw cronjob create --description <value> --interval <value> [-i <value>] [-q] [--disable] [--email <value>]
|
|
2398
|
-
[--url <value> | --command <value>] [--interpreter <value>]
|
|
2454
|
+
[--url <value> | --command <value>] [--interpreter <value>] [--timeout <value>]
|
|
2399
2455
|
|
|
2400
2456
|
FLAGS
|
|
2401
2457
|
-i, --installation-id=<value> ID or short ID of an app installation; this flag is optional if a default app
|
|
@@ -2407,6 +2463,8 @@ FLAGS
|
|
|
2407
2463
|
--email=<value> Email address to send cron job output to
|
|
2408
2464
|
--interpreter=<value> [default: /bin/sh] Interpreter to use for the cron job
|
|
2409
2465
|
--interval=<value> (required) Interval of the cron job, in standard UNIX cron syntax
|
|
2466
|
+
--timeout=<value> [default: 3600s] timeout for the cron job; common duration formats are supported (for
|
|
2467
|
+
example, '1h', '30m', '30s')
|
|
2410
2468
|
--url=<value> URL to call for the cron job; either this or `--command` is required.
|
|
2411
2469
|
|
|
2412
2470
|
FLAG DESCRIPTIONS
|
|
@@ -3336,7 +3394,7 @@ USAGE
|
|
|
3336
3394
|
|
|
3337
3395
|
ARGUMENTS
|
|
3338
3396
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
3339
|
-
in the context
|
|
3397
|
+
in the context.
|
|
3340
3398
|
|
|
3341
3399
|
FLAGS
|
|
3342
3400
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
@@ -3416,7 +3474,7 @@ USAGE
|
|
|
3416
3474
|
|
|
3417
3475
|
ARGUMENTS
|
|
3418
3476
|
INSTALLATION-ID ID or short ID of an app installation; this argument is optional if a default app installation is set
|
|
3419
|
-
in the context
|
|
3477
|
+
in the context.
|
|
3420
3478
|
|
|
3421
3479
|
FLAGS
|
|
3422
3480
|
--database-id=<value> ID of the application database
|
|
@@ -3827,7 +3885,7 @@ FLAGS
|
|
|
3827
3885
|
--[no-]enable-spam-protection enable spam protection for this mailbox
|
|
3828
3886
|
--forward-to=<value>... forward mail to other addresses
|
|
3829
3887
|
--password=<value> mailbox password
|
|
3830
|
-
--quota=<value> [default:
|
|
3888
|
+
--quota=<value> [default: 1GiB] mailbox quota
|
|
3831
3889
|
--random-password generate a random password
|
|
3832
3890
|
|
|
3833
3891
|
DESCRIPTION
|
|
@@ -4100,7 +4158,7 @@ USAGE
|
|
|
4100
4158
|
$ mw org delete [ORG-ID] [-q] [-f]
|
|
4101
4159
|
|
|
4102
4160
|
ARGUMENTS
|
|
4103
|
-
ORG-ID ID or short ID of an org; this argument is optional if a default org is set in the context
|
|
4161
|
+
ORG-ID ID or short ID of an org; this argument is optional if a default org is set in the context.
|
|
4104
4162
|
|
|
4105
4163
|
FLAGS
|
|
4106
4164
|
-f, --force Do not ask for confirmation
|
|
@@ -4125,7 +4183,7 @@ USAGE
|
|
|
4125
4183
|
$ mw org get [ORG-ID] [-o json|yaml | | ]
|
|
4126
4184
|
|
|
4127
4185
|
ARGUMENTS
|
|
4128
|
-
ORG-ID ID or short ID of an org; this argument is optional if a default org is set in the context
|
|
4186
|
+
ORG-ID ID or short ID of an org; this argument is optional if a default org is set in the context.
|
|
4129
4187
|
|
|
4130
4188
|
FLAGS
|
|
4131
4189
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -4148,7 +4206,7 @@ FLAGS
|
|
|
4148
4206
|
-o, --org-id=<value> ID or short ID of an org; this flag is optional if a default org is set in the context
|
|
4149
4207
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
4150
4208
|
--email=<value> (required) The email address of the user to invite.
|
|
4151
|
-
--expires=<value>
|
|
4209
|
+
--expires=<value> an interval after which the invitation expires (examples: 30m, 30d, 1y).
|
|
4152
4210
|
--message=<value> A message to include in the invitation email.
|
|
4153
4211
|
--role=<option> [default: member] The role of the user to invite.
|
|
4154
4212
|
<options: owner|member|accountant>
|
|
@@ -4357,10 +4415,11 @@ FLAGS
|
|
|
4357
4415
|
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
|
|
4358
4416
|
context
|
|
4359
4417
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
4360
|
-
-w, --wait
|
|
4418
|
+
-w, --wait wait for the resource to be ready.
|
|
4361
4419
|
--description=<value> a description for the backup.
|
|
4362
|
-
--expires=<value> (required)
|
|
4363
|
-
--wait-timeout=<value> [default:
|
|
4420
|
+
--expires=<value> (required) an interval after which the backup expires (examples: 30m, 30d, 1y).
|
|
4421
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
4422
|
+
's', 'm' are accepted).
|
|
4364
4423
|
|
|
4365
4424
|
ALIASES
|
|
4366
4425
|
$ mw project backup create
|
|
@@ -4386,7 +4445,7 @@ USAGE
|
|
|
4386
4445
|
$ mw project backup delete BACKUP-ID [-q] [-f]
|
|
4387
4446
|
|
|
4388
4447
|
ARGUMENTS
|
|
4389
|
-
BACKUP-ID
|
|
4448
|
+
BACKUP-ID ID or short ID of a backup.
|
|
4390
4449
|
|
|
4391
4450
|
FLAGS
|
|
4392
4451
|
-f, --force Do not ask for confirmation
|
|
@@ -4415,7 +4474,7 @@ USAGE
|
|
|
4415
4474
|
--prompt-password] [--resume --output <value>]
|
|
4416
4475
|
|
|
4417
4476
|
ARGUMENTS
|
|
4418
|
-
BACKUP-ID
|
|
4477
|
+
BACKUP-ID ID or short ID of a backup.
|
|
4419
4478
|
|
|
4420
4479
|
FLAGS
|
|
4421
4480
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
@@ -4455,21 +4514,21 @@ FLAG DESCRIPTIONS
|
|
|
4455
4514
|
|
|
4456
4515
|
## `mw project backup get BACKUP-ID`
|
|
4457
4516
|
|
|
4458
|
-
|
|
4517
|
+
Show details of a backup.
|
|
4459
4518
|
|
|
4460
4519
|
```
|
|
4461
4520
|
USAGE
|
|
4462
4521
|
$ mw project backup get BACKUP-ID [-o json|yaml | | ]
|
|
4463
4522
|
|
|
4464
4523
|
ARGUMENTS
|
|
4465
|
-
BACKUP-ID
|
|
4524
|
+
BACKUP-ID ID or short ID of a backup.
|
|
4466
4525
|
|
|
4467
4526
|
FLAGS
|
|
4468
4527
|
-o, --output=<option> output in a more machine friendly format
|
|
4469
4528
|
<options: json|yaml>
|
|
4470
4529
|
|
|
4471
4530
|
DESCRIPTION
|
|
4472
|
-
|
|
4531
|
+
Show details of a backup.
|
|
4473
4532
|
|
|
4474
4533
|
ALIASES
|
|
4475
4534
|
$ mw project backup get
|
|
@@ -4556,9 +4615,10 @@ FLAGS
|
|
|
4556
4615
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
4557
4616
|
-s, --server-id=<value> ID or short ID of a server; this flag is optional if a default server is set in the
|
|
4558
4617
|
context
|
|
4559
|
-
-w, --wait
|
|
4618
|
+
-w, --wait wait for the resource to be ready.
|
|
4560
4619
|
--update-context Update the CLI context to use the newly created project
|
|
4561
|
-
--wait-timeout=<value> [default:
|
|
4620
|
+
--wait-timeout=<value> [default: 600s] the duration to wait for the resource to be ready (common units like 'ms',
|
|
4621
|
+
's', 'm' are accepted).
|
|
4562
4622
|
|
|
4563
4623
|
DESCRIPTION
|
|
4564
4624
|
Create a new project
|
|
@@ -4696,7 +4756,7 @@ USAGE
|
|
|
4696
4756
|
$ mw project delete [PROJECT-ID] [-q] [-f]
|
|
4697
4757
|
|
|
4698
4758
|
ARGUMENTS
|
|
4699
|
-
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context
|
|
4759
|
+
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context.
|
|
4700
4760
|
|
|
4701
4761
|
FLAGS
|
|
4702
4762
|
-f, --force Do not ask for confirmation
|
|
@@ -4721,7 +4781,7 @@ USAGE
|
|
|
4721
4781
|
$ mw project filesystem usage [PROJECT-ID] [-o json|yaml | | ] [--human]
|
|
4722
4782
|
|
|
4723
4783
|
ARGUMENTS
|
|
4724
|
-
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context
|
|
4784
|
+
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context.
|
|
4725
4785
|
|
|
4726
4786
|
FLAGS
|
|
4727
4787
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -4741,7 +4801,7 @@ USAGE
|
|
|
4741
4801
|
$ mw project get [PROJECT-ID] [-o json|yaml | | ]
|
|
4742
4802
|
|
|
4743
4803
|
ARGUMENTS
|
|
4744
|
-
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context
|
|
4804
|
+
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context.
|
|
4745
4805
|
|
|
4746
4806
|
FLAGS
|
|
4747
4807
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -4987,7 +5047,7 @@ USAGE
|
|
|
4987
5047
|
$ mw project ssh [PROJECT-ID] [--ssh-user <value>] [--ssh-identity-file <value>]
|
|
4988
5048
|
|
|
4989
5049
|
ARGUMENTS
|
|
4990
|
-
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context
|
|
5050
|
+
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context.
|
|
4991
5051
|
|
|
4992
5052
|
SSH CONNECTION FLAGS
|
|
4993
5053
|
--ssh-identity-file=<value> the SSH identity file (private key) to use for public key authentication.
|
|
@@ -5064,7 +5124,7 @@ USAGE
|
|
|
5064
5124
|
$ mw project update [PROJECT-ID]
|
|
5065
5125
|
|
|
5066
5126
|
ARGUMENTS
|
|
5067
|
-
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context
|
|
5127
|
+
PROJECT-ID ID or short ID of a project; this argument is optional if a default project is set in the context.
|
|
5068
5128
|
|
|
5069
5129
|
DESCRIPTION
|
|
5070
5130
|
Updates a project
|
|
@@ -5079,7 +5139,7 @@ USAGE
|
|
|
5079
5139
|
$ mw server get [SERVER-ID] [-o json|yaml | | ]
|
|
5080
5140
|
|
|
5081
5141
|
ARGUMENTS
|
|
5082
|
-
SERVER-ID ID or short ID of a server; this argument is optional if a default server is set in the context
|
|
5142
|
+
SERVER-ID ID or short ID of a server; this argument is optional if a default server is set in the context.
|
|
5083
5143
|
|
|
5084
5144
|
FLAGS
|
|
5085
5145
|
-o, --output=<option> output in a more machine friendly format
|
|
@@ -5265,7 +5325,7 @@ EXAMPLES
|
|
|
5265
5325
|
$ mw update --available
|
|
5266
5326
|
```
|
|
5267
5327
|
|
|
5268
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.2.
|
|
5328
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.2.14/src/commands/update.ts)_
|
|
5269
5329
|
|
|
5270
5330
|
## `mw user api-token create`
|
|
5271
5331
|
|
|
@@ -5273,13 +5333,13 @@ Create a new API token
|
|
|
5273
5333
|
|
|
5274
5334
|
```
|
|
5275
5335
|
USAGE
|
|
5276
|
-
$ mw user api-token create --description <value> --roles api_read|api_write [-q] [--expires
|
|
5336
|
+
$ mw user api-token create --description <value> --roles api_read|api_write [-q] [--expires <value>]
|
|
5277
5337
|
|
|
5278
5338
|
FLAGS
|
|
5279
5339
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
5280
|
-
--description=<value> (required)
|
|
5281
|
-
--expires
|
|
5282
|
-
--roles=<option>... (required)
|
|
5340
|
+
--description=<value> (required) description of the API token
|
|
5341
|
+
--expires=<value> an interval after which the API token expires (examples: 30m, 30d, 1y).
|
|
5342
|
+
--roles=<option>... (required) roles of the API token
|
|
5283
5343
|
<options: api_read|api_write>
|
|
5284
5344
|
|
|
5285
5345
|
DESCRIPTION
|
|
@@ -5432,7 +5492,7 @@ USAGE
|
|
|
5432
5492
|
FLAGS
|
|
5433
5493
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
5434
5494
|
--comment=<value> A comment for the SSH key.
|
|
5435
|
-
--expires=<value>
|
|
5495
|
+
--expires=<value> an interval after which the SSH key expires (examples: 30m, 30d, 1y).
|
|
5436
5496
|
--no-passphrase Use this flag to not set a passphrase for the SSH key.
|
|
5437
5497
|
--output=<value> [default: mstudio-cli] A filename in your ~/.ssh directory to write the SSH key to.
|
|
5438
5498
|
|
|
@@ -5500,7 +5560,7 @@ USAGE
|
|
|
5500
5560
|
|
|
5501
5561
|
FLAGS
|
|
5502
5562
|
-q, --quiet suppress process output and only display a machine-readable summary.
|
|
5503
|
-
--expires=<value>
|
|
5563
|
+
--expires=<value> an interval after which the SSH key expires (examples: 30m, 30d, 1y).
|
|
5504
5564
|
--input=<value> [default: id_rsa.pub] A filename in your ~/.ssh directory containing the key to import.
|
|
5505
5565
|
|
|
5506
5566
|
DESCRIPTION
|