@supernovaio/cli
Version:
Supernova.io Command Line Interface
13 lines • 433 B
TypeScript
import { z } from "zod";
import { SentryCommand } from "../types/index.js";
export default class Logout extends SentryCommand<object> {
static args: {};
static description: string;
static examples: string[];
static flags: {};
private vaultService;
get commandId(): string;
get configSchema(): z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
run(): Promise<void>;
}
//# sourceMappingURL=logout.d.ts.map