-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add ability to provide context to what is being installed/updated #1437
Comments
Rather than having everyone set a custom message here: would using the
How would you decide how long this is and would it be set for every message? I've not heard anyone else asking for this so, while not strongly opposed, I can't help but feel like a wrapper script for this (e.g. https://github.com/github/scripts-to-rule-them-all/blob/HEAD/script/bootstrap#L10-L15) might be a better fit? You could potentially use multiple Brewfiles this way, too. What might help us brainstorm better together here: what's the problem you/your users experience today? Figuring out the problem rather than going straight to the solution may help here. Thanks! |
I thought of this. While it could be interesting, the
In my exact case, I have 5-10 internal things which are installed and none of them have bottles. Generally any Python CLI takes a while due to
We are actually doing something like this already (a CLI which does the brew bundle calling, multiple brewfiles, etc). We could (and should!) use |
It's probably also worth mentioning that we are using |
Ok. Will leave this open for now and see if anyone else chimes in. If not: the stalebot will get it. Would want to see at least one other person see the need for this before we carry the code forever. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Passing on this, sorry! |
thanks – we ended up not using |
We are using Brewfiles to set up people's machines and we want to give context to what we are installing. The current setup is not ideal for it so I wanted to raise some issues we have and some potential solutions.
What we want to achieve:
Using Visual Studio Code
(if it's installed/etc) or "Installing ", depending.for the latter, one option could be to just output what brew is doing, but unfortunately I can't e.g. run
brew bundle
without--verbose
and see any of the result. In other words, passing--quiet
might work. But when I think about it more, I think just having the simple ability to output a message before the next action happens is more flexible.My proposal:
message
method to the DSL which takes a stringHappy to send a PR if this is wanted! also happy to take suggestions
The text was updated successfully, but these errors were encountered: