Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCredentials ¶ added in v0.2.0
func ApplyCredentials(result *Result)
ApplyCredentials fills in Token for accounts that have no API key from env vars, using stored credentials from the credentials file. It also creates new accounts for stored credentials that don't match any existing account.
Types ¶
type DetectedTool ¶
type Result ¶
type Result struct {
Tools []DetectedTool
Accounts []core.AccountConfig
}
func AutoDetect ¶
func AutoDetect() Result
Click to show internal directories.
Click to hide internal directories.