(options: LoginCommandOptions)
| 50 | } |
| 51 | |
| 52 | async function _loginCommand(options: LoginCommandOptions) { |
| 53 | return login({ defaultApiUrl: options.apiUrl, embedded: false, profile: options.profile }); |
| 54 | } |
| 55 | |
| 56 | export type LoginOptions = { |
| 57 | defaultApiUrl?: string; |
no test coverage detected
searching dependent graphs…