Documentation ¶
Index ¶
- func NewCheckProviderUpdateCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewFleetServerCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewGetProviderNameCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewGetWorkspaceConfigCommand(flags *flags.GlobalFlags) *cobra.Command
- func NewGetWorkspaceNameCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewHelperCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewSSHClientCmd() *cobra.Command
- func NewSSHServerCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewShellCmd() *cobra.Command
- type CheckProviderUpdateCmd
- type FleetServerCmd
- type GetProviderNameCmd
- type GetWorkspaceConfigCommand
- type GetWorkspaceConfigCommandResult
- type GetWorkspaceNameCommand
- type SSHClient
- type SSHServerCmd
- type ShellCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckProviderUpdateCmd ¶ added in v0.1.10
func NewCheckProviderUpdateCmd(flags *flags.GlobalFlags) *cobra.Command
NewCheckProviderUpdateCmd creates a new command
func NewFleetServerCmd ¶ added in v0.5.1
func NewFleetServerCmd(flags *flags.GlobalFlags) *cobra.Command
NewFleetServerCmd creates a new fleet command
func NewGetProviderNameCmd ¶
func NewGetProviderNameCmd(flags *flags.GlobalFlags) *cobra.Command
NewGetProviderNameCmd creates a new command
func NewGetWorkspaceConfigCommand ¶ added in v0.2.0
func NewGetWorkspaceConfigCommand(flags *flags.GlobalFlags) *cobra.Command
NewGetWorkspaceConfigCommand creates a new command
func NewGetWorkspaceNameCmd ¶
func NewGetWorkspaceNameCmd(flags *flags.GlobalFlags) *cobra.Command
NewGetWorkspaceNameCmd creates a new command
func NewHelperCmd ¶
func NewHelperCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewHelperCmd returns a new command
func NewSSHClientCmd ¶
NewSSHClientCmd creates a new ssh command
func NewSSHServerCmd ¶
func NewSSHServerCmd(flags *flags.GlobalFlags) *cobra.Command
NewSSHServerCmd creates a new ssh command
Types ¶
type CheckProviderUpdateCmd ¶ added in v0.1.10
type CheckProviderUpdateCmd struct { *flags.GlobalFlags // contains filtered or unexported fields }
type FleetServerCmd ¶ added in v0.5.1
type FleetServerCmd struct { *flags.GlobalFlags WorkspaceID string }
FleetServerCmd holds the fleet server cmd flags
type GetProviderNameCmd ¶
type GetProviderNameCmd struct {
*flags.GlobalFlags
}
type GetWorkspaceConfigCommand ¶ added in v0.2.0
type GetWorkspaceConfigCommand struct { *flags.GlobalFlags // contains filtered or unexported fields }
type GetWorkspaceConfigCommandResult ¶ added in v0.2.0
type GetWorkspaceNameCommand ¶
type GetWorkspaceNameCommand struct {
*flags.GlobalFlags
}
type SSHServerCmd ¶
type SSHServerCmd struct { *flags.GlobalFlags Token string Address string Stdio bool TrackActivity bool Workdir string }
SSHServerCmd holds the ssh server cmd flags
Source Files ¶
Click to show internal directories.
Click to hide internal directories.