Berget CLI is open source. Contributions are welcome!
- GitHub: berget-ai/cli
- Issues: Report bugs
- Documentation: docs.berget.ai
Clone the repository and install dependencies:
git clone https://github.com/berget-ai/cli.git
cd cli
npm installUse the start script to test the CLI locally with the --local flag:
npm start -- <command> [options]For example:
# Test login
npm start -- auth login
# Test whoami
npm start -- auth whoami
# Test with debug output
npm start -- auth whoami --debug