stamp untap

Remove a Homebrew tap (alias for repo remove -m brew)

Synopsis

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

stamp untap <name> [flags]

Examples

  # remove a homebrew tap (alias form)
  stamp untap homebrew/cask

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

Options

  -h, --help   help for untap

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