undeploy

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL