Versions in this module Expand all Collapse all v0 v0.1.1 Dec 9, 2024 v0.1.0 Nov 26, 2024 Changes in this version + const KVStoreConfigMaps + const KVStoreConsul + const KVStoreEtcd + const KVStoreZookeeper + var DefaultUI = &cli.ConcurrentUi + func AddKVStoreFlags(fs *flag.FlagSet, kv *KVStoreConfig) + func RunCommand(commandName string, command cli.CommandFactory) + func RunSubcommands(commandName string, subcommands map[string]cli.CommandFactory) + type KVStoreConfig struct + Address string + Namespace string + Prefix string + Store string + type PrefixedUi struct + Prefix string + Ui cli.Ui + func NewPrefixedUi(prefix string) *PrefixedUi + func (p *PrefixedUi) Ask(query string) (string, error) + func (p *PrefixedUi) AskSecret(query string) (string, error) + func (p *PrefixedUi) Error(s string) + func (p *PrefixedUi) Info(s string) + func (p *PrefixedUi) Output(s string) + func (p *PrefixedUi) Warn(s string)