@curl-runner/cli@1.21.0
·
50 commits
to main
since this release
Minor Changes
-
#98
c99f88cThanks @alexvcasillas! - feat: add validate command for YAML config validationNew
curl-runner validatecommand that:- Accepts file paths or glob patterns
- Validates YAML syntax and structure
- Checks curl-runner API correctness (methods, auth types, operators, etc.)
- Validates curl options (SSL, retry, timeout configs)
- Reports issues with severity (error/warning)
- Proposes fixes for common issues
- Auto-fixes with
--fixflag (uppercase methods, https:// prefix)