feat: implement app restart

Closes coop-cloud/organising#239.
This commit is contained in:
2021-11-10 07:52:45 +01:00
parent cd361237e7
commit 215431696e
2 changed files with 73 additions and 0 deletions

View File

@ -18,6 +18,7 @@ to scaling apps up and spinning them down.
Subcommands: []*cli.Command{
appNewCommand,
appConfigCommand,
appRestartCommand,
appDeployCommand,
appUpgradeCommand,
appUndeployCommand,