Documentation
¶
Overview ¶
Package auth provides CLI commands for authentication management.
Index ¶
- func CommandAlias(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandAuth(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandDiagnose(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandHandlers(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandList(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandLogin(cliParams *settings.Run, _ *terminal.IOStreams, _ string) *cobra.Command
- func CommandLogout(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandMigrate(cliParams *settings.Run, _ *terminal.IOStreams, _ string) *cobra.Command
- func CommandProfile(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandProfileDelete(cliParams *settings.Run, _ *terminal.IOStreams, _ string) *cobra.Command
- func CommandStatus(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandSwitch(cliParams *settings.Run, _ *terminal.IOStreams, _ string) *cobra.Command
- func CommandToken(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandAlias ¶ added in v0.29.0
func CommandAlias(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
CommandAlias creates the 'auth alias' command group for managing static hostname aliases (auth.handlers.<name>.hostname.aliases).
func CommandAuth ¶
func CommandAuth(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
CommandAuth creates the 'auth' command group.
func CommandDiagnose ¶ added in v0.5.0
func CommandDiagnose(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
CommandDiagnose creates the 'auth diagnose' command.
func CommandHandlers ¶ added in v0.15.0
func CommandHandlers(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
CommandHandlers creates the 'auth handlers' command.
func CommandList ¶ added in v0.5.0
CommandList creates the 'auth list' command. It shows metadata for all cached tokens (refresh and minted access) for the specified handler, or for all handlers when no argument is given. Actual token values are never displayed; use 'auth token' for that.
func CommandLogin ¶
CommandLogin creates the 'auth login' command.
func CommandLogout ¶
CommandLogout creates the 'auth logout' command.
func CommandMigrate ¶ added in v0.15.0
CommandMigrate creates the 'auth migrate' command for proactive pre-Stage-B migration.
func CommandProfile ¶ added in v0.17.0
func CommandProfile(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
CommandProfile creates the 'auth profile' command group.
func CommandProfileDelete ¶ added in v0.17.0
CommandProfileDelete creates the 'auth profile delete' command.
func CommandStatus ¶
CommandStatus creates the 'auth status' command.
func CommandSwitch ¶ added in v0.17.0
CommandSwitch creates the 'auth switch' command.
Types ¶
This section is empty.