| commit | 0ccd1481dbc083b60a7cb8ac33ad99bef2c1eb02 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 15:02:24 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 15:02:24 2023 +0400 |
| tree | aa576e26ad40f83f2ad893f54fd6b0376e64faa6 | |
| parent | 44f9d599f546f4aaf9d42dc1db74f4989ac29513 [diff] [blame] |
installer: fully automate initial bootstrap and env creation
diff --git a/core/installer/cmd/main.go b/core/installer/cmd/main.go index 7a71b90..e82b338 100644 --- a/core/installer/cmd/main.go +++ b/core/installer/cmd/main.go
@@ -26,6 +26,7 @@ rootCmd.AddCommand(createEnvCmd()) rootCmd.AddCommand(installCmd()) rootCmd.AddCommand(appManagerCmd()) + rootCmd.AddCommand(envManagerCmd()) } func main() {