feat: add hgctl dashboard support (#552)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-09-22 13:51:22 +08:00
committed by GitHub
parent 2da1c62c69
commit eb2934c084
7 changed files with 362 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ func GetRootCommand() *cobra.Command {
rootCmd.AddCommand(newUninstallCmd())
rootCmd.AddCommand(newUpgradeCmd())
rootCmd.AddCommand(newProfileCmd())
rootCmd.AddCommand(newDashboardCmd())
return rootCmd
}