feat: add upgrade command

This commit is contained in:
2021-10-14 01:23:04 +02:00
parent 2dca602c0b
commit 875255fd8c
2 changed files with 138 additions and 0 deletions

View File

@ -19,6 +19,7 @@ to scaling apps up and spinning them down.
appNewCommand,
appConfigCommand,
appDeployCommand,
appUpgradeCommand,
appUndeployCommand,
appBackupCommand,
appRestoreCommand,