UNPKG

kubricate

Version:

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

5 lines 322 B
import type { CommandModule } from 'yargs'; import { type GenerateCommandOptions } from '../commands/generate/index.js'; import type { GlobalConfigOptions } from '../internal/types.js'; export declare const generateCommand: CommandModule<GlobalConfigOptions, GenerateCommandOptions>; //# sourceMappingURL=generate.d.ts.map