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 AllWorkspaces + func NewDeleteCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewHealthCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewProProviderCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewRebuildCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewSshCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewStatusCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewStopCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewUpCmd(globalFlags *flags.GlobalFlags) *cobra.Command + type DeleteCmd struct + Log log.Logger + func (cmd *DeleteCmd) Run(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type HealthCheck struct + Healthy bool + type HealthCmd struct + Log log.Logger + func (cmd *HealthCmd) Run(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type RebuildCmd struct + Log log.Logger + Project string + func (cmd *RebuildCmd) Run(ctx context.Context, args []string) error + type SshCmd struct + Log log.Logger + func (cmd *SshCmd) Run(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type StatusCmd struct + Log log.Logger + func (cmd *StatusCmd) Run(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type StopCmd struct + Log log.Logger + func (cmd *StopCmd) Run(ctx context.Context, stdin io.Reader, stdout io.Writer, stderr io.Writer) error + type UpCmd struct + Log log.Logger + func (cmd *UpCmd) Run(ctx context.Context) error