UNPKG

@syntropysoft/praetorian

Version:

Praetorian CLI – A universal multi-environment configuration validator for DevSecOps teams. Validate, compare, and secure YAML/ENV files with ease.

8 lines 235 B
interface TemplateOptions { output?: string; name?: string; force?: boolean; } export declare function runTemplate(recipe: string, options?: TemplateOptions): Promise<void>; export {}; //# sourceMappingURL=template.d.ts.map