UNPKG

@syntropysoft/praetorian

Version:

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

24 lines 365 B
{ "database": { "host": "localhost", "port": 5432, "name": "myapp", "ssl": true }, "api": { "host": "0.0.0.0", "port": 3000, "timeout": 30, "debug": false }, "redis": { "host": "localhost", "port": 6379, "password": "" }, "logging": { "level": "info", "format": "json", "output": "stdout" } }