Official Homebrew tap for Netskope CLI tools.
brew tap netskopeoss/tap
brew install netskopebrew update
brew upgrade netskope# Full command name
netskope --help
# Short alias
ntsk --help
# Quick setup
netskope config set-tenant mytenant.goskope.com
netskope config set-token
netskope alerts list --limit 5# pipx (recommended for isolated install)
pipx install netskope
# pip
pip install netskope