-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
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
brew bundle
has been removed
#6537
Comments
I'd recommend attempting to strip dependencies from https://github.com/andrew/brewdler and using that. |
Also, you may be interested to learn that we now source our PATH from taps so you can add subcommands to |
Preparing a pull request. |
@MikeMcQuaid, thanks for the recommendation. “Command taps” are a welcome addition. @yegortimoschenko, quite sorry for the late response. We would gladly accept an external contribution for the new Also, if you have already done some work, feel free to open an incomplete PR and mark it as "WIP". This would help other contributors to focus on a single proposal. |
I say we move the whole discussion to the concept of metacasks (and decide there if we should do it or not), as that could conceivably do the same (and possibly more) than
Solution that fills the requisites: bundle() {
sed '/^\s*$/d;s/^/brew /' "$1" | sh
} @ndr-qef If there’s something here I’m missing, feel free to reopen for further discussion. |
For anyone following this thread: this is the new official replacement built by @andrew: https://github.com/Homebrew/homebrew-brewdler |
The
brew bundle
command has recently been removed from Homebrew; we relied on it for automation.Since Cask is a popular tool for provisioning personal machines, it would be desirable to seek a working alternative without external dependencies, or implement our own
bundle
-like command.(In the future, bundle-like functionality may be provided by “metacasks” exclusively comprised of cask dependencies, but until then, it would be best to provide an interim solution.)
The text was updated successfully, but these errors were encountered: