UNPKG

@gati-framework/cli

Version:

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

10 lines 287 B
/** * @module cli/commands/deploy * @description Deploy Gati application to cloud infrastructure */ import type { Command } from 'commander'; /** * Register deploy command */ export declare function registerDeployCommand(program: Command): void; //# sourceMappingURL=deploy.d.ts.map