Revert " Add community, edition and upgrade commands"

This reverts commit 4b2c678fa3.
This commit is contained in:
M. Mert Yildiran
2023-01-31 00:01:55 +03:00
parent fe2423e9d9
commit 79cc2e70b6
6 changed files with 5 additions and 107 deletions

View File

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