Documentation
¶
Overview ¶
Package agent provides the command to set agent configurations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTargetInstanceUIDNotSpecified is returned when the target agent instance UID is not specified. ErrTargetInstanceUIDNotSpecified = errors.New("target agent instance UID not specified") // ErrNewInstanceUIDNotSpecified is returned when the new instance UID is not specified. ErrNewInstanceUIDNotSpecified = errors.New("new instance UID not specified") )
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new set agent command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
// contains filtered or unexported fields
}
CommandOptions contains the options for the set agent command.
func (*CommandOptions) Prepare ¶
func (opts *CommandOptions) Prepare(_ *cobra.Command, args []string) error
Prepare prepares the command options.
func (*CommandOptions) Run ¶ added in v0.1.26
func (opts *CommandOptions) Run(cmd *cobra.Command, _ []string) error
Run runs the command.
func (*CommandOptions) ValidArgsFunction ¶ added in v0.1.25
func (opts *CommandOptions) ValidArgsFunction( cmd *cobra.Command, _ []string, toComplete string, ) ([]string, cobra.ShellCompDirective)
ValidArgsFunction provides dynamic completion for agent instance UIDs. Only completes the first argument (agent instance UID).
Click to show internal directories.
Click to hide internal directories.