WIP: operator collaboration MVP

See toolshed/organising#467
This commit is contained in:
2024-12-30 00:46:25 +01:00
parent 74108b0dd9
commit 4d7c812fe2
13 changed files with 319 additions and 20 deletions

View File

@ -187,9 +187,11 @@ func Run(version, commit string) {
app.AppUndeployCommand,
app.AppUpgradeCommand,
app.AppVolumeCommand,
app.AppDiffCommand,
app.AppPushCommand,
)
if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
os.Exit(1)
}
}