feat: backup/restore [ci skip]
All checks were successful
continuous-integration/drone/pr Build is passing

See coop-cloud/organising#30.
This commit is contained in:
2022-03-31 01:53:11 +02:00
parent 622ecc4885
commit b27acb2f61
6 changed files with 441 additions and 0 deletions

View File

@ -30,5 +30,7 @@ var AppCommand = cli.Command{
appVersionCommand,
appErrorsCommand,
appCmdCommand,
appBackupCommand,
appRestoreCommand,
},
}