Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2025 Changes in this version + var HelpTopics = []helpTopic + func BuildAliasList(cmd *cobra.Command, aliases []string) []string + func HasFailed() bool + func NewCmdAlias(io *iostreams.IOStreams, aliasName, aliasValue string) *cobra.Command + func NewCmdExtension(io *iostreams.IOStreams, em extensions.ExtensionManager, ...) *cobra.Command + func NewCmdHelpTopic(ios *iostreams.IOStreams, ht helpTopic) *cobra.Command + func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) (*cobra.Command, error) + func NewCmdShellAlias(io *iostreams.IOStreams, aliasName, aliasValue string) *cobra.Command + type AuthError struct + func (ae *AuthError) Error() string + type CommandGroup struct + Commands []*cobra.Command + Title string + func GroupedCommands(cmd *cobra.Command) []CommandGroup + type ExternalCommandExitError struct