(configPath: string, config: Credentials)
| 216 | } |
| 217 | |
| 218 | function writeCredentialsToFile(configPath: string, config: Credentials): void { |
| 219 | cliConfig.writeAuthConfigFile(configPath, config); |
| 220 | } |
| 221 | |
| 222 | function readCredentialsFromKeyring( |
| 223 | configPath: string, |
no outgoing calls
no test coverage detected