agent

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package agent provides the command to get agent information.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrCommandExecutionFailed is returned when the command execution fails.
	ErrCommandExecutionFailed = errors.New("command execution failed")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new agent command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the agent command.

func (*CommandOptions) Get

func (opt *CommandOptions) Get(cmd *cobra.Command, ids []string) error

Get retrieves the agent information for the given agent UIDs.

func (*CommandOptions) List

func (opt *CommandOptions) List(cmd *cobra.Command) error

List retrieves the list of agents.

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.

type ShortItemForCLI added in v0.1.18

type ShortItemForCLI struct {
	InstanceUID uuid.UUID `short:"Instance UID" text:"instanceUid"`
}

ShortItemForCLI is a struct that represents an agent item for display.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL