UNPKG

@gati-framework/cli

Version:

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

7 lines 243 B
/** * @module cli/commands/generate-manifests * @description Generate individual file manifests */ import { Command } from 'commander'; export declare const generateManifestsCommand: Command; //# sourceMappingURL=generate-manifests.d.ts.map