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 Apr 22, 2025. It is now read-only.
I just started getting this error out of the blue by all of our app bootstrap scripts and my own custom dotfiles scripts which all use brew bundle --no-lock ....
I see #1509 has landed which removes the lockfile generation. And by my reading of the PR, it appears that the --no-lock option is supposed to still be accepted (silently? or perhaps with a warning?) as it is now just a no-op.
But surprising to me (and disruptive to all our application tooling), the brew bundle --no-lock command errors out immediately with invalid-option error.
I'm basing this on the wild assumption that hidden: true here (and the fact that the option was not removed from the codebase), that the option was expected to continue to be allowed?
If the expected behavior is indeed that brew bundle should error with "invalid option"; then this Issue is more about requesting there be a deprecation period and warning for the planned removal of said option.
creating this issue from ill-advised comment on closed PR referenced above: