Documentation
¶
Overview ¶
Package login implements the "krci auth login" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogin ¶
NewCmdLogin returns the "auth login" cobra.Command. runF is the business logic function; pass nil to use the default loginRun.
Types ¶
type LoginOptions ¶
type LoginOptions struct {
IO *iostreams.IOStreams
Config func() (*config.Config, error)
TokenProvider func() (auth.TokenProvider, error)
}
LoginOptions holds all inputs for the login command.
Click to show internal directories.
Click to hide internal directories.