(configPath: string)
| 195 | } |
| 196 | |
| 197 | function readCredentialsFromFile(configPath: string): Credentials { |
| 198 | return cliConfig.readAuthFileConfig(configPath); |
| 199 | } |
| 200 | |
| 201 | function isENOENTError(error: unknown): boolean { |
| 202 | return ( |
no outgoing calls
no test coverage detected