Is there a flag or setting to summarize additional steps required at the end of an install? #4094
Unanswered
NerdyDeedsLLC
asked this question in
Everyday usage
Replies: 1 comment 3 replies
-
These are |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Is there a flag or setting to summarize additional steps required at the end of an install?
I've dug through the docs twice now, and I don't THINK there is, but before I go writing something that will accomplish this I wanted to ask the experts.
Basically, I have a series of setup scripts intended to be run by end-users at our org. Homebrew factors heavily in certain of these. There are a number of binaries that, after Pouring, will say something like,
"Add XXX to your PATH variable,"
or "Yo, we didn't symlink YYY,"
etc. As you know, these messages occur, inline, within the wall of output that brew occasionally produces.Is there a mechanism to collate (or duplicate) all of those "special case" messages into a summary block at the end of the install?
Yes, I entirely agree the users should just scroll up and RTFS. But there is no amount of nagging, pointing this out, asserting, stating, opining, bullyragging, reminding, demanding, begging, or threatening that seems to be adequate to make this happen, at least at my org.
It'll be a trivial matter to just read the output,
grep
out anything that doesn't start withFetching
,Downloading
,Installing
,Pouring
,Regenerating
,Running
, or🍺 /
(I'm sure I'm missing an edge case, but off the cuff that's what occurs), and slap the output on-screen at the conclusion of the run, but it dawns on me I'm very likely not the first person to deal with this, so I figured I'd ask if there was something inbuilt and I just wasn't seeing it.Beta Was this translation helpful? Give feedback.
All reactions