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