CLI Overview
The Cloudgeni CLI is a Bun-based command-line client. Use it when you want:- Non-interactive automation
- JSON output for scripts
- Simple access to the same organization, integration, and scan surfaces the UI uses
Useful Global Flags
--jsonor--output jsonfor machine-readable output--non-interactiveto disable prompts--tokento override the bearer token for a single command
Common Commands
Integration Examples
GitHub integration creation is exposed directly:How To Think About It
The CLI is best used as a thin automation client for Cloudgeni’s API. If you are already in CI or scripting territory, you can choose between:- The CLI for convenience and structured output
- Direct API calls for full control