UNPKG

kubricate

Version:

A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.

6 lines 228 B
export interface CliEntryPointOptions { version: string; scriptName: string; } export declare function cliEntryPoint(argv: string[], options: CliEntryPointOptions): Promise<void>; //# sourceMappingURL=entrypoint.d.ts.map