-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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:
mw backup download latest
Or this could be a flag, if given the BACKUP-ID would be optional:
mw backup download --latest
martin-helmich and tehplague
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers