Documentation ¶
Index ¶
- func NewApplyCommand(config ApplyConfig) *cobra.Command
- func NewCommand(config Config) *cobra.Command
- func NewDeleteCommand(config DeleteConfig) *cobra.Command
- func NewGetCommand(config GetConfig) *cobra.Command
- func NewStartCommand(config StartConfig) *cobra.Command
- type ApplyConfig
- type Config
- type Debugger
- type DeleteConfig
- type GetConfig
- type StartConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplyCommand ¶
func NewApplyCommand(config ApplyConfig) *cobra.Command
NewApplyCommand creates a new cobra.Command for the apply command.
func NewCommand ¶
NewCommand creates the root cobra command for the 'uniflow' CLI.
func NewDeleteCommand ¶
func NewDeleteCommand(config DeleteConfig) *cobra.Command
NewDeleteCommand creates a new cobra.Command for the delete command.
func NewGetCommand ¶
NewGetCommand creates a new cobra.Command for the get command.
func NewStartCommand ¶
func NewStartCommand(config StartConfig) *cobra.Command
NewStartCommand creates a new cobra.Command for the start command.
Types ¶
type ApplyConfig ¶
type ApplyConfig struct { SpecStore spec.Store SecretStore secret.Store ChartStore chart.Store FS afero.Fs }
ApplyConfig represents the configuration for the apply command.
type Debugger ¶ added in v0.10.0
type Debugger struct {
// contains filtered or unexported fields
}
Debugger manages the debugger UI using Bubble Tea.
func NewDebugger ¶ added in v0.10.0
func NewDebugger(agent *agent.Agent, options ...tea.ProgramOption) *Debugger
NewDebugger initializes a new Debugger with an input model and UI.
func (*Debugger) Kill ¶ added in v0.10.0
func (d *Debugger) Kill()
Kill stops the debugger UI immediately.
type DeleteConfig ¶
type DeleteConfig struct { SpecStore spec.Store SecretStore secret.Store ChartStore chart.Store FS afero.Fs }
DeleteConfig represents the configuration for the delete command.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.