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