You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users are sometimes confused why using -i, -u or/and -d works the way it does. This includes both why does it suddenly not use their exec function or why they don't use the env they have defined.
While there are some indications that we no longer run the same scenarios, it likely will be nice to be more explicit.
p.s. forgot about -s for stages, as I never see it used 🤦
Suggested Solution (optional)
On usage of any of the shortcut options - print a warning stating that this will completely overwrite the whole options.scenarios possibly somewhere in
This is currently implemented only for scenarios as that is the case
that is most confusing. Implementing this for duration overriding stages
(for example) is possible, but it seems to not be nearly hit enough.
Unfortunately due to too many of things of #883 and the way shorthand
options are handled in particular, the code can't be in any Apply
function with enough information to have a nice message.
Fixes#2529
Feature Description
Users are sometimes confused why using
-i
,-u
or/and-d
works the way it does. This includes both why does it suddenly not use theirexec
function or why they don't use theenv
they have defined.While there are some indications that we no longer run the same scenarios, it likely will be nice to be more explicit.
p.s. forgot about
-s
for stages, as I never see it used 🤦Suggested Solution (optional)
On usage of any of the shortcut options - print a warning stating that this will completely overwrite the whole
options.scenarios
possibly somewhere ink6/lib/executor/execution_config_shortcuts.go
Line 72 in c055402
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: