We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To download the latest backup, I have to do two steps:
# get the latest backup id mw backup list -o json | jq '.[0].id' # download the backup mw backup download <BACKUP-ID>
It would be awesome to have a “well known” ID latest which can be used to do this automatically:
latest
mw backup download latest
Or this could be a flag, if given the BACKUP-ID would be optional:
mw backup download --latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To download the latest backup, I have to do two steps:
It would be awesome to have a “well known” ID
latest
which can be used to do this automatically:Or this could be a flag, if given the BACKUP-ID would be optional:
The text was updated successfully, but these errors were encountered: