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
{{ message }}
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
...and then 'some_other_preset' would be activated when doing either:
FOO=bar neutrino <command>
neutrino <command> --options.env.FOO bar
After #852, option (2) no longer exists (which is unavoidable), however (1) no longer causes the preset to be loaded - meaning this feature can no longer be used.
The text was updated successfully, but these errors were encountered:
If removal of this feature is intentional, I think we should add a check for env and fail loudly if it's passed, to ensure behaviour doesn't silently change.
edmorley
changed the title
Environment-specific configs not working after #852
Environment-specific configs silently not working after #852
Aug 23, 2018
With Neutrino 8 it was possible to define environment specific configs, like so:
...and then
'some_other_preset'
would be activated when doing either:FOO=bar neutrino <command>
neutrino <command> --options.env.FOO bar
After #852, option (2) no longer exists (which is unavoidable), however (1) no longer causes the preset to be loaded - meaning this feature can no longer be used.
The text was updated successfully, but these errors were encountered: