https://github.com/netlas-io/homebrew-netlas
Homebrew tap for installing the Netlas CLI. Provides easy installation and updates for macOS and Linux users.
https://github.com/netlas-io/homebrew-netlas
bugbounty cli homebrew package reconnaissance
Last synced: 2 months ago
JSON representation
Homebrew tap for installing the Netlas CLI. Provides easy installation and updates for macOS and Linux users.
- Host: GitHub
- URL: https://github.com/netlas-io/homebrew-netlas
- Owner: netlas-io
- License: mit
- Created: 2025-02-01T09:00:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-17T14:22:21.000Z (7 months ago)
- Last Synced: 2025-11-17T14:35:50.436Z (7 months ago)
- Topics: bugbounty, cli, homebrew, package, reconnaissance
- Language: Ruby
- Homepage: https://netlas.io
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for Netlas CLI
This repository provides a **Homebrew tap** for installing the [Netlas CLI](https://github.com/netlas-io/netlas-python) on macOS and Linux.
The **Netlas CLI** is a powerful tool for interacting with the Netlas platform from the command line. It is built on top of the [Netlas Python SDK](https://github.com/netlas-io/netlas-python). The instructions below install only the Netlas CLI. See the [documentation](https://docs.netlas.io/api-reference/) for SDK installation and usage.
**Homebrew** is a convenient package manager for Linux and macOS. Visit the [official website](https://brew.sh) for installation instructions and more details about Homebrew.
## Installation
Netlas is **not** part of Homebrew Core, so you must first add the custom tap before installing it.
Follow these steps:
```bash
brew tap netlas-io/netlas # Add the Netlas repository to Homebrew
brew install netlas # Install the Netlas CLI
```
## Updating
To update to the latest version:
```bash
brew update # Refresh Homebrew and get the latest formulae
brew upgrade netlas # Upgrade Netlas to the latest version
```
## Uninstallation
To completely remove the Netlas CLI and its Homebrew tap, run:
```bash
brew uninstall netlas # Uninstalls the Netlas CLI
brew untap netlas-io/netlas # Removes the Netlas tap
```
## Contributing
Contributions are welcome! If you'd like to improve this formula or fix issues, feel free to submit a **pull request**.
## License
This repository is licensed under the **MIT License**.