Start Bright CLI
Once the installation is complete, launching the Bright CLI is straightforward. Open your terminal and execute the following command:
bright-cli repeater --id <your Repeater ID> --token <your API key>
For those who prefer utilizing Docker to run the Bright CLI, we offer a simple command that ensures seamless integration:
docker run --rm -it --net=host --name bright-cli brightsec/cli repeater --id <your Repeater ID> --token <your API key>
This Docker command ensures optimal compatibility and networking while launching the Bright CLI.
Updated over 1 year ago