0
0
forked from toolshed/abra

refactor!: drop backup/restore for now

This will be done with the bot from now on.
This commit is contained in:
2022-01-19 11:06:54 +01:00
parent 672b44f965
commit a1abe5c6be
4 changed files with 3 additions and 166 deletions

View File

@ -12,8 +12,8 @@ var AppCommand = cli.Command{
ArgsUsage: "<app>",
Description: `
This command provides all the functionality you need to manage the life cycle
of your apps. From initial deployment, day-2 operations (e.g. backup/restore)
to scaling apps up and spinning them down.
of your apps. From initial deployment to day-2 operations to scaling apps up
and spinning them down.
`,
Subcommands: []cli.Command{
appNewCommand,
@ -22,8 +22,6 @@ to scaling apps up and spinning them down.
appDeployCommand,
appUpgradeCommand,
appUndeployCommand,
appBackupCommand,
appRestoreCommand,
appRemoveCommand,
appCheckCommand,
appListCommand,