Documentation ¶
Index ¶
- Constants
- func NewDeleteCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewHealthCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewProProviderCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewRebuildCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewSshCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewStatusCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewStopCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewUpCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- type DeleteCmd
- type HealthCheck
- type HealthCmd
- type RebuildCmd
- type SshCmd
- type StatusCmd
- type StopCmd
- type UpCmd
Constants ¶
View Source
const AllWorkspaces = "all"
Variables ¶
This section is empty.
Functions ¶
func NewDeleteCmd ¶
func NewDeleteCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewDeleteCmd creates a new command
func NewHealthCmd ¶ added in v0.6.0
func NewHealthCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewHealthCmd creates a new command
func NewProProviderCmd ¶
func NewProProviderCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewProProviderCmd creates a new cobra command
func NewRebuildCmd ¶
func NewRebuildCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewRebuildCmd creates a new command
func NewSshCmd ¶
func NewSshCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewSshCmd creates a new command
func NewStatusCmd ¶
func NewStatusCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewStatusCmd creates a new command
func NewStopCmd ¶
func NewStopCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewStopCmd creates a new command
Types ¶
type DeleteCmd ¶
type DeleteCmd struct { *flags.GlobalFlags Log log.Logger }
DeleteCmd holds the cmd flags
type HealthCheck ¶ added in v0.6.0
type HealthCheck struct {
Healthy bool `json:"healthy,omitempty"`
}
type HealthCmd ¶ added in v0.6.0
type HealthCmd struct { *flags.GlobalFlags Log log.Logger }
HealthCmd holds the cmd flags
type RebuildCmd ¶
type RebuildCmd struct { *flags.GlobalFlags Log log.Logger Project string }
RebuildCmd holds the cmd flags
type StatusCmd ¶
type StatusCmd struct { *flags.GlobalFlags Log log.Logger }
StatusCmd holds the cmd flags
Source Files ¶
Click to show internal directories.
Click to hide internal directories.