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