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.
func (*CommandOptions) Prepare ¶
func (opt *CommandOptions) Prepare(_ *cobra.Command, _ []string) error
Prepare prepares the command to run.
func (*CommandOptions) Run ¶
func (opt *CommandOptions) Run(cmd *cobra.Command, args []string) error
Run runs the command.
func (*CommandOptions) ValidArgsFunction ¶ added in v0.1.35
func (opt *CommandOptions) ValidArgsFunction( _ *cobra.Command, _ []string, toComplete string, ) ([]string, cobra.ShellCompDirective)
ValidArgsFunction provides dynamic completion for context names.
Click to show internal directories.
Click to hide internal directories.