Documentation ¶
Index ¶
- func NewBaremetalCommand(cfgFactory config.Factory) *cobra.Command
- func NewEjectMediaCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewListHostsCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewPowerOffCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewPowerOnCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewPowerStatusCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewRebootCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- func NewRemoteDirectCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
- type Action
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBaremetalCommand ¶
NewBaremetalCommand creates a new command for interacting with baremetal using airshipctl.
func NewEjectMediaCommand ¶
func NewEjectMediaCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
NewEjectMediaCommand provides a command to eject media attached to a baremetal host.
func NewListHostsCommand ¶
func NewListHostsCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
NewListHostsCommand provides a command to list a remote host.
func NewPowerOffCommand ¶
func NewPowerOffCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
NewPowerOffCommand provides a command to shutdown a remote host.
func NewPowerOnCommand ¶
NewPowerOnCommand provides a command with the capability to power on baremetal hosts.
func NewPowerStatusCommand ¶
func NewPowerStatusCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
NewPowerStatusCommand provides a command to retrieve the power status of a baremetal host.
func NewRebootCommand ¶
NewRebootCommand provides a command with the capability to reboot baremetal hosts.
func NewRemoteDirectCommand ¶
func NewRemoteDirectCommand(cfgFactory config.Factory, options *inventory.CommandOptions) *cobra.Command
NewRemoteDirectCommand provides a command with the capability to perform remote direct operations.