Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdInit ¶
NewCmdInit creates the init command for user-level setup.
Types ¶
type InitOptions ¶
type InitOptions struct {
IOStreams *iostreams.IOStreams
TUI *tui.TUI
Prompter func() *prompterpkg.Prompter
Config func() (config.Config, error)
Client func(context.Context) (*docker.Client, error)
Yes bool // Non-interactive mode
}
InitOptions contains the options for the init command.
Click to show internal directories.
Click to hide internal directories.