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
ways I can see this working is to add an option to provide a specific module which would could work without existing in the managed_modules.yml file... but this feels a bit risky... so perhaps validation of presence is desired...
alternatively an error could be thrown if nothing is found via:
raise 'filter did not match any of the modules in managed_modules.yml' if managed_modules.empty?
I would be happy to submit a PR for either solution
@james-powis The word "filter" suggests like we're actually filtering a list of modules (not overriding), so the latter solution resonates with the usage pattern. 👍
I tried to update two modules today that weren't in our managed_modules.yml:
the output is nothing, which is very missleading. A warning/message would be cool instead.
The text was updated successfully, but these errors were encountered: