Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + var AllGroups = []*cobra.Group + var GroupAuth = &cobra.Group + var GroupCore = &cobra.Group + var GroupManagement = &cobra.Group + var GroupSession = &cobra.Group + var InteractiveDeployCancel = func(ctx context.Context, input views.DeployCancelInput, breadcrumb string) tea.Cmd + var InteractiveDeployCreate = func(ctx context.Context, input types.DeployInput, breadcrumb string) tea.Cmd + var InteractiveDeployList = func(ctx context.Context, input views.DeployListInput, r resource.Resource, ...) tea.Cmd + var InteractiveEnvironment = func(ctx context.Context, input views.EnvironmentInput, breadcrumb string) tea.Cmd + var InteractiveJobCancel = func(ctx context.Context, input views.JobCancelInput, breadcrumb string) tea.Cmd + var InteractiveJobCreate = func(ctx context.Context, input *views.JobCreateInput, breadcrumb string) tea.Cmd + var InteractiveJobList = func(ctx context.Context, input views.JobListInput, breadcrumb string) tea.Cmd + var InteractiveProjectList = func(ctx context.Context) + var InteractiveRestart = func(ctx context.Context, input views.RestartInput, breadcrumb string) tea.Cmd + var InteractiveWorkspaceSet = func(ctx context.Context, in views.ListWorkspaceInput) tea.Cmd + var JobCreateCmd = &cobra.Command + var LogsCmd = &cobra.Command + var RootCmd = rootCmd + func Execute() + func InteractiveLogs(ctx context.Context, input views.LogInput, breadcrumb string) tea.Cmd + func InteractivePGCLIView(ctx context.Context, input *views.PSQLInput) tea.Cmd + func InteractivePSQLView(ctx context.Context, input *views.PSQLInput) tea.Cmd + func InteractivePalette(ctx context.Context, commands []views.PaletteCommand, breadcrumb string) tea.Cmd + func InteractiveRedisView(ctx context.Context, input *views.RedisCLIInput) tea.Cmd + func InteractiveSSHView(ctx context.Context, input *views.SSHInput, breadcrumb string) tea.Cmd + func InteractiveServices(ctx context.Context, in views.ListResourceInput, breadcrumb string) tea.Cmd + func TailResourceLogs(ctx context.Context, resourceID string) tea.Cmd + func WithCopyID(ctx context.Context, cmd *cobra.Command) tui.CustomOption + func WithProjectFilter(ctx context.Context, cmd *cobra.Command, breadcrumb string, in any, ...) tui.CustomOption + func WithWorkspaceSelection(ctx context.Context) tui.CustomOption + type ProjectHandler func(ctx context.Context, project *client.Project) tea.Cmd