UNPKG

@gati-framework/cli

Version:

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

7 lines 188 B
/** * @module runtime/deployment/index * @description Main exports for Gati deployment system */ export * from './types'; export * from './kubernetes'; //# sourceMappingURL=index.js.map