`brew bump` relies on `livecheck`, which we don't want to query the API for. Also, some small refactoring: 1. Declare the list of commands we want to set `HOMEBREW_NO_INSTALL_FROM_API` for as an array. 2. Only check against this list when the command being run is a developer command, to avoid checking the list when we know we're not running a dev command.
Library
This directory contains all the code run by the official brew command in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.