brew uninstall --cask seam # if installed as a Homebrew cask
brew install --cask seamapi/tap/seam-cliOr tap the repository first and install the cask by name:
brew uninstall --cask seam # if installed as a Homebrew cask
brew tap seamapi/tap
brew install --cask seam-cliOr, in a brew bundle Brewfile:
tap "seamapi/tap"
cask "seam-cli"brew help, man brew or check Homebrew's documentation.