This repository provides a Homebrew tap for installing the Netlas CLI 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. The instructions below install only the Netlas CLI. See the documentation for SDK installation and usage.
Homebrew is a convenient package manager for Linux and macOS. Visit the official website for installation instructions and more details about Homebrew.
Netlas is not part of Homebrew Core, so you must first add the custom tap before installing it.
Follow these steps:
brew tap netlas-io/netlas # Add the Netlas repository to Homebrew
brew install netlas # Install the Netlas CLITo update to the latest version:
brew update # Refresh Homebrew and get the latest formulae
brew upgrade netlas # Upgrade Netlas to the latest versionTo completely remove the Netlas CLI and its Homebrew tap, run:
brew uninstall netlas # Uninstalls the Netlas CLI
brew untap netlas-io/netlas # Removes the Netlas tapContributions are welcome! If you'd like to improve this formula or fix issues, feel free to submit a pull request.
This repository is licensed under the MIT License.