diff --git a/.yarn/cache/@mittwald-api-client-commons-npm-4.278.0-31aa0741ba-7ca7dc6fb4.zip b/.yarn/cache/@mittwald-api-client-commons-npm-4.281.0-f31af7af05-98ab17153d.zip similarity index 96% rename from .yarn/cache/@mittwald-api-client-commons-npm-4.278.0-31aa0741ba-7ca7dc6fb4.zip rename to .yarn/cache/@mittwald-api-client-commons-npm-4.281.0-f31af7af05-98ab17153d.zip index 0e055b844..e841f322e 100644 Binary files a/.yarn/cache/@mittwald-api-client-commons-npm-4.278.0-31aa0741ba-7ca7dc6fb4.zip and b/.yarn/cache/@mittwald-api-client-commons-npm-4.281.0-f31af7af05-98ab17153d.zip differ diff --git a/.yarn/cache/@mittwald-api-client-npm-4.278.0-f882e9fa36-c2bb4cf019.zip b/.yarn/cache/@mittwald-api-client-npm-4.278.0-f882e9fa36-c2bb4cf019.zip deleted file mode 100644 index 69f5faab0..000000000 Binary files a/.yarn/cache/@mittwald-api-client-npm-4.278.0-f882e9fa36-c2bb4cf019.zip and /dev/null differ diff --git a/.yarn/cache/@mittwald-api-client-npm-4.281.0-a359787708-c5ffac8f0a.zip b/.yarn/cache/@mittwald-api-client-npm-4.281.0-a359787708-c5ffac8f0a.zip new file mode 100644 index 000000000..11e66ffdd Binary files /dev/null and b/.yarn/cache/@mittwald-api-client-npm-4.281.0-a359787708-c5ffac8f0a.zip differ diff --git a/docs/cronjob.md b/docs/cronjob.md index 228c5437d..d95d04cfc 100644 --- a/docs/cronjob.md +++ b/docs/cronjob.md @@ -6,7 +6,6 @@ Manage cronjobs of your projects * [`mw cronjob create`](#mw-cronjob-create) * [`mw cronjob delete CRONJOB-ID`](#mw-cronjob-delete-cronjob-id) * [`mw cronjob execute CRONJOB-ID`](#mw-cronjob-execute-cronjob-id) -* [`mw cronjob execution abort CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-abort-cronjob-id-execution-id) * [`mw cronjob execution get CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-get-cronjob-id-execution-id) * [`mw cronjob execution list`](#mw-cronjob-execution-list) * [`mw cronjob execution logs CRONJOB-ID EXECUTION-ID`](#mw-cronjob-execution-logs-cronjob-id-execution-id) @@ -144,32 +143,6 @@ FLAG DESCRIPTIONS scripts), you can use this flag to easily get the IDs of created resources for further processing. ``` -## `mw cronjob execution abort CRONJOB-ID EXECUTION-ID` - -Abort a running cron job execution. - -``` -USAGE - $ mw cronjob execution abort CRONJOB-ID EXECUTION-ID [--token ] [-q] - -ARGUMENTS - CRONJOB-ID ID of the cronjob the execution belongs to - EXECUTION-ID ID of the cron job execution to abort - -FLAGS - -q, --quiet suppress process output and only display a machine-readable summary - -AUTHENTICATION FLAGS - --token= API token to use for authentication (overrides environment and config file). NOTE: watch out that - tokens passed via this flag might be logged in your shell history. - -FLAG DESCRIPTIONS - -q, --quiet suppress process output and only display a machine-readable summary - - This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in - scripts), you can use this flag to easily get the IDs of created resources for further processing. -``` - ## `mw cronjob execution get CRONJOB-ID EXECUTION-ID` Get a cron job execution. diff --git a/docs/database.md b/docs/database.md index 391c40d2f..249f64821 100644 --- a/docs/database.md +++ b/docs/database.md @@ -95,7 +95,7 @@ Create a new MySQL database ``` USAGE $ mw database mysql create -d --version [--token ] [-p ] [-q] [--collation ] - [--character-set ] [--user-password ] [--user-external] [--user-access-level full|readonly] + [--character-set ] [--user-password ] [--user-external] [--user-access-level full] FLAGS -d, --description= (required) a description for the database @@ -105,7 +105,7 @@ FLAGS --character-set= [default: utf8mb4] the character set to use --collation= [default: utf8mb4_unicode_ci] the collation to use --user-access-level=