@veecode-platform/safira-cli
Version:
Generate a microservice project from your spec.
9 lines (8 loc) • 315 B
TypeScript
import { OktetoBaseCommand } from "../../../base-command/okteto-base-command";
export default class OktetoContextDelete extends OktetoBaseCommand<typeof OktetoContextDelete> {
static description: string;
static examples: string[];
static flags: {};
static args: never[];
run(): Promise<void>;
}