This commit is contained in:
2025-04-13 16:58:15 +03:00
parent 8070112bf2
commit a51a8ab963
12 changed files with 442 additions and 173 deletions

View File

@ -88,7 +88,7 @@ func GetApp() *cli.App {
Commands: []*cli.Command{
InstallCmd(),
RemoveCmd(),
// UpgradeCmd(),
UpgradeCmd(),
InfoCmd(),
ListCmd(),
BuildCmd(),
@ -103,6 +103,8 @@ func GetApp() *cli.App {
// TEST
InternalBuildCmd(),
InternalInstallCmd(),
InternalMountCmd(),
InternalUnmountCmd(),
// InternalBuild2Cmd(),
},
Before: func(c *cli.Context) error {