Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogin ¶
NewCmdLogin handles the login functionality for the CLI
Types ¶
type LoginOptions ¶
type LoginOptions struct {
AuthTimedOut bool
TokenExpired bool
User string
HostName string
Interactive bool
PAT string
}
LoginOptions hold the metadata related to login operation
func (*LoginOptions) Run ¶
func (opts *LoginOptions) Run() (err error)
Run executes the auth command and starts the login flow if not already authenticated
Click to show internal directories.
Click to hide internal directories.