Skip to content

@curl-runner/cli@1.21.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 23:52
· 50 commits to main since this release
f3ef703

Minor Changes

  • #98 c99f88c Thanks @alexvcasillas! - feat: add validate command for YAML config validation

    New curl-runner validate command 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 --fix flag (uppercase methods, https:// prefix)