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 + func NewCheckProviderUpdateCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDockerCredentialsHelperCmd(flags *flags.GlobalFlags) *cobra.Command + func NewFleetServerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewGetImageCmd(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 NewGetWorkspaceUIDCmd(flags *flags.GlobalFlags) *cobra.Command + func NewHelperCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewSSHClientCmd() *cobra.Command + func NewSSHGitCloneCmd() *cobra.Command + func NewSSHServerCmd(flags *flags.GlobalFlags) *cobra.Command + func NewShellCmd() *cobra.Command + type CheckProviderUpdateCmd struct + func (cmd *CheckProviderUpdateCmd) Run(ctx context.Context, devsyConfig *config.Config, args []string) error + type DockerCredentialsHelperCmd struct + WorkspaceID string + func (c *DockerCredentialsHelperCmd) Run(cmd *cobra.Command, _ []string) error + type FleetServerCmd struct + WorkspaceID string + func (c *FleetServerCmd) Run(cmd *cobra.Command, _ []string) error + type GetImageCommand struct + func (cmd *GetImageCommand) Run(ctx context.Context, args []string) error + type GetProviderNameCmd struct + func (cmd *GetProviderNameCmd) Run(ctx context.Context, args []string) error + type GetWorkspaceConfigCommand struct + func (cmd *GetWorkspaceConfigCommand) Run(ctx context.Context, devsyConfig *config.Config, args []string) error + type GetWorkspaceConfigCommandResult struct + ConfigPaths []string + IsGitRepository bool + IsImage bool + IsLocal bool + type GetWorkspaceNameCommand struct + func (cmd *GetWorkspaceNameCommand) Run(ctx context.Context, args []string) error + type GetWorkspaceUIDCommand struct + func (cmd *GetWorkspaceUIDCommand) Run(ctx context.Context, args []string) error + type SSHClient struct + Address string + KeyFile string + User string + func (cmd *SSHClient) Run(ctx context.Context, args []string) error + type SSHGitClone struct + KeyFiles []string + Port string + func (cmd *SSHGitClone) Run(ctx context.Context, args []string) error + type SSHServerCmd struct + Address string + ReuseSSHAuthSock string + Stdio bool + Token string + TrackActivity bool + Workdir string + func (cmd *SSHServerCmd) Run(_ *cobra.Command, _ []string) error + type ShellCommand struct + Command string + Login bool + func (cmd *ShellCommand) Run(ctx context.Context, args []string) error