Versions in this module Expand all Collapse all v0 v0.5.2 Oct 30, 2024 v0.5.1 Mar 20, 2024 Changes in this version + const EnvPluginCaller + const EnvPluginGlobalFlagPrefix + const EnvPluginLocalFlagPrefix + const EnvPluginNamespace + const EnvPluginPath + const EnvPluginVerbose + const Name + func BindEnvironmentVariables(vip *viper.Viper, cmd *cobra.Command) + func IsPlugin() bool + func NewInstallCmd(cxt *command.Context) *cobra.Command + type Flag struct + DefValue string + Desc string + Name string + Shorthand string + type Manifest struct + func (m *Manifest) Load(rootCmd *cobra.Command) + type Plugin struct + Command string + Example string + Flags []Flag + LongDesc string + Name string + ShortDesc string + Tree []Plugin + Use string