stamp tap

Add a Homebrew tap (alias for repo add -m brew)

Synopsis

Add a third-party Homebrew tap repository. Equivalent to “stamp repo add -m brew".

stamp tap <name> [flags]

Examples

  # add a homebrew tap (alias form)
  stamp tap homebrew/cask

  # equivalent canonical command
  stamp repo add homebrew/cask -m brew

Options

  -h, --help   help for tap

Options inherited from parent commands

  -j, --json      output results in JSON format
  -v, --verbose   enable debug logging
  -y, --yes       auto-accept all prompts

SEE ALSO