Manage Cloudgeni from Your Terminal
The Cloudgeni CLI provides command-line access to manage your cloud and git integrations, scan for infrastructure drift, and configure your Cloudgeni environment.Authentication
Login and manage credentials
Integrations
Connect cloud providers and git repos
Drift Scanning
Detect infrastructure configuration drift
Organization
Manage organization settings
Installation
Install the Cloudgeni CLI with a single command:The installer automatically downloads the correct binary for your platform and adds it to your PATH.
Verify Installation
Commands
cloudgeni auth
Manage authentication and credentials.
cloudgeni config
Manage CLI configuration settings.
cloudgeni org
Organization management commands.
cloudgeni integration
Manage cloud and git integrations.
- Cloud providers - AWS, Azure, GCP, OCI
- Git providers - GitHub, GitLab, Azure DevOps
cloudgeni drift
Manage infrastructure drift scanning.
cloudgeni upgrade
Upgrade to the latest version of the CLI.
Getting Started
1. Install the CLI
2. Authenticate
3. Select Organization
4. Start Using Commands
Use Cases
Infrastructure Drift Detection
Detect when your cloud infrastructure has drifted from your IaC definitions:Managing Integrations
Connect and manage your cloud and git providers:CI/CD Integration
Use the CLI in your pipelines:- GitHub Actions
- GitLab CI
Troubleshooting
| Problem | Solution |
|---|---|
Command not found | Restart your terminal or add install location to PATH |
Authentication failed | Run cloudgeni auth login to re-authenticate |
Permission denied | Check file permissions on the CLI binary |
Connection error | Verify network connectivity and firewall settings |