cmdenrollmenttoken

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:     "enrollment-token",
	Short:   "Manages tokens",
	PreRunE: cobra.MaximumNArgs(0),
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

Command represents the enrollment-token subcomand.

View Source
var CommandPlural = &cobra.Command{
	Use:     "enrollment-tokens",
	Short:   "Retrieves a list of persistent enrollment tokens",
	PreRunE: cobra.MaximumNArgs(0),
	RunE:    listTokens,
}

CommandPlural is the plural list action.

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