UNPKG

@gati-framework/cli

Version:

CLI tool for Gati framework - create, develop, build and deploy cloud-native applications

10 lines 270 B
/** * @module cli/commands/generate * @description Generate code artifacts (validators, types, SDK, bundles) */ import { Command } from 'commander'; /** * Main generate command */ export declare const generateCommand: Command; //# sourceMappingURL=generate.d.ts.map