hurl
Verified for current stable LTS
Hurl Commands
Hurl command syntax with verified terminal examples.
Commands
6 commands for Hurl
hurl HTTP
Hurl Command: Run Http Requests From File
hurl <path/to/file.hurl> hurl HTTP
Hurl Command: Run Http Requests Inject Variables Secrets From File
hurl --variables-file <path/to/variables_file> --secrets-file <path/to/secrets_file> <path/to/file.hurl> hurl HTTP
Hurl Command: Run Http Requests Set Variable
hurl --variable <variable_name>=<value> <path/to/file.hurl> hurl HTTP
Hurl Command: Run Http Requests With Secret Redact Logs
hurl --secret <secret_name>=<value> <path/to/file.hurl> hurl HTTP
Hurl Command: Run Specific Http Requests From File
hurl --from-entry 2 --to-entry 5 <path/to/file.hurl> hurl HTTP
Hurl Command: Test Http Requests And Generate Report Html
hurl --test --report-html <path/to/output_directory> <path/to/file.hurl> Suggest a Hurl Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Hurl workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.