Documentation
¶
Index ¶
- func BuildRoot() *cobra.Command
- func Execute()
- func NewBuildCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewLogsDaemonCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewSSHCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewUpCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewVersionCmd() *cobra.Command
- type BuildCmd
- type DeleteCmd
- type ListCmd
- type LogsDaemonCmd
- type SSHCmd
- type StatusCmd
- type StopCmd
- type UpCmd
- type VersionCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewBuildCmd ¶
func NewBuildCmd(flags *flags.GlobalFlags) *cobra.Command
NewBuildCmd creates a new command
func NewDeleteCmd ¶
func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
NewDeleteCmd creates a new command
func NewListCmd ¶
func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new destroy command
func NewLogsDaemonCmd ¶ added in v0.0.3
func NewLogsDaemonCmd(flags *flags.GlobalFlags) *cobra.Command
NewLogsDaemonCmd creates a new destroy command
func NewSSHCmd ¶
func NewSSHCmd(flags *flags.GlobalFlags) *cobra.Command
NewSSHCmd creates a new ssh command
func NewStatusCmd ¶
func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command
NewStatusCmd creates a new command
func NewStopCmd ¶
func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command
NewStopCmd creates a new destroy command
func NewUpCmd ¶
func NewUpCmd(flags *flags.GlobalFlags) *cobra.Command
NewUpCmd creates a new up command
func NewVersionCmd ¶
NewVersionCmd creates a new ws-tunnel command
Types ¶
type BuildCmd ¶
type BuildCmd struct {
*flags.GlobalFlags
ProviderOptions []string
SkipDelete bool
Repository string
Machine string
Platform []string
DevContainerPath string
}
BuildCmd holds the cmd flags
type DeleteCmd ¶
type DeleteCmd struct {
*flags.GlobalFlags
GracePeriod string
Force bool
}
DeleteCmd holds the delete cmd flags
type ListCmd ¶
type ListCmd struct {
*flags.GlobalFlags
Output string
}
ListCmd holds the configuration
type LogsDaemonCmd ¶ added in v0.0.3
type LogsDaemonCmd struct {
*flags.GlobalFlags
}
LogsDaemonCmd holds the configuration
type SSHCmd ¶
type SSHCmd struct {
*flags.GlobalFlags
Stdio bool
JumpContainer bool
AgentForwarding bool
Command string
User string
}
SSHCmd holds the ssh cmd flags
type StatusCmd ¶
type StatusCmd struct {
*flags.GlobalFlags
Output string
Timeout string
ContainerStatus bool
}
StatusCmd holds the cmd flags
type UpCmd ¶
type UpCmd struct {
*flags.GlobalFlags
ID string
Machine string
IDE string
IDEOptions []string
ProviderOptions []string
PrebuildRepositories []string
DevContainerPath string
Recreate bool
}
UpCmd holds the up cmd flags