Versions in this module Expand all Collapse all v0 v0.1.0 Oct 9, 2024 Changes in this version + func GenerateRandomName() string + func PrintTable(output io.Writer, data [][]string) error + func Prompt(in io.Reader, out io.Writer, prompt, configDefault string) (string, error) + func PromptForConfirmation(in io.Reader, out io.Writer, message string) (bool, error) + type Cli struct + Err *streams.Out + In *streams.In + Out *streams.Out + func (c *Cli) AppConfig() (config.Config, error) + func (c *Cli) DialMachine() (*ssh.Client, error)