Documentation
¶
Overview ¶
Package commands contains common commands that can be injected into each domain's CLI application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶
type Commands struct {
// contains filtered or unexported fields
}
Commands provides a set of common commands that can be integrated into Domain-specific CLIs.
func NewCommands ¶
NewCommands creates a new instance of Commands.
func (Commands) NewEnvCmds ¶
func (c Commands) NewEnvCmds( domain cldf_domain.Domain, ) *cobra.Command
NewEnvCmds creates a new set of commands for managing environment.
func (Commands) NewStateCmds ¶
NewStateCmds creates a new set of commands for state environment.
type StateConfig ¶
type StateConfig struct {
ViewState cldf.ViewStateV2
}
Click to show internal directories.
Click to hide internal directories.