Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnDeployCmd = &cobra.Command{ Use: "undeploy [bizName:bizVersion]", Short: "this command can help you uninstall biz in ark container", Args: func(cmd *cobra.Command, args []string) error { if len(args) != 0 && strings.Contains(args[len(args)-1], ":") { bizNameAndVersion = args[len(args)-1] } return nil }, RunE: unInstall, }
UnDeployCmd is the command to uninstall arkctl
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.