https://github.com/phylum-dev/homebrew-cli
Homebrew tap for phylum-dev/cli
https://github.com/phylum-dev/homebrew-cli
Last synced: 9 months ago
JSON representation
Homebrew tap for phylum-dev/cli
- Host: GitHub
- URL: https://github.com/phylum-dev/homebrew-cli
- Owner: phylum-dev
- Created: 2022-11-03T18:47:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:43:41.000Z (almost 2 years ago)
- Last Synced: 2024-02-23T23:31:08.957Z (almost 2 years ago)
- Language: Ruby
- Size: 61.5 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Phylum CLI
This repository contains **disabled** [Homebrew] formulae for the [Phylum] [CLI].
> **NOTE:** The `phylum` formula in this custom homebrew tap has been disabled
> now that the official Homebrew core tap includes a `phylum-cli` formula that
> does the same thing. The formula was disabled on 22 FEB 2024 to coincide with
> the v6.1.2 release of the Phylum CLI and will no longer install.
[Homebrew]: https://brew.sh/
[Phylum]: https://phylum.io/
[CLI]: https://github.com/phylum-dev/cli
## How do I migrate to the supported formula?
If the Phylum CLI is already installed from this custom `phylum-dev/cli` tap,
follow these steps to migrate to the `phylum-cli` formula found in the core
Homebrew tap:
```sh
# Uninstall the current formula to prevent `phylum` binary conflicts
brew uninstall phylum
# Remove the custom tap to prevent accidentally installing the wrong version
brew untap phylum-dev/cli
# Update and install the new formula from the core tap
brew update
brew install phylum-cli
```
It is even easier if the Phylum CLI was never installed from this custom
`phylum-dev/cli` tap:
```sh
brew install phylum-cli
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).