disable

package
v0.8.2-beta.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "disable",
	Short: "disable profile",
	Long: `To disable the profile, run

wksctl profile disable --git-url=<profile_repository> [--revision=master] [--push=true]

Please make sure that there is no staged change on the current branch before disable a profile.
`,
	Args: profileDisableArgs,
	Run: func(_ *cobra.Command, _ []string) {
		err := profileDisable(profileDisableParams)
		if err != nil {
			log.Fatal(err)
		}
	},
	SilenceUsage: true,
}

Cmd is profile disable command

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