UNPKG

@syntropysoft/praetorian

Version:

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

9 lines 233 B
interface CheckOptions { brokers?: boolean; http?: boolean; redis?: boolean; logging?: boolean; } export declare function runCheck(options?: CheckOptions): Promise<void>; export {}; //# sourceMappingURL=check.d.ts.map