kubricate
Version:
A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.
5 lines • 329 B
TypeScript
import type { CommandModule } from 'yargs';
import { type SecretCommandOptions } from '../../commands/SecretCommand.js';
import type { GlobalConfigOptions } from '../../internal/types.js';
export declare const secretValidateCommand: CommandModule<GlobalConfigOptions, SecretCommandOptions>;
//# sourceMappingURL=validate.d.ts.map