UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

15 lines 499 B
import { z } from "zod"; import { SentryCommand } from "../types/index.js"; export default class Login extends SentryCommand<object> { static args: {}; static description: string; static examples: string[]; static flags: {}; private readonly authService; private readonly vaultService; get commandId(): string; get configSchema(): z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; run(): Promise<void>; private openBrowser; } //# sourceMappingURL=login.d.ts.map