cmd

package
v2.0.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2018 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// RootCmd is base command
	RootCmd = &cobra.Command{
		Use:   "fuse",
		Short: "Kubernetes deploy and maintenance tool",
		Long:  `Kubernetes deploy and maintenance tool, great for CI/CD environments`,
		PersistentPreRun: func(cmd *cobra.Command, args []string) {

			if contextFlag != "" {
				os.Setenv(kubectl.ClusterContextEnv, contextFlag)
			}
		},
	}
)

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