Documentation ¶
Index ¶
- func NewCreateCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewMachineCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewSSHCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewStartCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command
- func StartSSHSession(ctx context.Context, user, command string, agentForwarding bool, exec ExecFunc, ...) error
- type CreateCmd
- type DeleteCmd
- type ExecFunc
- type ListCmd
- type SSHCmd
- type StartCmd
- type StatusCmd
- type StopCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewCreateCmd(flags *flags.GlobalFlags) *cobra.Command
NewCreateCmd creates a new destroy command
func NewDeleteCmd ¶
func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
NewDeleteCmd creates a new destroy command
func NewListCmd ¶
func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new destroy command
func NewMachineCmd ¶
func NewMachineCmd(flags *flags.GlobalFlags) *cobra.Command
NewMachineCmd returns a new root command
func NewSSHCmd ¶
func NewSSHCmd(flags *flags.GlobalFlags) *cobra.Command
NewSSHCmd creates a new destroy command
func NewStartCmd ¶
func NewStartCmd(flags *flags.GlobalFlags) *cobra.Command
NewStartCmd creates a new destroy command
func NewStatusCmd ¶
func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command
NewStatusCmd creates a new destroy command
func NewStopCmd ¶
func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command
NewStopCmd creates a new destroy command
Types ¶
type CreateCmd ¶
type CreateCmd struct { *flags.GlobalFlags ProviderOptions []string }
CreateCmd holds the configuration
type DeleteCmd ¶
type DeleteCmd struct { *flags.GlobalFlags GracePeriod string Force bool }
DeleteCmd holds the configuration
type ListCmd ¶
type ListCmd struct { *flags.GlobalFlags Output string }
ListCmd holds the configuration
type SSHCmd ¶
type SSHCmd struct { *flags.GlobalFlags Command string AgentForwarding bool }
SSHCmd holds the configuration
type StatusCmd ¶
type StatusCmd struct { *flags.GlobalFlags Output string }
StatusCmd holds the configuration
Source Files ¶
Click to show internal directories.
Click to hide internal directories.