Add community, edition and upgrade commands

This commit is contained in:
M. Mert Yildiran
2023-01-29 23:52:49 +03:00
parent a9fdde4110
commit 4b2c678fa3
6 changed files with 107 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ var configCmd = &cobra.Command{
return nil
}
log.Debug().Str("template", template).Msg("Writing template config...")
log.Debug().Str("template", template).Msg("Printing template config...")
fmt.Printf("%v", template)
}