UNPKG

@gati-framework/cli

Version:

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

7 lines 218 B
/** * @module cli/commands/analyze * @description Analyze project and generate config/types */ import { Command } from 'commander'; export declare const analyzeCommand: Command; //# sourceMappingURL=analyze.d.ts.map