Documentation
¶
Overview ¶
Package host provides the command to get host information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCommandExecutionFailed = errors.New("command execution failed")
ErrCommandExecutionFailed is returned when the command execution fails.
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new host command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
// contains filtered or unexported fields
}
CommandOptions contains the options for the host command.
func (*CommandOptions) Get ¶
func (opt *CommandOptions) Get(cmd *cobra.Command, ids []string) error
Get retrieves host(s) by ID.
func (*CommandOptions) List ¶
func (opt *CommandOptions) List(cmd *cobra.Command) error
List retrieves the list of hosts.
type ItemForCLI ¶
type ItemForCLI struct {
ID string `short:"ID" text:"ID"`
Name string `short:"Name" text:"Name"`
Platform string `short:"Platform" text:"Platform"`
Agents string `short:"Agents" text:"Agents"`
LastSeen string `short:"Last Seen" text:"Last Seen"`
}
ItemForCLI is a struct for host display.
Click to show internal directories.
Click to hide internal directories.