brew install *
Search the package in the library and install the required version.
brew link *
Create symbolic links from the installed files to a directory in the system's PATH, making them accessible to the user.
brew list
List all installed packages.
brew services start *
Starts service provided by the package.
brew services stop *
Stops service provided by the package.
brew services list
Lists all available services.