Documentation
¶
Overview ¶
Package auth provides CLI commands for authentication management.
Index ¶
- func CommandAuth(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandDiagnose(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandList(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandLogin(_ *settings.Run, _ *terminal.IOStreams, _ string) *cobra.Command
- func CommandLogout(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandStatus(cliParams *settings.Run, ioStreams *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 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 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 CommandStatus ¶
CommandStatus creates the 'auth status' command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.