UNPKG

@gati-framework/cli

Version:

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

7 lines 223 B
/** * @module cli/commands/timescape * @description Timescape Versioning System CLI commands */ import { Command } from 'commander'; export declare const timescapeCommand: Command; //# sourceMappingURL=timescape.d.ts.map