Documentation
¶
Index ¶
- Constants
- 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 ¶
View Source
const ( EnvDatabaseURL = "database.url" EnvDatabaseName = "database.name" EnvCollectionSpecs = "collection.specs" EnvCollectionValues = "collection.values" )
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 ¶
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 *runtime.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 ¶
DeleteConfig represents the configuration for the delete command.
Click to show internal directories.
Click to hide internal directories.