Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + const TermModeAuto + const TermModeFallback + const TermModeStrict + func NewCreateCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDescribeCmd(flags *flags.GlobalFlags) *cobra.Command + func NewInspectCmd(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 RunSSHSession(ctx context.Context, sshClient *ssh.Client, options RunSSHSessionOptions) error + func StartSSHSession(ctx context.Context, options StartSSHSessionOptions) error + type CreateCmd struct + ProviderOptions []string + func (cmd *CreateCmd) Run(ctx context.Context, args []string) error + type DeleteCmd struct + Force bool + GracePeriod string + func (cmd *DeleteCmd) Run(ctx context.Context, args []string) error + type DescribeCmd struct + func (cmd *DescribeCmd) Run(ctx context.Context, args []string) error + type ExecFunc func(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type InspectCmd struct + func (cmd *InspectCmd) Run(ctx context.Context, args []string) error + type ListCmd struct + Output string + func (cmd *ListCmd) Run(ctx context.Context) error + type RunSSHSessionOptions struct + AgentForwarding bool + Command string + SessionOptions SSHSessionOptions + Stderr io.Writer + type SSHCmd struct + AgentForwarding bool + Command string + InstallTerminfo bool + TermMode string + func (cmd *SSHCmd) Run(ctx context.Context, args []string) error + type SSHSessionOptions struct + InstallTerminfo bool + TermMode string + type StartCmd struct + func (cmd *StartCmd) Run(ctx context.Context, args []string) error + type StartSSHSessionOptions struct + AgentForwarding bool + Command string + Exec ExecFunc + SessionOptions SSHSessionOptions + Stderr io.Writer + User string + type StatusCmd struct + Output string + func (cmd *StatusCmd) Run(ctx context.Context, args []string) error + type StopCmd struct + func (cmd *StopCmd) Run(ctx context.Context, args []string) error