Documentation
¶
Overview ¶
Package login implements the auth login command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginOptions ¶
type LoginOptions struct {
IO *iostreams.IOStreams
HttpClient func() (*http.Client, error)
Config func() (config.Config, error)
OpenBrowser func(string) error
// Flags
Hostname string
WithToken bool
GitProtocol string
Web bool
// Internal state populated from stdin or interactive input.
Token string
}
Source Files
¶
- login.go
Click to show internal directories.
Click to hide internal directories.