2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								. \" generated by kramdown  
						 
					
						
							
								
									
										
										
										
											2024-11-01 00:08:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TH  "BREW"  "1"  "November 2024"  "Homebrew" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  NAME 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								brew \-  The Missing Package Manager for macOS (or Linux)
							 
						 
					
						
							
								
									
										
										
										
											2010-06-03 22:29:20 -07:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.SH  "SYNOPSIS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB brew\fP  \fB \- \- version\fP  
						 
					
						
							
								
									
										
										
										
											2013-04-09 16:47:00 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.br 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB brew\fP  \fI command\fP  [\fB \- \- verbose\fP |\fB \- v\fP ] [\fI options\fP ] [\fI formula\fP ] \. \. \.  
						 
					
						
							
								
									
										
										
										
											2010-06-03 22:29:20 -07:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.SH  "DESCRIPTION" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn\[ u2019]t include with macOS\.  It can also install software not packaged for your Linux distribution without requiring \fB sudo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-07 10:57:27 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "TERMINOLOGY" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB formula\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Homebrew package definition that builds from upstream sources
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB cask\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Homebrew package definition that installs macOS native applications
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB prefix\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								path in which Homebrew is installed, e\. g\.  \fB /usr/local\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB keg\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								installation destination directory of a given \fB formula\fP  version, e\. g\.  \fB /usr/local/Cellar/foo/0\. 1\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB rack\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								directory containing one or more versioned \fB kegs\fP , e\. g\.  \fB /usr/local/Cellar/foo\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB keg\- only\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								a \fB formula\fP  is \fI keg\- only\fP  if it is not symlinked into Homebrew\[ u2019]s prefix
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB opt prefix\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								a symlink to the active version of a \fB keg\fP , e\. g\.  \fB /usr/local/opt/foo\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB Cellar\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								directory containing one or more named \fB racks\fP , e\. g\.  \fB /usr/local/Cellar\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB Caskroom\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								directory containing one or more named \fB casks\fP , e\. g\.  \fB /usr/local/Caskroom\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB external command\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew\fP  subcommand defined outside of the Homebrew/brew GitHub repository 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								directory (and usually Git repository) of \fB formulae\fP , \fB casks\fP  and/or \fB external commands\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB bottle\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								pre\- built \fB keg\fP  poured into a \fB rack\fP  of the \fB Cellar\fP  instead of building from upstream sources
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SH  "ESSENTIAL COMMANDS" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								For the full command list, see the \fI COMMANDS\fP  section\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-08 10:45:03 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								With \fB \- \- verbose\fP  or \fB \- \- debug\fP , many commands print extra debugging information\.  Note that these options should only appear after a command\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-07 10:57:27 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Some command behaviour can be customised with environment variables; see the \fI ENVIRONMENT\fP  section\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBinstall\fP \fIformula\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-07 10:57:27 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI formula\fP  is usually the name of the formula to install, but it has other syntaxes which are listed in the \fI SPECIFYING FORMULAE\fP  section\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBuninstall\fP \fIformula\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Uninstall \fI formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBlist\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2011-05-30 21:34:42 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List all installed formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBsearch\fP \fR[\fItext\fP|\fB/\fP\fItext\fP\fB/\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Perform a substring search of cask tokens and formula names for \fI text\fP \& \.  If \fI text\fP  is flanked by slashes, it is interpreted as a regular expression\.  The search for \fI text\fP  is extended online to \fB homebrew/core\fP  and \fB homebrew/cask\fP \& \.  If no search term is provided, all locally available formulae are listed\. 
							 
						 
					
						
							
								
									
										
										
										
											2010-06-03 22:29:20 -07:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.SH  "COMMANDS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBanalytics\fP \fR[\fIsubcommand\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Control Homebrew\[ u2019]s anonymous aggregate user behaviour analytics\.  Read more at 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/Analytics 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE  \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew analytics\fP  [\fB state\fP ] 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the current state of Homebrew\[ u2019]s analytics\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew analytics\fP  (\fB on\fP |\fB off\fP ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Turn Homebrew\[ u2019]s analytics on or off respectively\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBautoremove\fP \fR[\fB\-\-dry\-run\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-06 11:02:59 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-10 19:45:02 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-06 11:02:59 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List what would be uninstalled, but do not actually uninstall anything\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcasks\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-25 22:32:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List all locally installable casks including short names\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcleanup\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove stale lock files and outdated downloads for all formulae and casks, and remove old versions of installed formulae\.  If arguments are specified, only do this for the given formulae and casks\.  Removes all downloads more than 120 days old\.  This can be adjusted with \fB HOMEBREW_CLEANUP_MAX_AGE_DAYS\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- prune\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove all cache files older than specified \fI days\fP \& \.  If you want to remove everything, use \fB \- \- prune=all\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show what would be removed, but do not actually remove anything\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-06-03 11:52:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- scrub\fP  
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Scrub the cache, including downloads for even the latest versions\.  Note that downloads for any installed formulae or casks will still not be deleted\.  If you want to delete those too: \fB rm \- rf "$(brew \- \- cache)"\fP 
							 
						 
					
						
							
								
									
										
										
										
											2019-02-13 09:39:21 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- prune\- prefix\fP  
						 
					
						
							
								
									
										
										
										
											2019-02-13 09:39:21 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only prune the symlinks and directories from the prefix and remove no other files\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:09:42 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcommand\fP \fIcommand\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the path to the file being used when invoking \fB brew\fP  \fI cmd\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcommands\fP \fR[\fB\-\-quiet\fP] \fR[\fB\-\-include\-aliases\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show lists of built\- in and external commands\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- q\fP , \fB \- \- quiet\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List only the names of commands without category headers\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- aliases\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include aliases of internal commands\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcompletions\fP \fR[\fIsubcommand\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Control whether Homebrew automatically links external tap shell completion files\.  Read more at 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/Shell\-Completion 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE  \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew completions\fP  [\fB state\fP ] 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the current state of Homebrew\[ u2019]s completions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew completions\fP  (\fB link\fP |\fB unlink\fP ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Link or unlink Homebrew\[ u2019]s completions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBconfig\fP, \fB\-\-config\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show Homebrew and system configuration info useful for debugging\.  If you file a bug report, you will be required to provide this information\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBdeps\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show dependencies for \fI formula\fP \& \.  When given multiple formula arguments, show the intersection of dependencies for each formula\.  By default, \fB deps\fP  shows all required and recommended dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-28 22:14:26 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If any version of each formula argument is installed and no other options are passed, this command displays their actual runtime dependencies (similar to \fB brew linkage\fP ), which may differ from the current versions\[ u2019] stated dependencies if the installed versions are outdated\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Note:\fP  \fB \- \- missing\fP  and \fB \- \- skip\- recommended\fP  have precedence over \fB \- \- include\- *\fP \& \.  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- topological\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Sort dependencies in topological order\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- 1\fP , \fB \- \- direct\fP  
						 
					
						
							
								
									
										
										
										
											2022-08-31 17:21:44 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show only the direct dependencies declared in the formula\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-14 16:44:17 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- union\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show the union of dependencies for multiple \fI formula\fP , instead of the intersection\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- full\- name\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List dependencies by their full name\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- build\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include \fB :build\fP  dependencies for \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- optional\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include \fB :optional\fP  dependencies for \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- test\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include \fB :test\fP  dependencies for \fI formula\fP  (non\- recursive)\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- recommended\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Skip \fB :recommended\fP  dependencies for \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- requirements\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include requirements in addition to dependencies for \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tree\fP  
						 
					
						
							
								
									
										
										
										
											2019-03-14 16:44:17 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show dependencies as a tree\.  When given multiple formula arguments, show individual trees for each formula\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- graph\fP  
						 
					
						
							
								
									
										
										
										
											2021-11-17 10:51:48 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show dependencies as a directed graph\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- dot\fP  
						 
					
						
							
								
									
										
										
										
											2021-11-17 10:51:48 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show text\- based graph description in DOT format\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- annotate\fP  
						 
					
						
							
								
									
										
										
										
											2023-10-12 07:58:25 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Mark any build, test, implicit, optional, or recommended dependencies as such in the output\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-06 23:44:46 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List dependencies for formulae that are currently installed\.  If \fI formula\fP  is specified, list only its dependencies that are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-14 16:44:17 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- missing\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-18 14:09:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show only missing dependencies\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to list their dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-14 16:44:17 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- for\- each\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Switch into the mode used by the \fB \- \- eval\- all\fP  option, but only list dependencies for each provided \fI formula\fP , one formula per line\.  This is used for debugging the \fB \- \- installed\fP /\fB \- \- eval\- all\fP  display mode\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 07:58:25 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
									
										
										
										
											2023-10-12 07:58:25 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show dependencies for HEAD version instead of stable version\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-04 10:11:17 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-22 12:38:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- os\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show dependencies for the given operating system\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- arch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show dependencies for the given CPU architecture\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-04 10:11:17 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-04 10:11:17 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBdesc\fP \fR[\fIoptions\fP] \fIformula\fP|\fIcask\fP|\fItext\fP|\fB/\fP\fIregex\fP\fB/\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display \fI formula\fP \[ u2019]s name and one\- line description\.  The cache is created on the first search, making that search slower than subsequent ones\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- search\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search both names and descriptions for \fI text\fP \& \.  If \fI text\fP  is flanked by slashes, it is interpreted as a regular expression\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- name\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search just names for \fI text\fP \& \.  If \fI text\fP  is flanked by slashes, it is interpreted as a regular expression\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- description\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search just descriptions for \fI text\fP \& \.  If \fI text\fP  is flanked by slashes, it is interpreted as a regular expression\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-03-23 00:03:11 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to search their descriptions\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2022-03-23 00:03:11 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2022-03-23 00:03:11 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBdeveloper\fP \fR[\fIsubcommand\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Control Homebrew\[ u2019]s developer mode\.  When developer mode is enabled, \fB brew update\fP  will update Homebrew to the latest commit on the \fB master\fP  branch instead of the latest stable version along with some other behaviour changes\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew developer\fP  [\fB state\fP ] 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the current state of Homebrew\[ u2019]s developer mode\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew developer\fP  (\fB on\fP |\fB off\fP ) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Turn Homebrew\[ u2019]s developer mode on or off respectively\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBdocs\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open Homebrew\[ u2019]s online documentation at 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								in a browser\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBdoctor\fP, \fBdr\fP \fR[\fB\-\-list\-checks\fP] \fR[\fB\-\-audit\-debug\fP] \fR[\fIdiagnostic_check\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check your system for potential problems\.  Will exit with a non\- zero status if any potential problems are found\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue\.  If everything you use Homebrew for is working fine: please don\[ u2019]t worry or file an issue; just ignore this\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- list\- checks\fP  
						 
					
						
							
								
									
										
										
										
											2019-12-12 19:04:01 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List all audit methods, which can be run individually if provided as arguments\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- D\fP , \fB \- \- audit\- debug\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Enable debugging and profiling of audit methods\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBfetch\fP \fR[\fIoptions\fP] \fIformula\fP|\fIcask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download a bottle (if available) or source packages for \fI formula\fP e and binaries for \fI cask\fP s\.  For files, also print SHA\- 256 checksums\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- os\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download for the given operating system\.  (Pass \fB all\fP  to download for all operating systems\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- arch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download for the given CPU architecture\.  (Pass \fB all\fP  to download for all architectures\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- bottle\- tag\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-13 16:54:15 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download a bottle for given tag\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Fetch HEAD version instead of stable version\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Remove a previously cached version and re\- fetch\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do a verbose VCS checkout, if the URL represents a VCS\.  This is useful for seeing if an existing VCS cache has been updated\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- retry\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-06 10:11:21 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retry if downloading fails or re\- download if the checksum of a previously cached version no longer matches\.  Tries at most 5 times with exponential backoff\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- deps\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also download dependencies for any listed \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- build\- from\- source\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download source packages rather than a bottle\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- build\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download source packages (for eventual bottling) rather than a bottle\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download a bottle if it exists for the current or newest version of macOS, even if it would not be used during installation\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-19 18:12:16 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] quarantine\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 18:12:16 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable quarantining of downloads (default: enabled)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 18:12:16 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 18:12:16 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBformulae\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-20 12:44:07 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List all locally installable formulae including short names\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBgist\-logs\fP \fR[\fIoptions\fP] \fIformula\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Upload logs for a failed build of \fI formula\fP  to a new Gist\.  Presents an error message if no logs are found\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- with\- hostname\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include the hostname in the Gist\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- new\- issue\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Automatically create a new issue in the appropriate GitHub repository after creating the Gist\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- p\fP , \fB \- \- private\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								The Gist will be marked private and will not appear in listings but will be accessible with its link\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-08 13:35:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBhelp\fP \fR[\fIcommand\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Outputs the usage instructions for \fB brew\fP  \fI command\fP \& \.  Equivalent to \fB brew \- \- help\fP  \fI command\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBhome\fP, \fBhomepage\fP \fR[\fB\-\-formula\fP] \fR[\fB\-\-cask\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open a \fI formula\fP  or \fI cask\fP \[ u2019]s homepage in a browser, or open Homebrew\[ u2019]s own homepage if no argument is provided\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-11 23:09:14 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-11 23:09:14 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-11 23:09:14 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBinfo\fP, \fBabv\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display brief statistics for your Homebrew installation\.  If a \fI formula\fP  or \fI cask\fP  is provided, show summary of information about it\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- analytics\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List global Homebrew analytics data or, if specified, installation and build error data for \fI formula\fP  (provided neither \fB HOMEBREW_NO_ANALYTICS\fP  nor \fB HOMEBREW_NO_GITHUB_API\fP  are set)\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- days\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								How many days of analytics data to retrieve\.  The value for \fI days\fP  must be \fB 30\fP , \fB 90\fP  or \fB 365\fP \& \.  The default is \fB 30\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- category\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Which type of analytics data to retrieve\.  The value for \fI category\fP  must be \fB install\fP , \fB install\- on\- request\fP  or \fB build\- error\fP ; \fB cask\- install\fP  or \fB os\- version\fP  may be specified if \fI formula\fP  is not\.  The default is \fB install\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-20 12:06:24 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- github\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open the GitHub source page for \fI formula\fP  and \fI cask\fP  in a browser\.  To view the history locally: \fB brew log \- p\fP  \fI formula\fP  or \fI cask\fP 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-26 16:59:37 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fetch\- manifest\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fetch GitHub Packages manifest for extra information when \fI formula\fP  is not installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print a JSON representation\.  Currently the default value for \fI version\fP  is \fB v1\fP  for \fI formula\fP \& \.  For \fI formula\fP  and \fI cask\fP  use \fB v2\fP \& \.  See the docs for examples of using the JSON output: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/Querying\-Brew 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2019-03-11 12:59:39 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print JSON of formulae that are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to print their JSON\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- variations\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include the variations hash in each formula\[ u2019]s JSON output\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-21 16:41:15 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show more verbose analytics data for \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-20 10:26:10 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-20 10:26:10 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-20 10:26:10 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBinstall\fP \fR[\fIoptions\fP] \fIformula\fP|\fIcask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install a \fI formula\fP  or \fI cask\fP \& \.  Additional options specific to a \fI formula\fP  may be appended to the command\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK\fP  is set, \fB brew upgrade\fP  or \fB brew reinstall\fP  will be run for outdated dependents and dependents with broken linkage, respectively\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-25 09:10:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALL_CLEANUP\fP  is set, \fB brew cleanup\fP  will then be run for the installed formulae or, every 30 days, for all formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-25 09:10:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALL_UPGRADE\fP  is set, \fB brew install\fP  \fI formula\fP  will upgrade \fI formula\fP  if it is already installed but outdated\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- debug\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-09 08:37:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- display\- times\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print install times for each package at the end of the run\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-07 21:23:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install formulae without checking for previously installed keg\- only or non\- migrated versions\.  When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the verification and post\- install steps\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2022-10-03 09:41:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show what would be installed, but do not actually install anything\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\- dependencies\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								An unsupported Homebrew development option to skip installing any dependencies of any kind\.  If the dependencies are not already present, the formula will have issues\.  If you\[ u2019]re not developing Homebrew, consider adjusting your PATH rather than using this option\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- dependencies\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install the dependencies with specified options but do not install the formula itself\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cc\fP  
						 
					
						
							
								
									
										
										
										
											2024-08-22 17:42:46 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Attempt to compile using the specified \fI compiler\fP , which should be the name of the compiler\[ u2019]s executable, e\. g\.  \fB gcc\- 9\fP  for GCC 9\.  In order to use LLVM\[ u2019]s clang, specify \fB llvm_clang\fP \& \.  To use the Apple\- provided clang, specify \fB clang\fP \& \.  This option will only accept compilers that are provided by Homebrew or bundled with macOS\.  Please do not file issues if you encounter errors while using this option\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- build\- from\- source\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Compile \fI formula\fP  from source even if a bottle is provided\.  Dependencies will still be installed from bottles if they are available\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- test\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install testing dependencies required to run \fB brew test\fP  \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fI formula\fP  defines it, install the HEAD version, aka\.  main, trunk, unstable, master\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fetch\- HEAD\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fetch the upstream repository to detect if the HEAD installation of the formula is outdated\.  Otherwise, the repository\[ u2019]s HEAD will only be checked for updates when a new stable or development version has been released\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- tmp\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retain the temporary files created during installation\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- debug\- symbols\fP  
						 
					
						
							
								
									
										
										
										
											2022-08-12 09:07:17 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate debug symbols on build\.  Source will be retained in a cache directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- build\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Prepare the formula for eventual bottling during installation, skipping any post\- install steps\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- post\- install\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-23 15:22:27 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install but skip any post\- install steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- bottle\- arch\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-02-15 20:13:05 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- i\fP , \fB \- \- interactive\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download and patch \fI formula\fP , then open a shell\.  This allows the user to run \fB \& \. /configure \- \- help\fP  and otherwise determine how to turn the software package into a Homebrew package\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- g\fP , \fB \- \- git\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a Git repository, useful for creating patches to the software\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- overwrite\fP  
						 
					
						
							
								
									
										
										
										
											2022-01-13 10:37:41 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Delete files that already exist in the prefix while linking\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] binaries\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable linking of helper executables (default: enabled)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- require\- sha\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Require all casks to have a checksum\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] quarantine\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable quarantining of downloads (default: enabled)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- adopt\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Adopt existing artifacts in the destination that are identical to those being installed\.  Cannot be combined with \fB \- \- force\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 11:17:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- cask\- deps\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-25 21:13:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Skip installing cask dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-12 09:39:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- zap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								For use with \fB brew reinstall \- \- cask\fP \& \.  Remove all files associated with a cask\.  \fI May remove files which are shared between applications\. \fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBleaves\fP \fR[\fB\-\-installed\-on\-request\fP] \fR[\fB\-\-installed\-as\-dependency\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-20 15:21:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List installed formulae that are not dependencies of another installed formula or cask\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-05-12 11:48:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- r\fP , \fB \- \- installed\- on\- request\fP  
						 
					
						
							
								
									
										
										
										
											2021-05-12 11:48:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only list leaves that were manually installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- p\fP , \fB \- \- installed\- as\- dependency\fP  
						 
					
						
							
								
									
										
										
										
											2021-05-12 11:48:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only list leaves that were installed as dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBlink\fP, \fBln\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Symlink all of \fI formula\fP \[ u2019]s installed files into Homebrew\[ u2019]s prefix\.  This is done automatically when you install formulae but can be useful for manual installations\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- overwrite\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Delete files that already exist in the prefix while linking\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List files which would be linked or deleted by \fB brew link \- \- overwrite\fP  without actually linking or deleting any files\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Allow keg\- only formulae to be linked\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-05-26 15:49:24 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
									
										
										
										
											2021-05-26 15:49:24 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Link the HEAD version of the formula if it is installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBlist\fP, \fBls\fP \fR[\fIoptions\fP] \fR[\fIinstalled_formula\fP|\fIinstalled_cask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List all installed formulae and casks\.  If \fI formula\fP  is provided, summarise the paths within its current keg\.  If \fI cask\fP  is provided, list its artifacts\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-30 08:41:48 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List only formulae, or treat all named arguments as formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-03 12:29:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-30 08:41:48 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List only casks, or treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- full\- name\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print formulae with fully\- qualified names\.  Unless \fB \- \- full\- name\fP , \fB \- \- versions\fP  or \fB \- \- pinned\fP  are passed, other options (i\. e\.  \fB \- 1\fP , \fB \- l\fP , \fB \- r\fP  and \fB \- t\fP ) are passed to \fB ls\fP (1) which produces the actual output\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-03 12:29:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- versions\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show the version number for installed formulae, or only the specified formulae if \fI formula\fP  are provided\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- multiple\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only show formulae with multiple versions installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- pinned\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List only pinned formulae, or only the specified (pinned) formulae if \fI formula\fP  are provided\.  See also \fB pin\fP , \fB unpin\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-23 15:49:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\- on\- request\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-22 12:01:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List the formulae installed on request\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-23 15:49:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\- as\- dependency\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List the formulae installed as dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-22 12:01:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-23 07:07:41 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- poured\- from\- bottle\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List the formulae installed from a bottle\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- built\- from\- source\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List the formulae compiled from source\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- 1\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Force output to be one entry per line\.  This is the default when output is not to a terminal\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- l\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-29 21:04:01 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List formulae and/or casks in long format\.  Has no effect when a formula or cask name is passed as an argument\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- r\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-29 21:04:01 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Reverse the order of the formulae and/or casks sort to list the oldest entries first\.  Has no effect when a formula or cask name is passed as an argument\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- t\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-29 21:04:01 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Sort formulae and/or casks by time modified, listing most recently modified first\.  Has no effect when a formula or cask name is passed as an argument\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBlog\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show the \fB git log\fP  for \fI formula\fP  or \fI cask\fP , or show the log for the Homebrew repository if no formula or cask is provided\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- p\fP , \fB \- \- patch\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Also print patch from commit\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- stat\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Also print diffstat from commit\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- oneline\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print only one line per commit\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- 1\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-31 17:06:04 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print only one commit\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- max\- count\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-31 17:06:04 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print only a specified number of commits\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-09-30 08:15:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2021-09-30 08:15:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2021-09-30 08:15:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBmigrate\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP|\fIinstalled_cask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Migrate renamed packages to new names, where \fI formula\fP  are old names of packages\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Treat installed \fI formula\fP  and provided \fI formula\fP  as if they are from the same taps and migrate them anyway\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-08-31 12:27:14 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2021-08-31 12:27:14 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show what would be migrated, but do not actually migrate anything\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-14 18:47:44 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-14 18:47:44 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only migrate formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-14 18:47:44 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only migrate casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBmissing\fP \fR[\fB\-\-hide=\fP] \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check the given \fI formula\fP  kegs for missing dependencies\.  If no \fI formula\fP  are provided, check all kegs\.  Will exit with a non\- zero status if any kegs are found to be missing dependencies\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- hide\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Act as if none of the specified \fI hidden\fP  are installed\.  \fI hidden\fP  should be a comma\- separated list of formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBnodenv\-sync\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create symlinks for Homebrew\[ u2019]s installed NodeJS versions in \fB ~/\. nodenv/versions\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-15 17:30:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Note that older version symlinks will also be created so e\. g\.  NodeJS 19\. 1\. 0 will also be symlinked to 19\. 0\. 0\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBoptions\fP \fR[\fIoptions\fP] \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show install options specific to \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- compact\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show all options on a single line separated by spaces\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show options for formulae that are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to show their options\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-26 18:10:16 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- command\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show options for the specified \fI command\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBoutdated\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:10:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List installed casks and formulae that have an updated version available\.  By default, version information is displayed in interactive shells and suppressed otherwise\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- q\fP , \fB \- \- quiet\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List only the names of outdated kegs (takes precedence over \fB \- \- verbose\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include detailed version information\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List only outdated formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-06 09:25:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List only outdated casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print output in JSON format\.  There are two versions: \fB v1\fP  and \fB v2\fP \& \.  \fB v1\fP  is deprecated and is currently the default if no version is specified\.  \fB v2\fP  prints outdated formulae and casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- fetch\- HEAD\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fetch the upstream repository to detect if the HEAD installation of the formula is outdated\.  Otherwise, the repository\[ u2019]s HEAD will only be checked for updates when a new stable or development version has been released\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- g\fP , \fB \- \- greedy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include outdated casks with \fB auto_updates true\fP  or \fB version :latest\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- greedy\- latest\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include outdated casks including those with \fB version :latest\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- greedy\- auto\- updates\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include outdated casks including those with \fB auto_updates true\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBpin\fP \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Pin the specified \fI formula\fP , preventing them from being upgraded when issuing the \fB brew upgrade\fP  \fI formula\fP  command\.  See also \fB unpin\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Note:\fP  Other packages which depend on newer versions of a pinned formula might not install or run correctly\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBpostinstall\fP, \fBpost_install\fP \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Rerun the post\- install steps for \fI formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBpyenv\-sync\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create symlinks for Homebrew\[ u2019]s installed Python versions in \fB ~/\. pyenv/versions\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-29 20:40:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Note that older patch version symlinks will be created and linked to the minor version so e\. g\.  Python 3\. 11\. 0 will also be symlinked to 3\. 11\. 3\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBrbenv\-sync\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create symlinks for Homebrew\[ u2019]s installed Ruby versions in \fB ~/\. rbenv/versions\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-15 17:30:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Note that older version symlinks will also be created so e\. g\.  Ruby 3\. 2\. 1 will also be symlinked to 3\. 2\. 0\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBreadall\fP \fR[\fIoptions\fP] \fR[\fItap\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Import all items from the specified \fI tap\fP , or from all installed taps if none is provided\.  This can be useful for debugging issues across all items when making significant changes to \fB formula\. rb\fP , testing the performance of loading all items or checking if any current formulae/casks have Ruby issues\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- os\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Read using the given operating system\.  (Pass \fB all\fP  to simulate all operating systems\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-24 21:07:51 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- arch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Read using the given CPU architecture\.  (Pass \fB all\fP  to simulate all architectures\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-24 21:07:51 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- aliases\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Verify any alias symlinks in each tap\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- syntax\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Syntax\- check all of Homebrew\[ u2019]s Ruby files (if no \fI tap\fP  is passed)\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-10 22:59:07 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- simulate\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t simulate other system configurations when checking formulae and casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBreinstall\fP \fR[\fIoptions\fP] \fIformula\fP|\fIcask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Uninstall and then reinstall a \fI formula\fP  or \fI cask\fP  using the same options it was originally installed with, plus any appended options specific to a \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-02-03 09:34:00 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK\fP  is set, \fB brew upgrade\fP  or \fB brew reinstall\fP  will be run for outdated dependents and dependents with broken linkage, respectively\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-25 09:10:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALL_CLEANUP\fP  is set, \fB brew cleanup\fP  will then be run for the reinstalled formulae or, every 30 days, for all formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- debug\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-09 08:37:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- display\- times\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print install times for each package at the end of the run\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install without checking for previously installed keg\- only or non\- migrated versions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the verification and post\- install steps\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- build\- from\- source\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Compile \fI formula\fP  from source even if a bottle is available\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- i\fP , \fB \- \- interactive\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download and patch \fI formula\fP , then open a shell\.  This allows the user to run \fB \& \. /configure \- \- help\fP  and otherwise determine how to turn the software package into a Homebrew package\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-05 10:21:17 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- tmp\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retain the temporary files created during installation\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- debug\- symbols\fP  
						 
					
						
							
								
									
										
										
										
											2022-08-12 09:07:17 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate debug symbols on build\.  Source will be retained in a cache directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- g\fP , \fB \- \- git\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-01 10:31:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a Git repository, useful for creating patches to the software\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] binaries\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable linking of helper executables (default: enabled)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- require\- sha\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Require all casks to have a checksum\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] quarantine\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable quarantining of downloads (default: enabled)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-08 11:18:24 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- adopt\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Adopt existing artifacts in the destination that are identical to those being installed\.  Cannot be combined with \fB \- \- force\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 11:17:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- cask\- deps\fP  
						 
					
						
							
								
									
										
										
										
											2020-10-08 11:18:24 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Skip installing cask dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-12 09:39:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- zap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								For use with \fB brew reinstall \- \- cask\fP \& \.  Remove all files associated with a cask\.  \fI May remove files which are shared between applications\. \fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBsearch\fP, \fB\-S\fP \fR[\fIoptions\fP] \fItext\fP|\fB/\fP\fIregex\fP\fB/\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Perform a substring search of cask tokens and formula names for \fI text\fP \& \.  If \fI text\fP  is flanked by slashes, it is interpreted as a regular expression\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2023-04-12 00:00:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Search for formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-04 17:56:29 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2023-04-12 00:00:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Search for casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- desc\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for formulae with a description matching \fI text\fP  and casks with a name or description matching \fI text\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to search their descriptions\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- pull\- request\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for GitHub pull requests containing \fI text\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-14 14:34:45 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- open\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Search for only open GitHub pull requests\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-23 23:06:02 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- closed\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Search for only closed GitHub pull requests\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-23 23:06:02 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- repology\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-20 00:05:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- macports\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fink\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- opensuse\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fedora\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- archlinux\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-20 00:06:39 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- debian\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ubuntu\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for \fI text\fP  in the given database\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 16:18:26 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBsetup\-ruby\fP \fR[\fIcommand\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-30 14:33:46 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Installs and configures Homebrew\[ u2019]s Ruby\.  If \fB command\fP  is passed, it will only run Bundler if necessary for that command\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 16:18:26 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBshellenv\fP \fR[\fIshell\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Valid shells: bash|csh|fish|pwsh|sh|tcsh|zsh
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print export statements\.  When run in a shell, this installation of Homebrew will be added to your \fB PATH\fP , \fB MANPATH\fP , and \fB INFOPATH\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								The variables \fB HOMEBREW_PREFIX\fP , \fB HOMEBREW_CELLAR\fP  and \fB HOMEBREW_REPOSITORY\fP  are also exported to avoid querying them multiple times\.  To help guarantee idempotence, this command produces no output when Homebrew\[ u2019]s \fB bin\fP  and \fB sbin\fP  directories are first and second respectively in your \fB PATH\fP \& \.  Consider adding evaluation of this command\[ u2019]s output to your dotfiles (e\. g\.  \fB ~/\. bash_profile\fP  or \fB ~/\. zprofile\fP  on macOS and \fB ~/\. bashrc\fP  or \fB ~/\. zshrc\fP  on Linux) with: \fB eval "$(brew shellenv)"\fP 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-08 11:39:56 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								The shell can be specified explicitly with a supported shell name parameter\.  Unknown shells will output POSIX exports\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-13 14:55:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtab\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP|\fIinstalled_cask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Edit tab information for installed formulae or casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-28 11:25:06 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								This can be useful when you want to control whether an installed formula should be removed by \fB brew autoremove\fP \& \.  To prevent removal, mark the formula as installed on request; to allow removal, mark the formula as not installed on request\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- installed\- on\- request\fP  
						 
					
						
							
								
									
										
										
										
											2024-07-13 14:55:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Mark \fI installed_formula\fP  or \fI installed_cask\fP  as installed on request\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-28 11:25:06 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- no\- installed\- on\- request\fP  
						 
					
						
							
								
									
										
										
										
											2024-07-13 14:55:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Mark \fI installed_formula\fP  or \fI installed_cask\fP  as not installed on request\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only mark formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only mark casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtap\fP \fR[\fIoptions\fP] \fR[\fIuser\fP\fB/\fP\fIrepo\fP] \fR[\fIURL\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Tap a formula repository\.  If no arguments are provided, list all installed taps\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								With \fI URL\fP  unspecified, tap a formula repository from GitHub using HTTPS\.  Since so many taps are hosted on GitHub, this command is a shortcut for \fB brew tap\fP  \fI user\fP \fB /\fP \fI repo\fP  \fB https://github\. com/\fP \fI user\fP \fB /homebrew\- \fP \fI repo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								With \fI URL\fP  specified, tap a formula repository from anywhere, using any transport protocol that \fB git\fP (1) handles\.  The one\- argument form of \fB tap\fP  simplifies but also limits\.  This two\- argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e\. g\.  SSH, git, HTTP, FTP(S), rsync\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- custom\- remote\fP  
						 
					
						
							
								
									
										
										
										
											2021-10-11 17:10:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install or change a tap with a custom remote\.  Useful for mirrors\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- repair\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Migrate tapped formulae from symlink\- based to directory\- based structure\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all the formulae, casks and aliases in the new tap to check validity\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-05 19:15:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2023-07-05 19:15:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Force install core taps even under API mode\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtap\-info\fP \fR[\fB\-\-installed\fP] \fR[\fB\-\-json\fP] \fR[\fItap\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show detailed information about one or more \fI tap\fP s\.  If no \fI tap\fP  names are provided, display brief statistics for all installed taps\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show information on each installed tap\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print a JSON representation of \fI tap\fP \& \.  Currently the default and only accepted value for \fI version\fP  is \fB v1\fP \& \.  See the docs for examples of using the JSON output: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/Querying\-Brew 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBuninstall\fP, \fBremove\fP, \fBrm\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP|\fIinstalled_cask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Uninstall a \fI formula\fP  or \fI cask\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Delete all installed versions of \fI formula\fP \& \.  Uninstall even if \fI cask\fP  is not installed, overwrite existing files and ignore errors when removing files\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- zap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove all files associated with a \fI cask\fP \& \.  \fI May remove files which are shared between applications\. \fP 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\- dependencies\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t fail uninstall, even if \fI formula\fP  is a dependency of any installed formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-18 16:39:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 16:39:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 16:39:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBunlink\fP \fR[\fB\-\-dry\-run\fP] \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove symlinks for \fI formula\fP  from Homebrew\[ u2019]s prefix\.  This can be useful for temporarily disabling a formula: \fB brew unlink\fP  \fI formula\fP  \fB &&\fP  \fI commands\fP  \fB && brew link\fP  \fI formula\fP 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								List files which would be unlinked without actually unlinking or deleting any files\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBunpin\fP \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Unpin \fI formula\fP , allowing them to be upgraded by \fB brew upgrade\fP  \fI formula\fP \& \.  See also \fB pin\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBuntap\fP \fR[\fB\-\-force\fP] \fItap\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Remove a tapped formula repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-02-04 18:36:32 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2021-02-04 18:36:32 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Untap even if formulae or casks from this tap are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 16:18:26 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBupdate\fP, \fBup\fP \fR[\fIoptions\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Fetch the newest version of Homebrew and all formulae from GitHub using \fB git\fP (1) and perform any necessary migrations\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- merge\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use \fB git merge\fP  to apply updates (rather than \fB git rebase\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-28 11:49:50 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- auto\- update\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run on auto\- updates (e\. g\.  before \fB brew install\fP )\.  Skips some slower steps\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-30 18:40:10 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-30 18:40:10 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Always do a slower, full update check (even if unnecessary)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 16:18:26 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print the directories checked and \fB git\fP  operations performed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- debug\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display a trace of all shell commands as they are executed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 23:09:53 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBupdate\-reset\fP \fR[\fIrepository\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Fetch and reset Homebrew and all tap repositories (or any specified \fI repository\fP ) using \fB git\fP (1) to their latest \fB origin/HEAD\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Note:\fP  this will destroy all your uncommitted or committed changes\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBupgrade\fP \fR[\fIoptions\fP] \fR[\fIinstalled_formula\fP|\fIinstalled_cask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Upgrade outdated casks and outdated, unpinned formulae using the same options they were originally installed with, plus any appended brew formula options\.  If \fI cask\fP  or \fI formula\fP  are specified, upgrade only the given \fI cask\fP  or \fI formula\fP  kegs (unless they are pinned; see \fB pin\fP , \fB unpin\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-02-03 09:34:00 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK\fP  is set, \fB brew upgrade\fP  or \fB brew reinstall\fP  will be run for outdated dependents and dependents with broken linkage, respectively\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-25 09:10:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Unless \fB HOMEBREW_NO_INSTALL_CLEANUP\fP  is set, \fB brew cleanup\fP  will then be run for the upgraded formulae or, every 30 days, for all formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- debug\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-09 08:37:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- display\- times\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print install times for each package at the end of the run\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-07 21:23:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install formulae without checking for previously installed keg\- only or non\- migrated versions\.  When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-06 09:25:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the verification and post\- install steps\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show what would be upgraded, but do not actually upgrade anything\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-20 13:42:53 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\.  If no named arguments are specified, upgrade only outdated formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-06 09:25:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- build\- from\- source\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Compile \fI formula\fP  from source even if a bottle is available\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- i\fP , \fB \- \- interactive\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download and patch \fI formula\fP , then open a shell\.  This allows the user to run \fB \& \. /configure \- \- help\fP  and otherwise determine how to turn the software package into a Homebrew package\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-02-06 09:58:10 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fetch\- HEAD\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fetch the upstream repository to detect if the HEAD installation of the formula is outdated\.  Otherwise, the repository\[ u2019]s HEAD will only be checked for updates when a new stable or development version has been released\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- tmp\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retain the temporary files created during installation\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- debug\- symbols\fP  
						 
					
						
							
								
									
										
										
										
											2022-08-12 09:07:17 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate debug symbols on build\.  Source will be retained in a cache directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- overwrite\fP  
						 
					
						
							
								
									
										
										
										
											2024-03-08 08:37:50 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Delete files that already exist in the prefix while linking\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\.  If no named arguments are specified, upgrade only outdated casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-21 12:42:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- cask\- deps\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-28 02:34:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Skip installing cask dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-16 17:34:46 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- g\fP , \fB \- \- greedy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include casks with \fB auto_updates true\fP  or \fB version :latest\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-08-03 07:56:05 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- greedy\- latest\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include casks with \fB version :latest\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-08-03 07:56:05 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- greedy\- auto\- updates\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Also include casks with \fB auto_updates true\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-11 02:54:31 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] binaries\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-11 02:54:31 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable linking of helper executables (default: enabled)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- require\- sha\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-11 02:54:31 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Require all casks to have a checksum\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] quarantine\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-11 02:54:31 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Disable/enable quarantining of downloads (default: enabled)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBuses\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show formulae and casks that specify \fI formula\fP  as a dependency; that is, show dependents of \fI formula\fP \& \.  When given multiple formula arguments, show the intersection of formulae that use \fI formula\fP \& \.  By default, \fB uses\fP  shows all formulae and casks that specify \fI formula\fP  as a required or recommended dependency for their stable builds\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-28 22:14:26 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Note:\fP  \fB \- \- missing\fP  and \fB \- \- skip\- recommended\fP  have precedence over \fB \- \- include\- *\fP \& \.  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- recursive\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Resolve more than one level of dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-02 21:56:00 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-05 18:19:56 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only list formulae and casks that are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- missing\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-18 14:09:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only list formulae and casks that are not currently installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to show their dependents\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- build\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include formulae that specify \fI formula\fP  as a \fB :build\fP  dependency\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- test\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include formulae that specify \fI formula\fP  as a \fB :test\fP  dependency\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- include\- optional\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Include formulae that specify \fI formula\fP  as an \fB :optional\fP  dependency\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- recommended\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Skip all formulae that specify \fI formula\fP  as a \fB :recommended\fP  dependency\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-05 18:19:56 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-05 18:19:56 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include only formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-05 18:19:56 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include only casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fB\-\-cache\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display Homebrew\[ u2019]s download cache\.  See also \fB HOMEBREW_CACHE\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-09-26 09:48:29 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If a \fI formula\fP  or \fI cask\fP  is provided, display the file or directory used to cache it\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- os\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show cache file for the given operating system\.  (Pass \fB all\fP  to show cache files for all operating systems\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- arch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show cache file for the given CPU architecture\.  (Pass \fB all\fP  to show cache files for all architectures\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- build\- from\- source\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show the cache file used when building from source\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-06 00:31:10 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- bottle\fP  
						 
					
						
							
								
									
										
										
										
											2019-01-30 21:35:32 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show the cache file used when pouring a bottle\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-23 09:56:56 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- bottle\- tag\fP  
						 
					
						
							
								
									
										
										
										
											2023-07-10 17:53:39 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show the cache file used when pouring a bottle for the given tag\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
									
										
										
										
											2021-08-24 12:45:34 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show the cache file used when building from HEAD\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-06-25 12:01:52 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only show cache files for formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-23 09:56:56 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-06-25 12:01:52 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only show cache files for casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fB\-\-caskroom\fP \fR[\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display Homebrew\[ u2019]s Caskroom path\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fI cask\fP  is provided, display the location in the Caskroom where \fI cask\fP  would be installed, without any sort of versioned directory as the last path\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fB\-\-cellar\fP \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display Homebrew\[ u2019]s Cellar path\.  \fI Default:\fP  \fB $(brew \- \- prefix)/Cellar\fP , or if that directory doesn\[ u2019]t exist, \fB $(brew \- \- repository)/Cellar\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fI formula\fP  is provided, display the location in the Cellar where \fI formula\fP  would be installed, without any sort of versioned directory as the last path\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fB\-\-env\fP, \fBenvironment\fP \fR[\fB\-\-shell=\fP] \fR[\fB\-\-plain\fP] \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Summarise Homebrew\[ u2019]s build environment as a plain list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If the command\[ u2019]s output is sent through a pipe and no shell is specified, the list is formatted for export to \fB bash\fP (1) unless \fB \- \- plain\fP  is passed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- shell\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate a list of environment variables for the specified shell, or \fB \- \- shell=auto\fP  to detect the current shell\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- plain\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate plain output even when piped\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fB\-\-prefix\fP \fR[\fB\-\-unbrewed\fP] \fR[\fB\-\-installed\fP] \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display Homebrew\[ u2019]s install path\.  \fI Default:\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								macOS ARM: \fB /opt/homebrew\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								macOS Intel: \fB /usr/local\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Linux: \fB /home/linuxbrew/\. linuxbrew\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fI formula\fP  is provided, display the location where \fI formula\fP  is or would be installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- unbrewed\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List files in Homebrew\[ u2019]s prefix not installed by Homebrew\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Outputs nothing and returns a failing status code if \fI formula\fP  is not installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fB\-\-repository\fP, \fB\-\-repo\fP \fR[\fItap\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display where Homebrew\[ u2019]s Git repository is located\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fI user\fP \fB /\fP \fI repo\fP  are provided, display where tap \fI user\fP \fB /\fP \fI repo\fP \[ u2019]s directory is located\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fB\-\-version\fP, \fB\-v\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the version numbers of Homebrew, Homebrew/homebrew\- core and Homebrew/homebrew\- cask (if tapped) to standard output\. 
							 
						 
					
						
							
								
									
										
										
										
											2016-09-05 21:46:40 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "DEVELOPER COMMANDS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBaudit\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check \fI formula\fP  for Homebrew coding style violations\.  This should be run before submitting a new formula or cask\.  If no \fI formula\fP |\fI cask\fP  are provided, check all locally available formulae and casks and skip style checks\.  Will exit with a non\- zero status if any errors are found\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- os\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Audit the given operating system\.  (Pass \fB all\fP  to audit all operating systems\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- arch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Audit the given CPU architecture\.  (Pass \fB all\fP  to audit all architectures\. )
							 
						 
					
						
							
								
									
										
										
										
											2023-05-19 13:04:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- strict\fP  
						 
					
						
							
								
									
										
										
										
											2020-04-16 08:24:38 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run additional, stricter style checks\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- git\fP  
						 
					
						
							
								
									
										
										
										
											2020-06-08 15:00:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run additional, slower style checks that navigate the Git repository\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- online\fP  
						 
					
						
							
								
									
										
										
										
											2020-04-16 08:24:38 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run additional, slower style checks that require a network connection\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2022-03-08 19:24:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only check formulae and casks that are currently installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to audit them\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- new\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run various additional style checks to determine if a new formula or cask is eligible for Homebrew\.  This should be used when creating new formulae or casks and implies \fB \- \- strict\fP  and \fB \- \- online\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \-[no\-] signing\fP  
						 
					
						
							
								
									
										
										
										
											2022-12-06 10:22:26 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Audit for signed apps, which are required on ARM
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- token\- conflicts\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Audit for token conflicts\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check the formulae within the given tap, specified as \fI user\fP \fB /\fP \fI repo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-06 09:43:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fix\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fix style violations automatically using RuboCop\[ u2019]s auto\- correct feature\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- display\- filename\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Prefix every line of output with the file or formula name being audited, to make output easy to grep\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- style\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Skip running non\- RuboCop style checks\.  Useful if you plan on running \fB brew style\fP  separately\.  Enabled by default unless a formula is specified by name\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-16 08:24:38 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- D\fP , \fB \- \- audit\- debug\fP  
						 
					
						
							
								
									
										
										
										
											2018-10-15 15:06:33 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Enable debugging and profiling of audit methods\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI method\fP  list to only run the methods named \fB audit_\fP \fI method\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- except\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI method\fP  list to skip running the methods named \fB audit_\fP \fI method\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- cops\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI cops\fP  list to check for violations of only the listed RuboCop cops\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-08 22:21:04 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- except\- cops\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI cops\fP  list to skip checking for violations of the listed RuboCop cops\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-18 12:41:18 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 12:41:18 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 12:41:18 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBbottle\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP|\fIfile\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate a bottle (binary package) from a formula that was installed with \fB \- \- build\- bottle\fP \& \.  If the formula specifies a rebuild version, it will be incremented in the generated DSL\.  Passing \fB \- \- keep\- old\fP  will attempt to keep it at its original value, while \fB \- \- no\- rebuild\fP  will remove it\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- relocation\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not check if the bottle can be marked as relocatable\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- force\- core\- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Build a bottle even if \fI formula\fP  is not in \fB homebrew/core\fP  or any installed taps\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- rebuild\fP  
						 
					
						
							
								
									
										
										
										
											2018-10-15 15:06:33 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If the formula specifies a rebuild version, remove it from the generated DSL\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- old\fP  
						 
					
						
							
								
									
										
										
										
											2018-10-15 15:06:33 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Write bottle information to a JSON file, which can be used as the value for \fB \- \- merge\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- merge\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate an updated bottle block for a formula and optionally merge it into the formula file\.  Instead of a formula name, requires the path to a JSON file generated with \fB brew bottle \- \- json\fP  \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- write\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Write changes to the formula file\.  A new commit will be generated unless \fB \- \- no\- commit\fP  is passed\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- commit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								When passed with \fB \- \- write\fP , a new commit will not generated after writing changes to the formula file\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- json\- tab\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								When passed with \fB \- \- json\fP , the tab will be written to the JSON file but not the bottle\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-30 17:35:13 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- all\- checks\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t try to create an \fB all\fP  bottle or stop a no\- change upload\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-04 18:46:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- committer\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a committer name and email in \fB git\fP \[ u2019]s standard author format\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-01 17:14:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- root\- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI URL\fP  as the root of the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-29 18:58:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- root\- url\- using\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified download strategy class for downloading the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBbump\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-15 19:56:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Displays out\- of\- date packages and the latest version available\.  If the returned current and livecheck versions differ or when querying specific packages, also displays whether a pull request has been opened with the URL\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-28 09:30:19 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- full\- name\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-17 10:47:09 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print formulae/casks with fully\- qualified names\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- pull\- requests\fP  
						 
					
						
							
								
									
										
										
										
											2021-02-17 00:09:02 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not retrieve pull requests from GitHub\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2021-02-17 00:09:02 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check only formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2021-02-17 00:09:02 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check only casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 20:49:39 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all formulae and casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- repology\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use Repology to check for outdated packages\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check formulae and casks within the given tap, specified as \fI user\fP \fB /\fP \fI repo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-06 15:21:01 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2023-08-05 09:51:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check formulae and casks that are currently installed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- fork\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t try to fork the repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-02-23 12:25:05 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- open\- pr\fP  
						 
					
						
							
								
									
										
										
										
											2023-01-23 13:36:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Open a pull request for the new version if none have been opened yet\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-12 17:31:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- start\- with\fP  
						 
					
						
							
								
									
										
										
										
											2021-09-24 22:44:27 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Letter or word that the list of package results should alphabetically follow\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBbump\-cask\-pr\fP \fR[\fIoptions\fP] \fIcask\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create a pull request to update \fI cask\fP  with a new version\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								A best effort to determine the \fI SHA\- 256\fP  will be made if the value is not supplied by the user\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- write\- only\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Make the expected file modifications without taking any Git actions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- commit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								When passed with \fB \- \- write\- only\fP , generate a new commit after writing changes to the cask file\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- audit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t run \fB brew audit\fP  before opening the PR\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- style\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t run \fB brew style \- \- fix\fP  before opening the PR\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- browse\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the pull request URL instead of opening in a browser\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- fork\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t try to fork the repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the new \fI version\fP  for the cask\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\- arm\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the new cask \fI version\fP  for the ARM architecture\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 11:45:34 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\- intel\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the new cask \fI version\fP  for the Intel architecture\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 11:45:34 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- message\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Prepend \fI message\fP  to the default pull request message\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the \fI URL\fP  for the new download\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- sha256\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the \fI SHA\- 256\fP  checksum of the new download\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-04 16:58:31 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fork\- org\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-19 09:23:24 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use the specified GitHub organization for forking\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBbump\-formula\-pr\fP \fR[\fIoptions\fP] \fR[\fIformula\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create a pull request to update \fI formula\fP  with a new URL or a new tag\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If a \fI URL\fP  is specified, the \fI SHA\- 256\fP  checksum of the new download should also be specified\.  A best effort to determine the \fI SHA\- 256\fP  will be made if not supplied by the user\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If a \fI tag\fP  is specified, the Git commit \fI revision\fP  corresponding to that tag should also be specified\.  A best effort to determine the \fI revision\fP  will be made if the value is not supplied by the user\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-15 08:16:33 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If a \fI version\fP  is specified, a best effort to determine the \fI URL\fP  and \fI SHA\- 256\fP  or the \fI tag\fP  and \fI revision\fP  will be made if both values are not supplied by the user\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Note:\fP  this command cannot be used to transition a formula from a URL\- and\- SHA\- 256 style specification into a tag\- and\- revision style specification, nor vice versa\.  It must use whichever style specification the formula already uses\.  
						 
					
						
							
								
									
										
										
										
											2016-09-05 21:46:40 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
									
										
										
										
											2016-09-05 21:46:40 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- write\- only\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-04 07:17:21 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Make the expected file modifications without taking any Git actions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- commit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								When passed with \fB \- \- write\- only\fP , generate a new commit after writing changes to the formula file\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- audit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t run \fB brew audit\fP  before opening the PR\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- strict\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew audit \- \- strict\fP  before opening the PR\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- online\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew audit \- \- online\fP  before opening the PR\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-15 18:58:38 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- browse\fP  
						 
					
						
							
								
									
										
										
										
											2018-10-15 15:06:33 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the pull request URL instead of opening in a browser\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- fork\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t try to fork the repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-11-11 19:49:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- mirror\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI URL\fP  as a mirror URL\.  If \fI URL\fP  is a comma\- separated list of URLs, multiple mirrors will be added\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fork\- org\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-17 12:21:10 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use the specified GitHub organization for forking\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI version\fP  to override the value parsed from the URL or tag\.  Note that \fB \- \- version=0\fP  can be used to delete an existing version override from a formula if it has become redundant\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- message\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Prepend \fI message\fP  to the default pull request message\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the \fI URL\fP  for the new download\.  If a \fI URL\fP  is specified, the \fI SHA\- 256\fP  checksum of the new download should also be specified\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- sha256\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the \fI SHA\- 256\fP  checksum of the new download\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tag\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the new git commit \fI tag\fP  for the formula\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- revision\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify the new commit \fI revision\fP  corresponding to the specified git \fI tag\fP  or specified \fI version\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-27 03:59:52 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove all mirrors if \fB \- \- mirror\fP  was not specified\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-22 13:24:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- install\- dependencies\fP  
						 
					
						
							
								
									
										
										
										
											2024-02-29 15:14:06 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install missing dependencies required to update resources\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- python\- package\- name\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI package\- name\fP  when finding Python resources for \fI formula\fP \& \.  If no package name is specified, it will be inferred from the formula\[ u2019]s stable URL\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-22 13:24:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- python\- extra\- packages\fP  
						 
					
						
							
								
									
										
										
										
											2022-04-22 13:24:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include these additional Python packages when finding resources\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- python\- exclude\- packages\fP  
						 
					
						
							
								
									
										
										
										
											2022-04-22 13:24:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Exclude these Python packages when finding resources\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBbump\-revision\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create a commit to increment the revision of \fI formula\fP \& \.  If no revision is present, \[ u201c]revision 1\[ u201d] will be added\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-03-31 19:06:29 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2019-03-31 19:06:29 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- remove\- bottle\- block\fP  
						 
					
						
							
								
									
										
										
										
											2021-12-29 13:34:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Remove the bottle block in addition to bumping the revision\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- write\- only\fP  
						 
					
						
							
								
									
										
										
										
											2021-09-14 10:01:10 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Make the expected file modifications without taking any Git actions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- message\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Append \fI message\fP  to the default commit message\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBbump\-unversioned\-casks\fP \fR[\fIoptions\fP] \fIcask\fP|\fItap\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check all casks with unversioned URLs in a given \fI tap\fP  for updates\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-04 00:07:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-07 16:31:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do everything except caching state and opening pull requests\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-04 00:07:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- limit\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-05 21:30:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Maximum runtime in minutes\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-04 00:07:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- state\- file\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-07 16:31:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								File for caching state\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcat\fP \fR[\fB\-\-formula\fP] \fR[\fB\-\-cask\fP] \fIformula\fP|\fIcask\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the source of a \fI formula\fP  or \fI cask\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-19 16:01:04 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 16:01:04 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 16:01:04 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcontributions\fP \fR[\-\-user=\fIemail|username\fP] \fR[\fI\-\-repositories\fP\fB=\fP] \fR[\fI\-\-csv\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-09 12:09:38 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Summarise contributions to Homebrew repositories\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-03 18:07:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- repositories\fP  
						 
					
						
							
								
									
										
										
										
											2024-05-15 21:39:13 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Specify a comma\- separated list of repositories to search\.  Supported repositories: \fB brew\fP , \fB core\fP , \fB cask\fP , \fB aliases\fP , \fB bundle\fP , \fB command\- not\- found\fP , \fB test\- bot\fP  and \fB services\fP \& \.  Omitting this flag, or specifying \fB \- \- repositories=primary\fP , searches only the main repositories: brew,core,cask\.  Specifying \fB \- \- repositories=all\fP , searches all repositories\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-03 18:07:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- from\fP  
						 
					
						
							
								
									
										
										
										
											2023-08-30 15:08:50 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Date (ISO\- 8601 format) to start searching contributions\.  Omitting this flag searches the last year\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-03 18:07:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- to\fP  
						 
					
						
							
								
									
										
										
										
											2022-08-03 18:07:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Date (ISO\- 8601 format) to stop searching contributions\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-16 15:41:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- user\fP  
						 
					
						
							
								
									
										
										
										
											2023-08-30 15:08:50 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Specify a comma\- separated list of GitHub usernames or email addresses to find contributions from\.  Omitting this flag searches maintainers\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-22 16:22:15 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- csv\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-25 17:52:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print a CSV of contributions across repositories over the time period\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBcreate\fP \fR[\fIoptions\fP] \fIURL\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate a formula or, with \fB \- \- cask\fP , a cask for the downloadable file at \fI URL\fP  and open it in the editor\.  Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\[ u2019]ll have to make your own template\.  The \fB wget\fP  formula serves as a simple example\.  For the complete API, see: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://rubydoc\.brew\.sh/Formula 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- autotools\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for an Autotools\- style build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-20 12:13:53 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a cask\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cmake\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a CMake\- style build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- crystal\fP  
						 
					
						
							
								
									
										
										
										
											2020-06-25 17:17:42 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Crystal build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- go\fP  
						 
					
						
							
								
									
										
										
										
											2019-09-24 16:49:27 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Go build\. 
							 
						 
					
						
							
								
									
										
										
										
											2019-09-20 17:11:11 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- meson\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Meson\- style build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- node\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-12 21:25:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Node build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- perl\fP  
						 
					
						
							
								
									
										
										
										
											2019-09-25 21:52:16 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Perl build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- python\fP  
						 
					
						
							
								
									
										
										
										
											2019-09-24 19:34:34 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Python build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ruby\fP  
						 
					
						
							
								
									
										
										
										
											2020-03-21 15:32:52 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Ruby build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- rust\fP  
						 
					
						
							
								
									
										
										
										
											2019-09-25 14:29:09 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a basic template for a Rust build\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- fetch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Homebrew will not download \fI URL\fP  to the cache and will thus not add its SHA\- 256 to the formula for you, nor will it check the GitHub API for GitHub projects (to fill out its description and homepage)\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Indicate that \fI URL\fP  points to the package\[ u2019]s repository rather than a file\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- set\- name\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Explicitly set the \fI name\fP  of the new formula or cask\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- set\- version\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Explicitly set the \fI version\fP  of the new formula or cask\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- set\- license\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Explicitly set the \fI license\fP  of the new formula\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-19 04:08:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate the new formula within the given tap, specified as \fI user\fP \fB /\fP \fI repo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-27 03:59:52 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Ignore errors for disallowed formula names and names that shadow aliases\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-15 19:01:02 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBdebugger\fP \fR[\fB\-\-open\fP] \fIcommand\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-15 14:29:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run the specified Homebrew command in debug mode\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								To pass flags to the command, use \fB \- \- \fP  to separate them from the \fB brew\fP  flags\.  For example: \fB brew debugger \- \-  list \- \- formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- O\fP , \fB \- \- open\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Start remote debugging over a Unix socket\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBdispatch\-build\-bottle\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-06 22:19:17 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build bottles for these formulae with GitHub Actions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target tap repository (default: \fB homebrew/core\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-06 22:19:17 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- timeout\fP  
						 
					
						
							
								
									
										
										
										
											2021-10-22 16:30:31 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build timeout (in minutes, default: 60)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- issue\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-06 22:19:17 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If specified, post a comment to this issue number if the job fails\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- macos\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								macOS version (or comma\- separated list of versions) the bottle should be built for\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-06 22:19:17 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- workflow\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Dispatch specified workflow (default: \fB dispatch\- build\- bottle\. yml\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-06 22:19:17 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- upload\fP  
						 
					
						
							
								
									
										
										
										
											2021-05-12 13:37:18 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Upload built bottles\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-04 15:13:05 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- linux\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-04 15:13:05 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Dispatch bottle for Linux (using GitHub runners)\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-25 20:03:33 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- linux\- self\- hosted\fP  
						 
					
						
							
								
									
										
										
										
											2021-06-25 20:03:33 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Dispatch bottle for Linux (using self\- hosted runner)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- linux\- wheezy\fP  
						 
					
						
							
								
									
										
										
										
											2021-06-25 20:03:33 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use Debian Wheezy container for building the bottle on Linux\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBedit\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP|\fItap\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open a \fI formula\fP , \fI cask\fP  or \fI tap\fP  in the editor set by \fB EDITOR\fP  or \fB HOMEBREW_EDITOR\fP , or open the Homebrew repository for editing if no argument is provided\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-20 00:35:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-20 00:35:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-20 00:35:48 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-20 08:27:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- print\- path\fP  
						 
					
						
							
								
									
										
										
										
											2021-10-20 08:27:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the file path to be edited, without opening an editor\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-07 19:09:27 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBextract\fP \fR[\fB\-\-version=\fP] \fR[\fB\-\-git\-revision=\fP] \fR[\fB\-\-force\fP] \fIformula\fP \fItap\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Look through repository history to find the most recent version of \fI formula\fP  and create a copy in \fI tap\fP \& \.  Specifically, the command will create the new formula file at \fI tap\fP \fB /Formula/\fP \fI formula\fP \fB @\fP \fI version\fP \fB \& \. rb\fP \& \.  If the tap is not installed yet, attempt to install/clone the tap before continuing\.  To extract a formula from a tap that is not \fB homebrew/core\fP  use its fully\- qualified form of \fI user\fP \fB /\fP \fI repo\fP \fB /\fP \fI formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2018-10-03 20:16:05 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-06-30 18:38:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- git\- revision\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Search for the specified \fI version\fP  of \fI formula\fP  starting at \fI revision\fP  instead of HEAD\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Extract the specified \fI version\fP  of \fI formula\fP  instead of the most recent\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-27 03:59:52 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-27 03:59:52 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Overwrite the destination formula if it already exists\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBformula\fP \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Display the path where \fI formula\fP  is located\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBgenerate\-cask\-api\fP \fR[\fB\-\-dry\-run\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate \fB homebrew/cask\fP  API data files for 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://formulae\.brew\.sh 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE  \& \.  The  generated  files  are  written  to  the  current  directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-16 16:33:15 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate API data without writing it to files\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBgenerate\-formula\-api\fP \fR[\fB\-\-dry\-run\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate \fB homebrew/core\fP  API data files for 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://formulae\.brew\.sh 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE  \& \.  The  generated  files  are  written  to  the  current  directory\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-16 16:33:15 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2023-05-16 16:33:15 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate API data without writing it to files\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBgenerate\-man\-completions\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate Homebrew\[ u2019]s manpages and shell completions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBinstall\-bundler\-gems\fP \fR[\fB\-\-groups=\fP] \fR[\fB\-\-add\-groups=\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install Homebrew\[ u2019]s Bundler gems\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- groups\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-04 21:48:26 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Installs the specified comma\- separated list of gem groups (default: last used)\.  Replaces any previously installed groups\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- add\- groups\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-04 21:48:26 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Installs the specified comma\- separated list of gem groups, in addition to those already installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBirb\fP \fR[\fB\-\-examples\fP] \fR[\fB\-\-pry\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-28 11:36:23 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Enter the interactive Homebrew Ruby shell\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- examples\fP  
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show several examples\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-02-28 11:36:23 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- pry\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use Pry instead of IRB\.  Implied if \fB HOMEBREW_PRY\fP  is set\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBlinkage\fP \fR[\fIoptions\fP] \fR[\fIinstalled_formula\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check the library links from the given \fI formula\fP  kegs\.  If no \fI formula\fP  are provided, check all kegs\.  Raises an error if run on uninstalled formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- test\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show only missing libraries and exit with a non\- zero status if any missing libraries are found\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- strict\fP  
						 
					
						
							
								
									
										
										
										
											2021-11-22 12:28:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Exit with a non\- zero status if any undeclared dependencies with linkage are found\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- reverse\fP  
						 
					
						
							
								
									
										
										
										
											2018-10-15 15:06:33 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								For every library that a keg references, print its dylib path followed by the binaries that link to it\. 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-28 21:39:52 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cached\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print the cached linkage values stored in \fB HOMEBREW_CACHE\fP , set by a previous \fB brew linkage\fP  run\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBlivecheck\fP, \fBlc\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check for newer versions of formulae and/or casks from upstream\.  If no formula or cask argument is passed, the list of formulae and casks to check is taken from \fB HOMEBREW_LIVECHECK_WATCHLIST\fP  or \fB ~/\. homebrew/livecheck_watchlist\. txt\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- full\- name\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print formulae and casks with fully\- qualified names\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check formulae and casks within the given tap, specified as \fI user\fP \fB /\fP \fI repo\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-03 00:41:16 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to check them\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- installed\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check formulae and casks that are currently installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- newer\- only\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Show the latest version only if it\[ u2019]s newer than the formula/cask\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-03 00:41:16 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Output information in JSON format\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-02 00:59:36 +05:30 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- r\fP , \fB \- \- resources\fP  
						 
					
						
							
								
									
										
										
										
											2022-10-02 17:32:21 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Also check resources for formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- q\fP , \fB \- \- quiet\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Suppress warnings, don\[ u2019]t print a progress bar for JSON output\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-11 19:13:03 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-11 19:13:03 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only check formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-11 19:13:03 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only check casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-21 11:47:37 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- extract\- plist\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-08 13:35:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Enable checking multiple casks with ExtractPlist strategy\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBpr\-automerge\fP \fR[\fIoptions\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Find pull requests that can be automatically merged using \fB brew pr\- publish\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target tap repository (default: \fB homebrew/core\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- workflow\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Workflow file to use with \fB brew pr\- publish\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-25 19:21:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- with\- label\fP  
						 
					
						
							
								
									
										
										
										
											2020-05-06 16:53:39 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Pull requests must have this label\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- without\- labels\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Pull requests must not have these labels (default: \fB do not merge\fP , \fB new formula\fP , \fB automerge\- skip\fP , \fB pre\- release\fP , \fB CI\- published\- bottle\- commits\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- without\- approval\fP  
						 
					
						
							
								
									
										
										
										
											2020-05-06 16:53:39 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Pull requests do not require approval to be merged\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- publish\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew pr\- publish\fP  on matching pull requests\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- autosquash\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Instruct \fB brew pr\- publish\fP  to automatically reformat and reword commits in the pull request to the preferred format\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-20 21:53:03 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\- failures\fP  
						 
					
						
							
								
									
										
										
										
											2020-04-13 20:14:40 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include pull requests that have failing status checks\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBpr\-publish\fP \fR[\fIoptions\fP] \fIpull_request\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-02 22:47:45 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Publish bottles for a pull request with GitHub Actions\.  Requires write access to the repository\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- autosquash\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-28 14:29:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If supported on the target tap, automatically reformat and reword commits to our preferred format\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- large\- runner\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-28 14:29:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run the upload job on a large runner\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-20 21:53:03 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- branch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Branch to use the workflow from (default: \fB master\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-05-19 11:04:16 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- message\fP  
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:56:25 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Message to include when autosquashing revision bumps, deletions and rebuilds\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 16:35:48 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target tap repository (default: \fB homebrew/core\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-07-28 11:29:09 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- workflow\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target workflow filename (default: \fB publish\- commit\- bottles\. yml\fP )\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBpr\-pull\fP \fR[\fIoptions\fP] \fIpull_request\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:10:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download and publish bottles and apply the bottle commit from a pull request with artifacts generated by GitHub Actions\.  Requires write access to the repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- upload\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download the bottles but don\[ u2019]t upload them\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-02 16:47:56 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- commit\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-02 16:47:56 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not generate a new commit before uploading\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- cherry\- pick\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-19 21:33:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not cherry\- pick commits from the pull request branch\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- clean\fP  
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not amend the commits from pull requests\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- old\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-14 13:40:21 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- autosquash\fP  
						 
					
						
							
								
									
										
										
										
											2023-03-28 14:29:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Automatically reformat and reword commits in the pull request to our preferred format\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-28 18:27:45 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- branch\- okay\fP  
						 
					
						
							
								
									
										
										
										
											2020-09-17 16:22:36 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not warn if pulling to a branch besides the repository default (useful for testing)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- resolve\fP  
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- warn\- on\- upload\- failure\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-02 00:11:55 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Warn instead of raising an error if the bottle upload fails\.  Useful for repairing bottle uploads that previously failed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- retain\- bottle\- dir\fP  
						 
					
						
							
								
									
										
										
										
											2024-01-26 14:03:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Does not clean up the tmp directory for the bottle so it can be used later\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- committer\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a committer name and email in \fB git\fP \[ u2019]s standard author format\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-01 17:14:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- message\fP  
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:56:25 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Message to include when autosquashing revision bumps, deletions and rebuilds\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-28 18:27:45 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-17 03:33:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- artifact\- pattern\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-17 05:59:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download artifacts with the specified pattern (default: \fB bottles{,_*}\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-30 19:37:12 +11:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target tap repository (default: \fB homebrew/core\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-21 19:57:39 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- root\- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI URL\fP  as the root of the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-06-21 19:57:39 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- root\- url\- using\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified download strategy class for downloading the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-29 18:58:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- workflows\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Retrieve artifacts from the specified workflow (default: \fB tests\. yml\fP )\.  Can be a comma\- separated list to include multiple workflows\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-22 15:14:42 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\- missing\- artifacts\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-22 15:14:42 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Comma\- separated list of workflows which can be ignored if they have not been run\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBpr\-upload\fP \fR[\fIoptions\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-10 16:08:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Apply the bottle commit and publish bottles to a host\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-20 10:17:42 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- old\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-06 17:41:07 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- n\fP , \fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-04-20 10:17:42 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- commit\fP  
						 
					
						
							
								
									
										
										
										
											2020-10-03 12:33:47 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not generate a new commit before uploading\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- warn\- on\- upload\- failure\fP  
						 
					
						
							
								
									
										
										
										
											2020-07-02 00:11:55 +10:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Warn instead of raising an error if the bottle upload fails\.  Useful for repairing bottle uploads that previously failed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- upload\- only\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Skip running \fB brew bottle\fP  before uploading\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- committer\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a committer name and email in \fB git\fP \[ u2019]s standard author format\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- root\- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI URL\fP  as the root of the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- root\- url\- using\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified download strategy class for downloading the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-20 15:36:56 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBprof\fP \fR[\fB\-\-stackprof\fP] \fR[\fB\-\-vernier\fP] \fIcommand\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run Homebrew with a Ruby profiler\.  For example, \fB brew prof readall\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- stackprof\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use \fB stackprof\fP  instead of \fB ruby\- prof\fP  (the default)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-20 15:36:56 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- vernier\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use \fB vernier\fP  instead of \fB ruby\- prof\fP  (the default)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBrelease\fP \fR[\fB\-\-major\fP] \fR[\fB\-\-minor\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-20 01:26:12 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a new draft Homebrew/brew release with the appropriate version number and release notes\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								By default, \fB brew release\fP  will bump the patch version number\.  Pass \fB \- \- major\fP  or \fB \- \- minor\fP  to bump the major or minor version numbers, respectively\.  The command will fail if the previous major or minor release was made less than one month ago\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-20 01:26:12 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Note:\fP  Requires write access to the Homebrew/brew repository\.  
						 
					
						
							
								
									
										
										
										
											2021-01-20 01:26:12 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- major\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-20 01:26:12 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a major release\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- minor\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-20 01:26:12 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a minor release\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBrubocop\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Installs, configures and runs Homebrew\[ u2019]s \fB rubocop\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBruby\fP \fR[\fIoptions\fP] (\fB\-e\fP \fItext\fP|\fIfile\fP)" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run a Ruby instance with Homebrew\[ u2019]s libraries loaded\.  For example, \fB brew ruby \- e "puts :gcc\. f\. deps"\fP  or \fB brew ruby script\. rb\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run e\. g\.  \fB brew ruby \- \-  \- \- version\fP  to pass arbitrary arguments to \fB ruby\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- r\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Load a library using \fB require\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- e\fP  
						 
					
						
							
								
									
										
										
										
											2019-08-20 02:14:09 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Execute the given text string as a script\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-26 18:23:27 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBrubydoc\fP \fR[\fB\-\-only\-public\fP] \fR[\fB\-\-open\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Generate Homebrew\[ u2019]s RubyDoc documentation\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- only\- public\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only generate public API documentation\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- open\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Open generated documentation in a browser\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBsh\fP \fR[\fB\-\-env=\fP] \fR[\fB\-\-cmd=\fP] \fR[\fIfile\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Enter an interactive shell for Homebrew\[ u2019]s build environment\.  Use years\- battle\- hardened build logic to help your \fB \& \. /configure && make && make install\fP  and even your \fB gem install\fP  succeed\.  Especially handy if you run Homebrew in an Xcode\- only configuration since it adds tools like \fB make\fP  to your \fB PATH\fP  which build systems would not find otherwise\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- env\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the standard \fB PATH\fP  instead of superenv\[ u2019]s when \fB std\fP  is passed\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- c\fP , \fB \- \- cmd\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Execute commands in a non\- interactive shell\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBstyle\fP \fR[\fIoptions\fP] \fR[\fIfile\fP|\fItap\fP|\fIformula\fP|\fIcask\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check formulae or files for conformance to Homebrew style guidelines\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Lists of \fI file\fP , \fI tap\fP  and \fI formula\fP  may not be combined\.  If none are provided, \fB style\fP  will run style checks on the whole Homebrew library, including core code and all formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fix\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Fix style violations automatically using RuboCop\[ u2019]s auto\- correct feature\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- reset\- cache\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-29 14:21:06 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Reset the RuboCop cache\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-13 23:05:08 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-13 23:05:08 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Treat all named arguments as casks\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- cops\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI cops\fP  list to check for violations of only the listed RuboCop cops\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- except\- cops\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Specify a comma\- separated \fI cops\fP  list to skip checking for violations of the listed RuboCop cops\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBtap\-new\fP \fR[\fIoptions\fP] \fIuser\fP\fB/\fP\fIrepo\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate the template files for a new tap\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-18 13:02:40 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- git\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t initialize a Git repository for the tap\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-18 13:02:40 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- pull\- label\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Label name for pull requests ready to be pulled (default: \fB pr\- pull\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-10 12:28:34 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- branch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: \fB main\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-23 11:57:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- github\- packages\fP  
						 
					
						
							
								
									
										
										
										
											2021-11-23 11:57:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Upload bottles to GitHub Packages\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtest\fP \fR[\fIoptions\fP] \fIinstalled_formula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run the test method provided by an installed formula\.  There is no standard output or return code, but generally it should notify the user if something is wrong with the installed formula\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fI Example:\fP  \fB brew install jruby && brew test jruby\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2021-03-22 14:15:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Test formulae even if they are unlinked\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- HEAD\fP  
						 
					
						
							
								
									
										
										
										
											2023-10-12 07:58:25 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Test the HEAD version of a formula\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- tmp\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retain the temporary files created for the test\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- retry\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retry if a testing fails\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtests\fP \fR[\fIoptions\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run Homebrew\[ u2019]s unit and integration tests\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- coverage\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generate code coverage reports\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- generic\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run only OS\- agnostic tests\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- online\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include tests that use the GitHub API and tests that use any of the taps for official external commands\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-07 20:17:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- debug\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:10:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Enable debugging using \fB ruby/debug\fP , or surface the standard \fB odebug\fP  output\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-07 20:17:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- changed\fP  
						 
					
						
							
								
									
										
										
										
											2022-04-20 00:09:30 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only runs tests on files that were changed from the master branch\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fail\- fast\fP  
						 
					
						
							
								
									
										
										
										
											2023-08-10 15:47:51 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Exit early on the first failing test\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:10:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Run only \fB <test_script>_spec\. rb\fP \& \.  Appending \fB :<line_number>\fP  will start at a specific line\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- profile\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run the test suite serially to find the \fI n\fP  slowest tests\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-01-06 12:51:15 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- seed\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Randomise tests with the specified \fI value\fP  instead of a random seed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-19 11:57:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBtypecheck\fP, \fBtc\fP \fR[\fIoptions\fP] \fR[\fItap\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Check for typechecking errors using Sorbet\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fix\fP  
						 
					
						
							
								
									
										
										
										
											2020-10-20 12:03:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Automatically fix type errors\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- q\fP , \fB \- \- quiet\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Silence all non\- critical errors\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- update\fP  
						 
					
						
							
								
									
										
										
										
											2020-10-10 16:40:36 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update RBI files\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-16 14:05:54 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- update\- all\fP  
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update all RBI files rather than just updated gems\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-02 20:59:43 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- suggest\- typed\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Try upgrading \fB typed\fP  sigils\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-25 12:34:35 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-02 23:32:18 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- lsp\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Start the Sorbet LSP server\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- dir\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Typecheck all files in a specific directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- file\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Typecheck a single file\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Ignores input files that contain the given string in their paths (relative to the input path passed to Sorbet)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBunbottled\fP \fR[\fIoptions\fP] \fR[\fIformula\fP \.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show the unbottled dependents of formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-26 08:17:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tag\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified bottle tag (e\. g\.  \fB big_sur\fP ) instead of the current OS\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-26 08:17:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- dependents\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Skip getting analytics data and sort by number of dependents instead\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-26 08:17:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- total\fP  
						 
					
						
							
								
									
										
										
										
											2021-01-26 15:21:24 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print the number of unbottled and total formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- lost\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print the \fB homebrew/core\fP  commits where bottles were lost in the last week\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-15 15:14:48 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Evaluate all available formulae and casks, whether installed or not, to check them\.  Implied if \fB HOMEBREW_EVAL_ALL\fP  is set\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBunpack\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Unpack the source files for \fI formula\fP  into subdirectories of the current working directory\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- destdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create subdirectories in the directory named by \fI path\fP  instead\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- patch\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Patches for \fI formula\fP  will be applied to the unpacked source\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- g\fP , \fB \- \- git\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Initialise a Git repository in the unpacked source\.  This is useful for creating patches for the software\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Overwrite the destination directory if it already exists\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBupdate\-license\-data\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update SPDX license data in the Homebrew repository\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBupdate\-maintainers\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Update the list of maintainers in the \fB Homebrew/brew\fP  README\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBupdate\-python\-resources\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Update versions for PyPI resource blocks in \fI formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- p\fP , \fB \- \- print\- only\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Print the updated resource blocks instead of changing \fI formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- s\fP , \fB \- \- silent\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Suppress any output\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- ignore\- non\- pypi\- packages\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t fail if \fI formula\fP  is not a PyPI package\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- install\- dependencies\fP  
						 
					
						
							
								
									
										
										
										
											2024-02-29 15:14:06 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Install missing dependencies required to update resources\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- version\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI version\fP  when finding resources for \fI formula\fP \& \.  If no version is specified, the current version for \fI formula\fP  will be used\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-18 02:48:05 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- package\- name\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI package\- name\fP  when finding resources for \fI formula\fP \& \.  If no package name is specified, it will be inferred from the formula\[ u2019]s stable URL\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-18 02:48:05 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- extra\- packages\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 02:48:05 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Include these additional packages when finding resources\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- exclude\- packages\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 02:48:05 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Exclude these packages when finding resources\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBupdate\-sponsors\fP" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Update the list of GitHub Sponsors in the \fB Homebrew/brew\fP  README\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBupdate\-test\fP \fR[\fIoptions\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run a test of \fB brew update\fP  with a new repository clone\.  If no options are passed, use \fB origin/master\fP  as the start commit\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- to\- tag\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Set \fB HOMEBREW_UPDATE_TO_TAG\fP  to test updating between tags\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- keep\- tmp\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Retain the temporary directory containing the new repository clone\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- commit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI commit\fP  as the start commit\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- before\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the commit at the specified \fI date\fP  as the start commit\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBvendor\-gems\fP \fR[\fB\-\-update=\fP] \fR[\fB\-\-no\-commit\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install and commit Homebrew\[ u2019]s vendored gems\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-19 09:22:01 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- update\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update the specified list of vendored gems to the latest version\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-08 18:39:47 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- commit\fP  
						 
					
						
							
								
									
										
										
										
											2022-10-08 18:39:47 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Do not generate a new commit upon completion\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "GLOBAL CASK OPTIONS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-30 11:10:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								These options are applicable to the \fB install\fP , \fB reinstall\fP  and \fB upgrade\fP  subcommands with the \fB \- \- cask\fP  switch\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- appdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Applications (default: \fB /Applications\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keyboard\- layoutdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Keyboard Layouts (default: \fB /Library/Keyboard Layouts\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-27 13:56:29 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- colorpickerdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Color Pickers (default: \fB ~/Library/ColorPickers\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- prefpanedir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Preference Panes (default: \fB ~/Library/PreferencePanes\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- qlplugindir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Quick Look Plugins (default: \fB ~/Library/QuickLook\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- mdimporterdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Spotlight Plugins (default: \fB ~/Library/Spotlight\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- dictionarydir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Dictionaries (default: \fB ~/Library/Dictionaries\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fontdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Fonts (default: \fB ~/Library/Fonts\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- servicedir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Services (default: \fB ~/Library/Services\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- input\- methoddir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Input Methods (default: \fB ~/Library/Input Methods\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- internet\- plugindir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Internet Plugins (default: \fB ~/Library/Internet Plug\- Ins\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- audio\- unit\- plugindir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Audio Unit Plugins (default: \fB ~/Library/Audio/Plug\- Ins/Components\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- vst\- plugindir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for VST Plugins (default: \fB ~/Library/Audio/Plug\- Ins/VST\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- vst3\- plugindir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for VST3 Plugins (default: \fB ~/Library/Audio/Plug\- Ins/VST3\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- screen\- saverdir\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target location for Screen Savers (default: \fB ~/Library/Screen Savers\fP )\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-03 02:45:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- language\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Comma\- separated list of language codes to prefer for cask installation\.  The first matching language is used, otherwise it reverts to the cask\[ u2019]s default language\.  The default value is the language of your system\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "GLOBAL OPTIONS" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								These options are applicable across multiple subcommands\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- d\fP , \fB \- \- debug\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Display any debugging information\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- q\fP , \fB \- \- quiet\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-18 10:13:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Make some output more quiet\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Make some output more verbose\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- h\fP , \fB \- \- help\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show this message\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SH  "OFFICIAL EXTERNAL COMMANDS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBalias\fP \fR[\fIalias\fP \.\.\. | \fIalias\fP=\fIcommand\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show existing aliases\.  If no aliases are given, print the whole list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- edit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Edit aliases in a text editor\.  Either one or all aliases may be opened at once\.  If the given alias doesn\[ u2019]t exist it\[ u2019]ll be pre\- populated with a template\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBbundle\fP \fR[\fIsubcommand\fP]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-02-20 00:06:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Bundler for non\- Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store, Whalebrew and Visual Studio Code\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle\fP  [\fB install\fP ] 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install and upgrade (by default) all dependencies from the \fB Brewfile\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								You can specify the \fB Brewfile\fP  location using \fB \- \- file\fP  or by setting the \fB HOMEBREW_BUNDLE_FILE\fP  environment variable\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								You can skip the installation of dependencies by adding space\- separated values to one or more of the following environment variables: \fB HOMEBREW_BUNDLE_BREW_SKIP\fP , \fB HOMEBREW_BUNDLE_CASK_SKIP\fP , \fB HOMEBREW_BUNDLE_MAS_SKIP\fP , \fB HOMEBREW_BUNDLE_WHALEBREW_SKIP\fP , \fB HOMEBREW_BUNDLE_TAP_SKIP\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB brew bundle\fP  will output a \fB Brewfile\. lock\. json\fP  in the same directory as the \fB Brewfile\fP  if all dependencies are installed successfully\.  This contains dependency and system status information which can be useful for debugging \fB brew bundle\fP  failures and replicating a \[ u201c]last known good build\[ u201d] state\.  You can opt\- out of this behaviour by setting the \fB HOMEBREW_BUNDLE_NO_LOCK\fP  environment variable or passing the \fB \- \- no\- lock\fP  option\.  You may wish to check this file into the same version control system as your \fB Brewfile\fP  (or ensure your version control system ignores it if you\[ u2019]d prefer to rely on debugging information from a local machine)\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle dump\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Write all installed casks/formulae/images/taps into a \fB Brewfile\fP  in the current directory\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle cleanup\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Uninstall all dependencies not present in the \fB Brewfile\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								This workflow is useful for maintainers or testers who regularly install lots of formulae\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-06 22:29:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Unless \fB \- \- force\fP  is passed, this returns a 1 exit code if anything would be removed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle check\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check if all dependencies present in the \fB Brewfile\fP  are installed\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								This provides a successful exit code if everything is up\- to\- date, making it useful for scripting\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle list\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List all dependencies present in the \fB Brewfile\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-02-20 00:06:06 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								By default, only Homebrew formula dependencies are listed\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB brew bundle exec\fP  \fI command\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run an external command in an isolated build environment based on the \fB Brewfile\fP  dependencies\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								This sanitized build environment ignores unrequested dependencies, which makes sure that things you didn\[ u2019]t specify in your \fB Brewfile\fP  won\[ u2019]t get picked up by commands like \fB bundle install\fP , \fB npm install\fP , etc\.  It will also add compiler flags which will help with finding keg\- only dependencies like \fB openssl\fP , \fB icu4c\fP , etc\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- file\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Read the \fB Brewfile\fP  from this location\.  Use \fB \- \- file=\- \fP  to pipe to stdin/stdout\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- global\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Read the \fB Brewfile\fP  from \fB ~/\. Brewfile\fP  or the \fB HOMEBREW_BUNDLE_FILE_GLOBAL\fP  environment variable, if set\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB install\fP  prints output from commands as they are run\.  \fB check\fP  lists all missing dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- upgrade\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB install\fP  does not run \fB brew upgrade\fP  on outdated dependencies\.  Note they may still be upgraded by \fB brew install\fP  if needed\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- f\fP , \fB \- \- force\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB install\fP  runs with \fB \- \- force\fP /\fB \- \- overwrite\fP \& \.  \fB dump\fP  overwrites an existing \fB Brewfile\fP \& \.  \fB cleanup\fP  actually performs its cleanup operations\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cleanup\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB install\fP  performs cleanup operation, same as running \fB cleanup \- \- force\fP \& \.  This is enabled by default if \fB HOMEBREW_BUNDLE_INSTALL_CLEANUP\fP  is set and \fB \- \- global\fP  is passed\.  
						 
					
						
							
								
									
										
										
										
											2020-09-30 16:43:30 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- lock\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB install\fP  does not output a \fB Brewfile\. lock\. json\fP \& \.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB list\fP  all dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- formula\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  Homebrew formula dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cask\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  Homebrew cask dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  Homebrew tap dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- mas\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  Mac App Store dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- whalebrew\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  Whalebrew dependencies\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- vscode\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-02 15:07:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB list\fP  or \fB dump\fP  VSCode extensions\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- no\- vscode\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB dump\fP  without VSCode extensions\.  This is enabled by default if \fB HOMEBREW_BUNDLE_DUMP_NO_VSCODE\fP  is set\.  
						 
					
						
							
								
									
										
										
										
											2023-05-29 13:32:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- describe\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB dump\fP  adds a description comment above each line, unless the dependency does not have a description\.  This is enabled by default if \fB HOMEBREW_BUNDLE_DUMP_DESCRIBE\fP  is set\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- restart\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB dump\fP  does not add \fB restart_service\fP  to formula lines\.  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- zap\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB cleanup\fP  casks using the \fB zap\fP  command instead of \fB uninstall\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBcommand\-not\-found\-init\fP" 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print instructions for setting up the command\- not\- found hook for your shell\.  If the output is not to a tty, print the appropriate handler script for your shell\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBservices\fP \fR[\fIsubcommand\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Manage background services with macOS\[ u2019] \fB launchctl\fP (1) daemon manager or Linux\[ u2019]s \fB systemctl\fP (1) service manager\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-09 00:07:01 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If \fB sudo\fP  is passed, operate on \fB /Library/LaunchDaemons\fP  or \fB /usr/lib/systemd/system\fP  (started at boot)\.  Otherwise, operate on \fB ~/Library/LaunchAgents\fP  or \fB ~/\. config/systemd/user\fP  (started at login)\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services\fP  [\fB list\fP ] (\fB \- \- json\fP ) (\fB \- \- debug\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List information about all managed services for the current user (or root)\.  Provides more output from Homebrew and \fB launchctl\fP (1) or \fB systemctl\fP (1) if run with \fB \- \- debug\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services info\fP  (\fI formula\fP |\fB \- \- all\fP |\fB \- \- json\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								List all managed services for the current user (or root)\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-06-09 08:38:03 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services run\fP  (\fI formula\fP |\fB \- \- all\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run the service \fI formula\fP  without registering to launch at login (or boot)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services start\fP  (\fI formula\fP |\fB \- \- all\fP |\fB \- \- file=\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Start the service \fI formula\fP  immediately and register it to launch at login (or boot)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services stop\fP  (\fI formula\fP |\fB \- \- all\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Stop the service \fI formula\fP  immediately and unregister it from launching at login (or boot)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services kill\fP  (\fI formula\fP |\fB \- \- all\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Stop the service \fI formula\fP  immediately but keep it registered to launch at login (or boot)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services restart\fP  (\fI formula\fP |\fB \- \- all\fP )
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Stop (if necessary) and start the service \fI formula\fP  immediately and register it to launch at login (or boot)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[\fB sudo\fP ] \fB brew services cleanup\fP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove all unused services\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- file\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the service file from this location to \fB start\fP  the service\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- sudo\- service\- user\fP  
						 
					
						
							
								
									
										
										
										
											2023-09-29 00:05:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								When run as root on macOS, run the service(s) as this user\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-10-26 00:07:31 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- max\- wait\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Wait at most this many seconds for \fB stop\fP  to finish stopping a service\.  Omit this flag or set this to zero (0) seconds to wait indefinitely\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- all\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fI subcommand\fP  on all services\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-12-15 00:06:34 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- json\fP  
						 
					
						
							
								
									
										
										
										
											2021-12-15 00:06:34 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Output as JSON\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-27 16:39:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- no\- wait\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t wait for \fB stop\fP  to finish stopping the service\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBtest\-bot\fP \fR[\fIoptions\fP] \fR[\fIformula\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Tests the full lifecycle of a Homebrew change to a tap (Git repository)\.  For example, for a GitHub Actions pull request that changes a formula \fB brew test\- bot\fP  will ensure the system is cleaned and set up to test the formula, install the formula, run various tests and checks on it, bottle (package) the binaries and test formulae that depend on it to ensure they aren\[ u2019]t broken by these changes\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only supports GitHub Actions as a CI provider\.  This is because Homebrew uses GitHub Actions and it\[ u2019]s freely available for public and private use with macOS and Linux workers\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- dry\- run\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print what would be done rather than doing it\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- cleanup\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Clean all state from the Homebrew directory\.  Use with care!
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- setup\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t check if the local system is set up correctly\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- build\- from\- source\fP  
						 
					
						
							
								
									
										
										
										
											2020-12-15 12:20:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build from source rather than building bottles\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- build\- dependents\- from\- source\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build dependents from source rather than testing bottles\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- junit\fP  
						 
					
						
							
								
									
										
										
										
											2021-06-30 08:43:23 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								generate a JUnit XML test results file\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- keep\- old\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew bottle \- \- keep\- old\fP  to build new bottles for a single platform\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- relocation\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew bottle \- \- skip\- relocation\fP  to build new bottles that don\[ u2019]t require relocation\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- json\- tab\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew bottle \- \- only\- json\- tab\fP  to build new bottles that do not contain a tab\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-12 15:24:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- local\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Ask Homebrew to write verbose logs under \fB \& \. /logs/\fP  and set \fB $HOME\fP  to \fB \& \. /home/\fP 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- tap\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use the Git repository of the given tap\.  Defaults to the core tap for syntax checking\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- fail\- fast\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Immediately exit on a failing step\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- v\fP , \fB \- \- verbose\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print test step output in real time\.  Has the side effect of passing output as raw bytes instead of re\- encoding in UTF\- 8\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- test\- default\- formula\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use a default testing formula when not building a tap and no other formulae are specified\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- root\- url\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use the specified \fI URL\fP  as the root of the bottle\[ u2019]s URL instead of Homebrew\[ u2019]s default\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- git\- name\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Set the Git author/committer names to the given name\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- git\- email\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Set the Git author/committer email to the given email\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- publish\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Publish the uploaded bottles\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- online\- checks\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t pass \fB \- \- online\fP  to \fB brew audit\fP  and skip \fB brew livecheck\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-13 00:06:28 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-24 00:05:51 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- new\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t pass \fB \- \- new\fP  to \fB brew audit\fP  for new formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- skip\- new\- strict\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t pass \fB \- \- strict\fP  to \fB brew audit\fP  for new formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- dependents\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t test any dependents\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- livecheck\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t test livecheck\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-15 15:39:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- recursive\- dependents\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-19 20:59:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only test the direct dependents\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- checksum\- only\- audit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t audit checksum\- only changes\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-02-01 00:07:16 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- stable\- version\- audit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t audit the stable version\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-12-17 15:35:39 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skip\- revision\- audit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Don\[ u2019]t audit the revision\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-01-12 18:41:23 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- cleanup\- before\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only run the pre\- cleanup step\.  Needs \fB \- \- cleanup\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- setup\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the local system setup check step\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- tap\- syntax\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the tap syntax check step\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-16 00:05:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- stable\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only run the tap syntax checks needed on stable brew\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- formulae\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the formulae steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- formulae\- detect\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 00:05:02 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the formulae detection steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- formulae\- dependents\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the formulae dependents steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- bottles\- fetch\fP  
						 
					
						
							
								
									
										
										
										
											2023-04-10 18:12:21 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Only run the bottles fetch steps\.  This optional post\- upload test checks that all the bottles were uploaded correctly\.  It is not run unless requested and only needs to be run on a single machine\.  The bottle commit to be tested must be on the tested branch\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- only\- cleanup\- after\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Only run the post\- cleanup step\.  Needs \fB \- \- cleanup\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- testing\- formulae\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use these testing formulae rather than running the formulae detection steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- added\- formulae\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use these added formulae rather than running the formulae detection steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- deleted\- formulae\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use these deleted formulae rather than running the formulae detection steps\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- skipped\- or\- failed\- formulae\fP  
						 
					
						
							
								
									
										
										
										
											2021-07-08 12:01:43 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use these skipped or failed formulae from formulae steps for a formulae dependents step\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-09-10 00:07:29 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB \- \- tested\- formulae\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use these tested formulae from formulae steps for a formulae dependents step\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBunalias\fP \fIalias\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Remove aliases\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SS  "\fBwhich\-formula\fP \fR[\fB\-\-explain\fP] \fIcommand\fP \fR[\.\.\.]" 
							 
						 
					
						
							
								
									
										
										
										
											2024-02-21 00:06:23 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Show which formula(e) provides the given command\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- explain\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Output explanation of how to get \fI command\fP  by installing one of the providing formulae\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.SS  "\fBwhich\-update\fP \fR[\fIoptions\fP] \fR[\fIdatabase\fP]" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Database update for \fB brew which\- formula\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- stats\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print statistics about the database contents (number of commands and formulae, list of missing formulae)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- commit\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Commit the changes using \fB git\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- update\- existing\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update database entries with outdated formula versions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- install\- missing\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Install and update formulae that are missing from the database and don\[ u2019]t have bottles\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- eval\- all\fP  
						 
					
						
							
								
									
										
										
										
											2023-10-24 00:06:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Evaluate all installed taps, rather than just the core tap\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB \- \- max\- downloads\fP  
						 
					
						
							
								
									
										
										
										
											2021-04-23 13:43:55 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Specify a maximum number of formulae to download and update\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "CUSTOM EXTERNAL COMMANDS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew, like \fB git\fP (1), supports external commands\.  These are executable scripts that reside somewhere in the \fB PATH\fP , named \fB brew\- \fP \fI cmdname\fP  or \fB brew\- \fP \fI cmdname\fP \fB \& \. rb\fP , which can be invoked like \fB brew\fP  \fI cmdname\fP \& \.  This allows you to create your own commands without modifying Homebrew\[ u2019]s internals\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Instructions for creating your own commands can be found in the docs: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/External\-Commands 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "SPECIFYING FORMULAE" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Many Homebrew commands accept one or more \fI formula\fP  arguments\.  These arguments can take several different forms:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								The name of a formula: e\. g\.  \fB git\fP , \fB node\fP , \fB wget\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								The fully\- qualified name of a tapped formula: Sometimes a formula from a tapped repository may conflict with one in \fB homebrew/core\fP \& \.  You can still access these formulae by using a special syntax, e\. g\.  \fB homebrew/dupes/vim\fP  or \fB homebrew/versions/node4\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								An arbitrary file: Homebrew can install formulae from a local path\.  It can point to either a formula file or a bottle\.  Prefix relative paths with \fB \& \. /\fP  to prevent them from being interpreted as a formula or tap name\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "SPECIFYING CASKS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Many Homebrew Cask commands accept one or more \fI cask\fP  arguments\.  These can be specified the same way as the \fI formula\fP  arguments described in \fB SPECIFYING FORMULAE\fP  above\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "ENVIRONMENT" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Note that environment variables must have a value set to be detected\.  For example, run \fB export HOMEBREW_NO_INSECURE_REDIRECT=1\fP  rather than just \fB export HOMEBREW_NO_INSECURE_REDIRECT\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_*\fP  environment variables can also be set in Homebrew\[ u2019]s environment files: 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB /etc/homebrew/brew\. env\fP  (system\- wide) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB $HOMEBREW_PREFIX/etc/homebrew/brew\. env\fP  (prefix\- specific) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.IP  \(bu  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB $XDG_CONFIG_HOME/homebrew/brew\. env\fP  if \fB $XDG_CONFIG_HOME\fP  is set or \fB $HOME/\. homebrew/brew\. env\fP  otherwise (user\- specific) 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								User\- specific environment files take precedence over prefix\- specific files and prefix\- specific files take precedence over system\- wide files (unless \fB HOMEBREW_SYSTEM_ENV_TAKES_PRIORITY\fP  is set, see below)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Note that these files do not support shell variable expansion e\. g\.  \fB $HOME\fP  or command execution e\. g\.  \fB $(cat file)\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-07 07:48:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_ALLOWED_TAPS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								A space\- separated list of taps\.  Homebrew will refuse to install a formula unless it and all of its dependencies are in an official tap or in a tap on this list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_API_AUTO_UPDATE_SECS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Check Homebrew\[ u2019]s API for new formulae or cask data every \fB HOMEBREW_API_AUTO_UPDATE_SECS\fP  seconds\.  Alternatively, disable API auto\- update checks entirely with \fB HOMEBREW_NO_AUTO_UPDATE\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 450\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_API_DOMAIN\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-03 14:14:36 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this URL as the download mirror for Homebrew JSON API\.  If metadata files at that URL are temporarily unavailable, the default API domain will be used as a fallback mirror\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB https://formulae\. brew\. sh/api\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-03 14:14:36 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_ARCH\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Linux only: Pass this value to a type name representing the compiler\[ u2019]s \fB \- march\fP  option\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB native\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_ARTIFACT_DOMAIN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Prefix all download URLs, including those for bottles, with this value\.  For example, \fB HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080\fP  will cause a formula with the URL \fB https://example\. com/foo\. tar\. gz\fP  to instead download from \fB http://localhost:8080/https://example\. com/foo\. tar\. gz\fP \& \.  Bottle URLs however, have their domain replaced with this prefix\.  This results in e\. g\.  \fB https://ghcr\. io/v2/homebrew/core/gettext/manifests/0\. 21\fP  to instead be downloaded from \fB http://localhost:8080/v2/homebrew/core/gettext/manifests/0\. 21\fP 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-13 11:28:54 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-14 16:03:35 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_ARTIFACT_DOMAIN_NO_FALLBACK\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If \fB HOMEBREW_ARTIFACT_DOMAIN\fP  and \fB HOMEBREW_ARTIFACT_DOMAIN_NO_FALLBACK\fP  are both set, if the request to \fB HOMEBREW_ARTIFACT_DOMAIN\fP  fails then it Homebrew will error rather than trying any other/default URLs\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_AUTO_UPDATE_SECS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Run \fB brew update\fP  once every \fB HOMEBREW_AUTO_UPDATE_SECS\fP  seconds before some commands, e\. g\.  \fB brew install\fP , \fB brew upgrade\fP  and \fB brew tap\fP \& \.  Alternatively, disable auto\- update entirely with \fB HOMEBREW_NO_AUTO_UPDATE\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 86400\fP  (24 hours), \fB 3600\fP  (1 hour) if a developer command has been run or \fB 300\fP  (5 minutes) if \fB HOMEBREW_NO_INSTALL_FROM_API\fP  is set\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2021-02-02 11:52:56 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_BAT\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, use \fB bat\fP  for the \fB brew cat\fP  command\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BAT_CONFIG_PATH\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this as the \fB bat\fP  configuration file\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $BAT_CONFIG_PATH\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BAT_THEME\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this as the \fB bat\fP  theme for syntax highlighting\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $BAT_THEME\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BOOTSNAP\fP  
						 
					
						
							
								
									
										
										
										
											2024-06-19 16:08:05 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, use Bootsnap to speed up repeated \fB brew\fP  calls\.  A no\- op on Linux when not using Homebrew\[ u2019]s vendored, relocatable Ruby\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BOTTLE_DOMAIN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this URL as the download mirror for bottles\.  If bottles at that URL are temporarily unavailable, the default bottle domain will be used as a fallback mirror\.  For example, \fB HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080\fP  will cause all bottles to download from the prefix \fB http://localhost:8080/\fP \& \.  If bottles are not available at \fB HOMEBREW_BOTTLE_DOMAIN\fP  they will be downloaded from the default bottle domain\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB https://ghcr\. io/v2/homebrew/core\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BREW_GIT_REMOTE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this URL as the Homebrew/brew \fB git\fP (1) remote\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB https://github\. com/Homebrew/brew\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_BROWSER\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this as the browser when opening project homepages\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $BROWSER\fP  or the OS\[ u2019]s default browser\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-18 00:08:42 +09:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_BUNDLE_USER_CACHE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, use this directory as the \fB bundle\fP (1) user cache\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CACHE\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this directory as the download cache\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  macOS: \fB $HOME/Library/Caches/Homebrew\fP , Linux: \fB $XDG_CACHE_HOME/Homebrew\fP  or \fB $HOME/\. cache/Homebrew\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CASK_OPTS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Append these options to all \fB cask\fP  commands\.  All \fB \- \- *dir\fP  options, \fB \- \- language\fP , \fB \- \- require\- sha\fP , \fB \- \- no\- quarantine\fP  and \fB \- \- no\- binaries\fP  are supported\.  For example, you might add something like the following to your \fB ~/\. profile\fP , \fB ~/\. bash_profile\fP , or \fB ~/\. zshenv\fP :
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB export HOMEBREW_CASK_OPTS="\- \- appdir=~/Applications \- \- fontdir=/Library/Fonts"\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_CLEANUP_MAX_AGE_DAYS\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Cleanup all cached files older than this many days\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 120\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-12-09 10:36:02 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew install\fP , \fB brew upgrade\fP  and \fB brew reinstall\fP  will cleanup all formulae when this number of days has passed\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 30\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_COLOR\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, force colour output on non\- TTY outputs\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CORE_GIT_REMOTE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this URL as the Homebrew/homebrew\- core \fB git\fP (1) remote\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB https://github\. com/Homebrew/homebrew\- core\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CURLRC\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set to an absolute path (i\. e\.  beginning with \fB /\fP ), pass it with \fB \- \- config\fP  when invoking \fB curl\fP (1)\.  If set but \fI not\fP  a valid path, do not pass \fB \- \- disable\fP , which disables the use of \fB \& \. curlrc\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CURL_PATH\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Linux only: Set this value to a new enough \fB curl\fP  executable for Homebrew to use\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB curl\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CURL_RETRIES\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Pass the given retry count to \fB \- \- retry\fP  when invoking \fB curl\fP (1)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 3\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_CURL_VERBOSE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, pass \fB \- \- verbose\fP  when invoking \fB curl\fP (1)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_DEBUG\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always assume \fB \- \- debug\fP  when running commands\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_DEVELOPER\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, tweak behaviour to be more relevant for Homebrew developers (active or budding) by e\. g\.  turning warnings into errors\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-24 06:16:18 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_DISABLE_DEBREW\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, the interactive formula debugger available via \fB \- \- debug\fP  will be disabled\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_DISABLE_LOAD_FORMULA\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, refuse to load formulae\.  This is useful when formulae are not trusted (such as in pull requests)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_DISPLAY\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this X11 display when opening a page in a browser, for example with \fB brew home\fP \& \.  Primarily useful on Linux\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $DISPLAY\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_DISPLAY_INSTALL_TIMES\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, print install times for each formula at the end of the run\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages\.  If \fB HOMEBREW_DOCKER_REGISTRY_TOKEN\fP  is set, it will be used instead\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_DOCKER_REGISTRY_TOKEN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\.  Preferred over \fB HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\fP \& \. 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_EDITOR\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this editor when editing a single formula, or several formulae in the same directory\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Note:\fP  \fB brew edit\fP  will open all of Homebrew as discontinuous files and directories\.  Visual Studio Code can handle this correctly in project mode, but many editors will do strange things in this case\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $EDITOR\fP  or \fB $VISUAL\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 13:57:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_EVAL_ALL\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew\fP  commands evaluate all formulae and casks, executing their arbitrary code, by default without requiring \fB \- \- eval\- all\fP \& \.  Required to cache formula and cask descriptions\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FAIL_LOG_LINES\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Output this many lines of output on formula \fB system\fP  failures\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB 15\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-08 16:38:32 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_CASKS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								A space\- separated list of casks\.  Homebrew will refuse to install a cask if it or any of its dependencies is on this list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_FORMULAE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								A space\- separated list of formulae\.  Homebrew will refuse to install a formula or cask if it or any of its dependencies is on this list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_LICENSES\fP  
						 
					
						
							
								
									
										
										
										
											2024-10-17 08:34:03 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								A space\- separated list of SPDX license identifiers\.  Homebrew will refuse to install a formula if it or any of its dependencies has a license on this list\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-08 16:38:32 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_OWNER\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								The person who has set any \fB HOMEBREW_FORBIDDEN_*\fP  variables\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB you\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_OWNER_CONTACT\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								How to contact the \fB HOMEBREW_FORBIDDEN_OWNER\fP , if set and necessary\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBIDDEN_TAPS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								A space\- separated list of taps\.  Homebrew will refuse to install a formula if it or any of its dependencies is in a tap on this list\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-24 05:39:06 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORBID_PACKAGES_FROM_PATHS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew will refuse to read formulae or casks provided from file paths, e\. g\.  \fB brew install \. /package\. rb\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORCE_BREWED_CA_CERTIFICATES\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always use a Homebrew\- installed \fB ca\- certificates\fP  rather than the system version\.  Automatically set if the system version is too old\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-01 15:06:04 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORCE_BREWED_CURL\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always use a Homebrew\- installed \fB curl\fP (1) rather than the system version\.  Automatically set if the system version of \fB curl\fP  is too old\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORCE_BREWED_GIT\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always use a Homebrew\- installed \fB git\fP (1) rather than the system version\.  Automatically set if the system version of \fB git\fP  is too old\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORCE_VENDOR_RUBY\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always use Homebrew\[ u2019]s vendored, relocatable Ruby version even if the system version of Ruby is new enough\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-23 07:30:48 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_FORMULA_BUILD_NETWORK\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, controls network access to the sandbox for formulae builds\.  Overrides any controls set through DSL usage inside formulae\.  Must be \fB allow\fP  or \fB deny\fP \& \.  If no value is set through this environment variable or DSL usage, the default behavior is \fB allow\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FORMULA_POSTINSTALL_NETWORK\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, controls network access to the sandbox for formulae postinstall\.  Overrides any controls set through DSL usage inside formulae\.  Must be \fB allow\fP  or \fB deny\fP \& \.  If no value is set through this environment variable or DSL usage, the default behavior is \fB allow\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_FORMULA_TEST_NETWORK\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, controls network access to the sandbox for formulae test\.  Overrides any controls set through DSL usage inside formulae\.  Must be \fB allow\fP  or \fB deny\fP \& \.  If no value is set through this environment variable or DSL usage, the default behavior is \fB allow\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_GITHUB_API_TOKEN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this personal access token for the GitHub API, for features such as \fB brew search\fP \& \.  You can create one at 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://github\.com/settings/tokens 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE  \& \.  If  set,  GitHub  will  allow  you  a  greater  number  of  API  requests\.  For  more  information,  see:  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.github\.com/en/rest/overview/rate\-limits\-for\-the\-rest\-api 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Note:\fP  Homebrew doesn\[ u2019]t require permissions for any of the scopes, but some developer commands may require additional permissions\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_GITHUB_PACKAGES_TOKEN\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_GITHUB_PACKAGES_USER\fP  
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this username when accessing the GitHub Packages Registry (where bottles may be stored)\. 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-16 12:47:47 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_GIT_EMAIL\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Set the Git author and committer email to this value\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_GIT_NAME\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Set the Git author and committer name to this value\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_GIT_PATH\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Linux only: Set this value to a new enough \fB git\fP  executable for Homebrew to use\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB git\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_INSTALL_BADGE\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Print this text before the installation summary of each successful build\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  The \[ u201c]Beer Mug\[ u201d] emoji\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_LIVECHECK_WATCHLIST\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Consult this file for the list of formulae to check by default when no formula argument is passed to \fB brew livecheck\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $XDG_CONFIG_HOME/homebrew/livecheck_watchlist\. txt\fP  if \fB $XDG_CONFIG_HOME\fP  is set or \fB $HOME/\. homebrew/livecheck_watchlist\. txt\fP  otherwise\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-30 17:51:02 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_LOCK_CONTEXT\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew will add this output as additional context for locking errors\.  This is useful when running \fB brew\fP  in the background\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_LOGS\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this directory to store log files\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  macOS: \fB $HOME/Library/Logs/Homebrew\fP , Linux: \fB $XDG_CACHE_HOME/Homebrew/Logs\fP  or \fB $HOME/\. cache/Homebrew/Logs\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_MAKE_JOBS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this value as the number of parallel jobs to run when building with \fB make\fP (1)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  The number of available CPU cores\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_ANALYTICS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not send analytics\.  Google Analytics were destroyed\.  For more information, see: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh/Analytics 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-05-26 15:39:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_AUTOREMOVE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, calls to \fB brew cleanup\fP  and \fB brew uninstall\fP  will not automatically remove unused formula dependents\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_AUTO_UPDATE\fP  
						 
					
						
							
								
									
										
										
										
											2024-04-02 16:35:10 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, do not automatically update before running some commands, e\. g\.  \fB brew install\fP , \fB brew upgrade\fP  and \fB brew tap\fP \& \.  Preferably, run this less often by setting \fB HOMEBREW_AUTO_UPDATE_SECS\fP  to a value higher than the default\.  Note that setting this and e\. g\.  tapping new taps may result in a broken configuration\.  Please ensure you always run \fB brew update\fP  before reporting any issues\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-02-02 11:52:56 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_BOOTSNAP\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not use Bootsnap to speed up repeated \fB brew\fP  calls\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_CLEANUP_FORMULAE\fP  
						 
					
						
							
								
									
										
										
										
											2022-07-17 00:59:43 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								A comma\- separated list of formulae\.  Homebrew will refuse to clean up or autoremove a formula if it appears on this list\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-08-30 15:11:59 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_COLOR\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, do not print text with colour added\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $NO_COLOR\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_EMOJI\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not print \fB HOMEBREW_INSTALL_BADGE\fP  on a successful build\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_ENV_HINTS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not print any hints about changing Homebrew\[ u2019]s behaviour with environment variables\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-26 13:14:10 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_GITHUB_API\fP  
						 
					
						
							
								
									
										
										
										
											2020-11-12 10:40:41 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, do not use the GitHub API, e\. g\.  for searches or fetching relevant issues after a failed install\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_INSECURE_REDIRECT\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, forbid redirects from secure HTTPS to insecure HTTP\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Note:\fP  while ensuring your downloads are fully secure, this is likely to cause from\- source SourceForge, some GNU & GNOME\- hosted formulae to fail to download\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not check for broken linkage of dependents or outdated dependents after installing, upgrading or reinstalling formulae\.  This will result in fewer dependents (and their dependencies) being upgraded or reinstalled but may result in more breakage from running \fB brew install\fP  \fI formula\fP  or \fB brew upgrade\fP  \fI formula\fP \& \. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_INSTALL_CLEANUP\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew install\fP , \fB brew upgrade\fP  and \fB brew reinstall\fP  will never automatically cleanup installed/upgraded/reinstalled formulae or all formulae every \fB HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\fP  days\.  Alternatively, \fB HOMEBREW_NO_CLEANUP_FORMULAE\fP  allows specifying specific formulae to not clean up\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_INSTALL_FROM_API\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, do not install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew\[ u2019]s API and instead use (large, slow) local checkouts of these repositories\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-18 15:50:13 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_INSTALL_UPGRADE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew install\fP  \fI formula|cask\fP  will not upgrade \fI formula|cask\fP  if it is installed but outdated\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 23:15:40 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_UPDATE_REPORT_NEW\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew update\fP  will not show the list of newly added formulae/casks\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-07 16:10:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-07-14 16:06:07 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_NO_VERIFY_ATTESTATIONS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew not verify cryptographic attestations of build provenance for bottles from homebrew\- core\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_PIP_INDEX_URL\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, \fB brew install\fP  \fI formula\fP  will use this URL to download PyPI package resources\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB https://pypi\. org/simple\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_PRY\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, use Pry for the \fB brew irb\fP  command\. 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-10 11:57:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SIMULATE_MACOS_ON_LINUX\fP  
						 
					
						
							
								
									
										
										
										
											2021-10-20 11:01:38 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, running Homebrew on Linux will simulate certain macOS code paths\.  This is useful when auditing macOS formulae while on Linux\. 
							 
						 
					
						
							
								
									
										
										
										
											2021-09-01 10:26:41 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SKIP_OR_LATER_BOTTLES\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set along with \fB HOMEBREW_DEVELOPER\fP , do not use bottles from older versions of macOS\.  This is useful in development on new macOS versions\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SORBET_RUNTIME\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, enable runtime typechecking using Sorbet\.  Set by default for \fB HOMEBREW_DEVELOPER\fP  or when running some developer commands\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-09 12:11:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SSH_CONFIG_PATH\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew will use the given config file instead of \fB ~/\. ssh/config\fP  when fetching Git repositories over SSH\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  \fB $HOME/\. ssh/config\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-28 17:17:14 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SUDO_THROUGH_SUDO_USER\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew will use the \fB SUDO_USER\fP  environment variable to define the user to \fB sudo\fP (8) through when running \fB sudo\fP (8)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SVN\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this as the \fB svn\fP (1) binary\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  A Homebrew\- built Subversion (if installed), or the system\- provided binary\.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-29 18:49:44 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_SYSTEM_ENV_TAKES_PRIORITY\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set in Homebrew\[ u2019]s system\- wide environment file (\fB /etc/homebrew/brew\. env\fP ), the system\- wide environment file will be loaded last to override any prefix or user settings\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fB HOMEBREW_TEMP\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use this path as the temporary directory for building packages\.  Changing this may be needed if your system temporary directory and Homebrew prefix are on different volumes, as macOS has trouble moving symlinks across volumes when the target does not yet exist\.  This issue typically occurs when using FileVault or custom SSD configurations\. 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.RS 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								\fI Default:\fP  macOS: \fB /private/tmp\fP , Linux: \fB /tmp\fP \& \.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_UPDATE_TO_TAG\fP  
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If set, always use the latest stable tag (even if developer commands have been run)\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-11 17:54:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_UPGRADE_GREEDY\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, pass \fB \- \- greedy\fP  to all cask upgrade commands\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_VERBOSE\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, always assume \fB \- \- verbose\fP  when running commands\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_VERBOSE_USING_DOTS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, verbose output will print a \fB \& \. \fP  no more than once a minute\.  This can be useful to avoid long\- running Homebrew commands being killed due to no output\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-09-03 19:44:32 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-04-12 14:53:39 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB HOMEBREW_VERIFY_ATTESTATIONS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, Homebrew will use the \fB gh\fP  tool to verify cryptographic attestations of build provenance for bottles from homebrew\- core\. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB SUDO_ASKPASS\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								If set, pass the \fB \- A\fP  option when calling \fB sudo\fP (8)\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB all_proxy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this SOCKS5 proxy for \fB curl\fP (1), \fB git\fP (1) and \fB svn\fP (1) when downloading through Homebrew\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB ftp_proxy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this FTP proxy for \fB curl\fP (1), \fB git\fP (1) and \fB svn\fP (1) when downloading through Homebrew\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB http_proxy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this HTTP proxy for \fB curl\fP (1), \fB git\fP (1) and \fB svn\fP (1) when downloading through Homebrew\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB https_proxy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Use this HTTPS proxy for \fB curl\fP (1), \fB git\fP (1) and \fB svn\fP (1) when downloading through Homebrew\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB no_proxy\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								A comma\- separated list of hostnames and domain names excluded from proxying by \fB curl\fP (1), \fB git\fP (1) and \fB svn\fP (1) when downloading through Homebrew\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "USING HOMEBREW BEHIND A PROXY" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Set the \fB http_proxy\fP , \fB https_proxy\fP , \fB all_proxy\fP , \fB ftp_proxy\fP  and/or \fB no_proxy\fP  environment variables documented above\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								For example, to use an unauthenticated HTTP or SOCKS5 proxy:
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.sp 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.EX 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								export http_proxy=http://$HOST:$PORT
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								export all_proxy=socks5://$HOST:$PORT
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.EE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								And for an authenticated HTTP proxy:
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.sp 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RS  4 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.EX 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								export http_proxy=http://$USER:$PASSWORD@$HOST:$PORT
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.EE 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.RE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "SEE ALSO" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew Documentation: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://docs\.brew\.sh 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew API: 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://rubydoc\.brew\.sh 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB git\fP (1), \fB git\- log\fP (1) 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "AUTHORS" 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew\[ u2019]s Project Leader is Mike McQuaid\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew\[ u2019]s Project Leadership Committee is Colin Dean, Issy Long, Mike McQuaid, Patrick Linnane and Vanessa Gennarelli\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew\[ u2019]s Technical Steering Committee is Bo Anderson, FX Coudert, Michka Popoff, Mike McQuaid and Rylan Polster\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-10-25 00:07:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Homebrew\[ u2019]s maintainers are Alexander Bayandin, Bevan Kay, Bo Anderson, Branch Vincent, Caleb Xu, Carlo Cabrera, Daeho Ro, Douglas Eichelberger, Dustin Rodrigues, Eric Knibbe, FX Coudert, Issy Long, Justin Krehel, Klaus Hipp, Markus Reiter, Michael Cho, Michka Popoff, Mike McQuaid, Nanda H Krishna, Patrick Linnane, Rui Chen, Ruoyu Zhong, Rylan Polster, Sam Ford, Sean Molenaar, Thierry Moisan, Timothy Sutton, William Woodruff and Štefan Baebler\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.P 
							 
						 
					
						
							
								
									
										
										
										
											2024-08-30 08:44:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Former maintainers with significant contributions include Miccal Matthews, Misty De Méo, Shaun Jackman, Vítor Galvão, Claudia Pellegrino, Seeker, Jan Viljanen, JCount, commitay, Dominyk Tiller, Tim Smith, Baptiste Fontaine, Xu Cheng, Martin Afanasjew, Brett Koonce, Charlie Sharpsteen, Jack Nagel, Adam Vandenberg, Andrew Janke, Alex Dunn, neutric, Tomasz Pajor, Uladzislau Shablinski, Alyssa Ross, ilovezfs, Chongyu Zhu and Homebrew\[ u2019]s creator: Max Howell\. 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.SH  "BUGS" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								See our issues on GitHub:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB Homebrew/brew\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://github\.com/Homebrew/brew/issues 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB Homebrew/homebrew\- core\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://github\.com/Homebrew/homebrew\-core/issues 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-27 19:52:40 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.TP 
							 
						 
					
						
							
								
									
										
										
										
											2024-03-10 03:22:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								\fB Homebrew/homebrew\- cask\fP  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UR  https://github\.com/Homebrew/homebrew\-cask/issues 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.UE