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 LoftRouterDomainSecret + const PROVIDER_BINARY + var ErrLoftNotReachable = errors.New("Devsy Pro is not reachable") + var ErrMissingContainer = errors.New("missing container") + func NewCheckHealthCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewCheckUpdateCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewCreateWorkspaceCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewDeleteCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewImportCmd(globalFlags *proflags.GlobalFlags) *cobra.Command + func NewListClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewListCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewListProjectsCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewListTemplatesCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewListWorkspacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewLoginCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewProCmd(flags *flags.GlobalFlags, streamLogger *log.StreamLogger) *cobra.Command + func NewRebuildCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewSelfCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewSleepCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewStartCmd(flags *proflags.GlobalFlags) *cobra.Command + func NewUpdateProviderCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewUpdateWorkspaceCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewVersionCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewWakeupCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewWatchWorkspacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func PrintSuccessMessageDockerInstall(host, password string, log log.Logger) + func WrapCommandError(stdout []byte, err error) error + type Capability string + type CheckHealthCmd struct + Host string + Log log.Logger + func (cmd *CheckHealthCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type CheckUpdateCmd struct + Host string + Log log.Logger + func (cmd *CheckUpdateCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type ContainerDetails struct + Config ContainerDetailsConfig + Created string + ID string + NetworkSettings ContainerNetworkSettings + State ContainerDetailsState + type ContainerDetailsConfig struct + Env []string + Image string + Labels map[string]string + User string + type ContainerDetailsState struct + StartedAt string + Status string + type ContainerNetworkSettings struct + Ports map[string][]ContainerPort + type ContainerPort struct + HostIP string + HostPort string + type CreateWorkspaceCmd struct + Host string + Instance string + Log log.Logger + func (cmd *CreateWorkspaceCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type DeleteCmd struct + IgnoreNotFound bool + func (cmd *DeleteCmd) Run(ctx context.Context, args []string) error + type Error struct + func (e *Error) Error() string + type ImportCmd struct + Own bool + WorkspaceId string + WorkspaceProject string + WorkspaceUid string + func (cmd *ImportCmd) Run(ctx context.Context, args []string) error + type ListClustersCmd struct + Host string + Log log.Logger + Project string + func (cmd *ListClustersCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type ListCmd struct + Login bool + Output string + func (cmd *ListCmd) Run(ctx context.Context) error + type ListProjectsCmd struct + Host string + Log log.Logger + func (cmd *ListProjectsCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type ListTemplatesCmd struct + Host string + Log log.Logger + Project string + func (cmd *ListTemplatesCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type ListWorkspacesCmd struct + Host string + Log log.Logger + func (cmd *ListWorkspacesCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type LoginCmd struct + AccessKey string + ForceBrowser bool + Login bool + Options []string + Provider string + ProviderSource string + Use bool + Version string + func (cmd *LoginCmd) Run(ctx context.Context, fullURL string, log log.Logger) error + type ProviderUpdateInfo struct + Available bool + NewVersion string + type RebuildCmd struct + Host string + Log log.Logger + Project string + func (cmd *RebuildCmd) Run(ctx context.Context, args []string) error + type SelfCmd struct + Host string + Log log.Logger + func (cmd *SelfCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type SleepCmd struct + ForceDuration int64 + Host string + Log log.Logger + Project string + func (cmd *SleepCmd) Run(ctx context.Context, args []string) error + type StartCmd struct + ChartName string + ChartPath string + ChartRepo string + Context string + Docker bool + DockerArgs []string + DockerImage string + Email string + Host string + KubeClient kubernetes.Interface + LocalPort string + Log log.Logger + Namespace string + NoLogin bool + NoPortForwarding bool + NoTunnel bool + NoWait bool + Password string + Product string + Reset bool + RestConfig *rest.Config + ReuseValues bool + Upgrade bool + Values string + Version string + func (cmd *StartCmd) Run(ctx context.Context) error + type UpdateProviderCmd struct + Host string + Instance string + Log log.Logger + func (cmd *UpdateProviderCmd) Run(ctx context.Context, args []string) error + type UpdateWorkspaceCmd struct + Host string + Instance string + Log log.Logger + func (cmd *UpdateWorkspaceCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type VersionCmd struct + Host string + Log log.Logger + func (cmd *VersionCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error + type WakeupCmd struct + Host string + Log log.Logger + Project string + func (cmd *WakeupCmd) Run(ctx context.Context, args []string) error + type WatchWorkspacesCmd struct + FilterByOwner bool + Host string + Log log.Logger + Project string + func (cmd *WatchWorkspacesCmd) Run(ctx context.Context, devsyConfig *config.Config, ...) error