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 CreateRunner(workspaceInfo *provider.AgentWorkspaceInfo, log log.Logger) (devcontainer.Runner, error) + func InitContentFolder(workspaceInfo *provider.AgentWorkspaceInfo, log log.Logger) (bool, error) + func NewBuildCmd(flags *flags.GlobalFlags) *cobra.Command + func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command + func NewInstallDotfilesCmd(flags *flags.GlobalFlags) *cobra.Command + func NewLogsCmd(flags *flags.GlobalFlags) *cobra.Command + func NewLogsDaemonCmd(flags *flags.GlobalFlags) *cobra.Command + func NewSetupGPGCmd(flags *flags.GlobalFlags) *cobra.Command + func NewStatusCmd(flags *flags.GlobalFlags) *cobra.Command + func NewStopCmd(flags *flags.GlobalFlags) *cobra.Command + func NewUpCmd(flags *flags.GlobalFlags) *cobra.Command + func NewUpdateConfigCmd(flags *flags.GlobalFlags) *cobra.Command + func NewWorkspaceCmd(flags *flags.GlobalFlags) *cobra.Command + type BuildCmd struct + WorkspaceInfo string + func (cmd *BuildCmd) Run(ctx context.Context) error + type DeleteCmd struct + Container bool + Daemon bool + WorkspaceInfo string + func (cmd *DeleteCmd) Run(ctx context.Context) error + type InstallDotfilesCmd struct + InstallScript string + Repository string + StrictHostKeyChecking bool + func (cmd *InstallDotfilesCmd) Run(ctx context.Context) error + type LogsCmd struct + ID string + func (cmd *LogsCmd) Run(ctx context.Context) error + type LogsDaemonCmd struct + ID string + func (cmd *LogsDaemonCmd) Run(ctx context.Context) error + type SetupGPGCmd struct + GitKey string + OwnerTrust string + SocketPath string + func (cmd *SetupGPGCmd) Run(ctx context.Context, log log.Logger) error + type StatusCmd struct + WorkspaceInfo string + func (cmd *StatusCmd) Run(ctx context.Context, log log.Logger) error + type StopCmd struct + WorkspaceInfo string + func (cmd *StopCmd) Run(ctx context.Context) error + type UpCmd struct + WorkspaceInfo string + func (cmd *UpCmd) Run(ctx context.Context) error + type UpdateConfigCmd struct + WorkspaceInfo string + func (cmd *UpdateConfigCmd) Run(ctx context.Context) error