Install as NPM / Yarn
NPM includes a CLI that can be used to download and install software. npm is installed with Node.js.
This means that you have to install Node.js to get npm installed on your computer. Download Node.js from the official Node.js website.
Note:To ensure compatibility, install the latest NPM version in your local environment using versions 20 or 22 of Node.
Installation
- Open your terminal.
- Execute the following command:
npm install -g @brightsec/cli
yarn global add @brightsec/cli
To verify a successful installation, open a terminal window and execute the following command:
bright-cli --version
If the CLI's version information is displayed, the installation was successful.
Updated 1 day ago