Skip to content

@curl-runner/cli@1.20.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 19:38
· 62 commits to main since this release
5b83d04

Minor Changes

  • #96 022c831 Thanks @alexvcasillas! - feat: add YAML wizard for interactive config creation

    • Add curl-runner init for quick YAML file creation
    • Add curl-runner init --wizard for full interactive wizard
    • Add curl-runner edit <file> to modify existing YAML files
    • Support templates: basic-get, basic-post, api-test, file-upload, auth-flow
    • Preview YAML before saving with option to run immediately
    • Add 51 new tests for wizard module