Documentation ¶
Index ¶
- Variables
- func NewConfigureCommand() func(app *app.State) *cobra.Command
- func NewInitCommand() func(app *app.State) *cobra.Command
- func NewMountsCommand() func(app *app.State) *cobra.Command
- func NewPrepareCommand() func(app *app.State) *cobra.Command
- func NewPrepareKeycloakCommand() func(app *app.State) *cobra.Command
- func NewRootCommand(waltr *app.State) *cobra.Command
- func NewTestCommand() func(app *app.State) *cobra.Command
- func NewTransitCommand() func(app *app.State) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Commands is a slice of CLIOpt options for subcommands of the 'waltr' CLI Commands = []app.CLIOpt{ NewInitCommand, NewMountsCommand, NewConfigureCommand, NewPrepareCommand, NewTransitCommand, NewTestCommand, } // PrepareSubcommands is a slice of CLIOpt options for subcommands of the 'prepare' subcommand PrepareSubcommands = []app.CLIOpt{ NewPrepareKeycloakCommand, } )
Functions ¶
func NewInitCommand ¶ added in v1.0.1
NewInitCommand creates the Option which injects the 'init' subcommand into the 'waltr' CLI application
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.