mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 04:07:31 +08:00
feat: add hgctl dashboard support (#552)
Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
@@ -32,6 +32,7 @@ func GetRootCommand() *cobra.Command {
|
||||
rootCmd.AddCommand(newUninstallCmd())
|
||||
rootCmd.AddCommand(newUpgradeCmd())
|
||||
rootCmd.AddCommand(newProfileCmd())
|
||||
rootCmd.AddCommand(newDashboardCmd())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user