Documentation
¶
Overview ¶
Package use provides the use command for opampctl context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrContextNotFound is returned when the context is not found. ErrContextNotFound = errors.New("context does not exist") )
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new use command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
}
CommandOptions contains the options for the use command.
Click to show internal directories.
Click to hide internal directories.