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 DisableSSHKeepAlive + func BuildRoot() *cobra.Command + func Execute() + func NewBuildCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command + func NewExportCmd(flags *flags.GlobalFlags) *cobra.Command + func NewImportCmd(flags *flags.GlobalFlags) *cobra.Command + func NewListCmd(flags *flags.GlobalFlags) *cobra.Command + func NewLogsCmd(flags *flags.GlobalFlags) *cobra.Command + func NewLogsDaemonCmd(flags *flags.GlobalFlags) *cobra.Command + func NewPingCmd(flags *flags.GlobalFlags) *cobra.Command + func NewRootCmd() *cobra.Command + func NewSSHCmd(f *flags.GlobalFlags) *cobra.Command + func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command + func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command + func NewTroubleshootCmd(flags *flags.GlobalFlags) *cobra.Command + func NewUpCmd(f *flags.GlobalFlags) *cobra.Command + func NewUpgradeCmd() *cobra.Command + func NewVersionCmd() *cobra.Command + func WithSignals(ctx context.Context) (context.Context, func()) + type BuildCmd struct + Machine string + ProviderOptions []string + SkipDelete bool + func (cmd *BuildCmd) Run(ctx context.Context, client client.WorkspaceClient) error + type DeleteCmd struct + func (cmd *DeleteCmd) Run(cobraCmd *cobra.Command, args []string) error + type DevsyProInstance struct + Host string + ProviderName string + Version string + type ExportCmd struct + func (cmd *ExportCmd) Run(ctx context.Context, devsyConfig *config.Config, args []string) error + type ImportCmd struct + Data string + MachineID string + MachineReuse bool + ProviderID string + ProviderReuse bool + WorkspaceID string + func (cmd *ImportCmd) Run(ctx context.Context, devsyConfig *config.Config, log log.Logger) error + type ListCmd struct + Output string + SkipPro bool + func (cmd *ListCmd) Run(ctx context.Context) error + type LogsCmd struct + func (cmd *LogsCmd) Run(ctx context.Context, args []string) error + type LogsDaemonCmd struct + func (cmd *LogsDaemonCmd) Run(ctx context.Context, args []string) error + type PingCmd struct + func (cmd *PingCmd) Run(ctx context.Context, args []string) error + type PrintableError struct + func (p PrintableError) MarshalJSON() ([]byte, error) + type SSHCmd struct + AgentForwarding bool + Command string + ForwardPorts []string + ForwardPortsTimeout string + GPGAgentForwarding bool + GitSSHSignatureForwarding bool + GitSSHSigningKey string + InstallTerminfo bool + JumpContainer bool + ReuseSSHAuthSock string + ReverseForwardPorts []string + SSHKeepAliveInterval time.Duration + SendEnvVars []string + SetEnvVars []string + StartServices bool + Stdio bool + TermMode string + User string + WorkDir string + func (cmd *SSHCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type StatusCmd struct + Output string + Timeout string + func (cmd *StatusCmd) Run(ctx context.Context, client client2.BaseWorkspaceClient, log log.Logger) error + type StopCmd struct + func (cmd *StopCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type TroubleshootCmd struct + func (cmd *TroubleshootCmd) Run(ctx context.Context, args []string) + type UpCmd struct + ConfigureSSH bool + DotfilesScript string + DotfilesScriptEnv []string + DotfilesScriptEnvFile []string + DotfilesSource string + GPGAgentForwarding bool + Machine string + OpenIDE bool + ProviderOptions []string + Reconfigure bool + SSHConfigPath string + func (cmd *UpCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type UpgradeCmd struct + DryRun bool + Version string + type VersionCmd struct + func (cmd *VersionCmd) Run(_ *cobra.Command, _ []string) error