Documentation ¶
Index ¶
- Variables
- func NewContainerCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewCredentialsServerCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewDaemonCmd() *cobra.Command
- func NewOpenVSCodeAsyncCmd() *cobra.Command
- func NewSetupContainerCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewVSCodeAsyncCmd() *cobra.Command
- type CredentialsServerCmd
- type DaemonCmd
- type OpenVSCodeAsyncCmd
- type SetupContainerCmd
- type VSCodeAsyncCmd
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerlessImageConfigOutput = "/.dockerless/image.json"
Functions ¶
func NewContainerCmd ¶
func NewContainerCmd(flags *flags.GlobalFlags) *cobra.Command
NewContainerCmd returns a new command
func NewCredentialsServerCmd ¶
func NewCredentialsServerCmd(flags *flags.GlobalFlags) *cobra.Command
NewCredentialsServerCmd creates a new command
func NewOpenVSCodeAsyncCmd ¶ added in v0.0.3
NewOpenVSCodeAsyncCmd creates a new command
func NewSetupContainerCmd ¶
func NewSetupContainerCmd(flags *flags.GlobalFlags) *cobra.Command
NewSetupContainerCmd creates a new command
func NewVSCodeAsyncCmd ¶
NewVSCodeAsyncCmd creates a new command
Types ¶
type CredentialsServerCmd ¶
type CredentialsServerCmd struct { *flags.GlobalFlags User string ConfigureGitHelper bool ConfigureDockerHelper bool ForwardPorts bool }
CredentialsServerCmd holds the cmd flags
type OpenVSCodeAsyncCmd ¶ added in v0.0.3
type OpenVSCodeAsyncCmd struct { *flags.GlobalFlags SetupInfo string }
OpenVSCodeAsyncCmd holds the cmd flags
type SetupContainerCmd ¶
type SetupContainerCmd struct { *flags.GlobalFlags ChownWorkspace bool StreamMounts bool InjectGitCredentials bool ContainerWorkspaceInfo string SetupInfo string }
SetupContainerCmd holds the cmd flags
type VSCodeAsyncCmd ¶
type VSCodeAsyncCmd struct { *flags.GlobalFlags SetupInfo string ReleaseChannel string }
VSCodeAsyncCmd holds the cmd flags
Click to show internal directories.
Click to hide internal directories.