Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option --variables-file / --variables #42

Closed
fabricereix opened this issue Oct 19, 2020 · 1 comment
Closed

Add option --variables-file / --variables #42

fabricereix opened this issue Oct 19, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@fabricereix
Copy link
Collaborator

fabricereix commented Oct 19, 2020

Currently, variables can be set at the command-line with the option --variable <name=value>

It can become a bit tedious when the number of variables increases.
Hurl could also read variables from an input properties file with an option like --variables-file <FILE>

The values defined in the properties will be exactly the same as the one define din the command-line.

@jcamiel jcamiel added the enhancement New feature or request label Nov 1, 2020
@fabricereix
Copy link
Collaborator Author

implemented in #118

@lepapareil lepapareil added this to the 1.1.0 milestone Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants