mirror of
https://github.com/alibaba/higress.git
synced 2026-05-30 07:37:26 +08:00
feat: add profile/install/uninstall/upgrade command (#538)
This commit is contained in:
@@ -28,6 +28,10 @@ func GetRootCommand() *cobra.Command {
|
||||
|
||||
rootCmd.AddCommand(newVersionCommand())
|
||||
rootCmd.AddCommand(newConfigCommand())
|
||||
rootCmd.AddCommand(newInstallCmd())
|
||||
rootCmd.AddCommand(newUninstallCmd())
|
||||
rootCmd.AddCommand(newUpgradeCmd())
|
||||
rootCmd.AddCommand(newProfileCmd())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user