We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose this dynamic command in runner.yml:
some: config: 1 commands: some:command: - echo "Value is ${some.config}"
Theoretically, it should be possible to set a config on runtime, in this way:
./vendor/bin/run some:command -Dsome.config=2
Which you expect to echo: Value is 2
Value is 2
But it doesn't work!
The text was updated successfully, but these errors were encountered:
Yes i also noted this is documented somewhere (forgot where) but does not work.
Re-thinking it, i prefer the explicit way of having command args and options update defined places in config, so proposing WONTFIX.
Sorry, something went wrong.
No branches or pull requests
Suppose this dynamic command in runner.yml:
Theoretically, it should be possible to set a config on runtime, in this way:
Which you expect to echo:
Value is 2
But it doesn't work!
The text was updated successfully, but these errors were encountered: