cmd

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

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 NewConfigureCommand

func NewConfigureCommand() func(app *app.State) *cobra.Command

func NewInitCommand added in v1.0.1

func NewInitCommand() func(app *app.State) *cobra.Command

NewInitCommand creates the Option which injects the 'init' subcommand into the 'waltr' CLI application

func NewMountsCommand added in v1.0.1

func NewMountsCommand() func(app *app.State) *cobra.Command

func NewPrepareCommand

func NewPrepareCommand() func(app *app.State) *cobra.Command

func NewPrepareKeycloakCommand

func NewPrepareKeycloakCommand() func(app *app.State) *cobra.Command

func NewRootCommand

func NewRootCommand(waltr *app.State) *cobra.Command

func NewTestCommand added in v1.0.1

func NewTestCommand() func(app *app.State) *cobra.Command

func NewTransitCommand

func NewTransitCommand() func(app *app.State) *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL