feat: abra app env

This commit is contained in:
2025-01-02 16:32:32 +01:00
parent 48198d55bd
commit dd03c40e10
3 changed files with 83 additions and 0 deletions

View File

@ -205,6 +205,7 @@ func Run(version, commit string) {
app.AppUpgradeCommand,
app.AppVolumeCommand,
app.AppLabelsCommand,
app.AppEnvCommand,
)
if err := rootCmd.Execute(); err != nil {