| commit | 7efe22f412bb249bd1f41bdcc758edbd749198c8 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 13:01:53 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Tue May 30 13:01:53 2023 +0400 |
| tree | 93e0846c9814426677787f9d49b7066ab8852ee0 | |
| parent | bd6be7f5122b7158121e9cf79215b78eeaefff17 [diff] [blame] |
appmanager-api: render, install
diff --git a/core/installer/cmd/main.go b/core/installer/cmd/main.go index 9b7a6ba..7a71b90 100644 --- a/core/installer/cmd/main.go +++ b/core/installer/cmd/main.go
@@ -25,6 +25,7 @@ rootCmd.AddCommand(bootstrapCmd()) rootCmd.AddCommand(createEnvCmd()) rootCmd.AddCommand(installCmd()) + rootCmd.AddCommand(appManagerCmd()) } func main() {