UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

14 lines 475 B
import { z } from "zod"; import { SentryCommand } from "../types/index.js"; export default class WhoAmICommand extends SentryCommand<object> { static args: {}; static description: string; static examples: string[]; static flags: {}; get commandId(): string; get configSchema(): z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; run(): Promise<void>; private getAccessTokenOrExit; private getUserOrExit; } //# sourceMappingURL=whoami.d.ts.map