hurl
Verified for current stable LTS
Hurl Command: Run Http Requests Set Variable
Use for run http requests set variable with Hurl. Exact CLI syntax to run http requests set variable using Hurl.
When to use this: Use for run http requests set variable with Hurl.
Command Syntax
hurl --variable <variable_name>=<value> <path/to/file.hurl> hurl --variable <variable_name>=<value> <path/to/file.hurl> Live Command Builder
Final Command
hurl --variable <variable_name>=<value> <path/to/file.hurl> Command Breakdown
--variable- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run http requests set variable using Hurl.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hurl Command: Run Http Requests From File
hurl <path/to/file.hurl> 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 Command: Run Http Requests With Secret Redact Logs hurl --secret <secret_name>=<value> <path/to/file.hurl> Hurl Command: Run Specific Http Requests From File hurl --from-entry 2 --to-entry 5 <path/to/file.hurl> Hurl Command: Test Http Requests And Generate Report Html hurl --test --report-html <path/to/output_directory> <path/to/file.hurl>