Documentation ¶
Overview ¶
Package interactive contains functions for interacting with the user via STDIN.
Package interactive contains functions for interacting with the user via STDIN.
Index ¶
- func PromptSigPassword() ([]byte, error)
- func PromptVariable(variable variables.InteractiveVariable) (value string, err error)
- func SelectChoiceGroup(componentGroup []types.ZarfComponent) (types.ZarfComponent, error)
- func SelectOptionalComponent(component types.ZarfComponent) (confirm bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PromptSigPassword ¶
PromptSigPassword prompts the user for the password to their private key
func PromptVariable ¶
func PromptVariable(variable variables.InteractiveVariable) (value string, err error)
PromptVariable prompts the user for a value for a variable
func SelectChoiceGroup ¶ added in v0.32.0
func SelectChoiceGroup(componentGroup []types.ZarfComponent) (types.ZarfComponent, error)
SelectChoiceGroup prompts to select component groups
func SelectOptionalComponent ¶ added in v0.32.0
func SelectOptionalComponent(component types.ZarfComponent) (confirm bool, err error)
SelectOptionalComponent prompts to confirm optional components
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.