Install Suga CLI
The Suga CLI is all you need to get started with Suga. It provides everything required to build, test, and deploy cloud-native applications with automatic infrastructure generation.Early Access: During the early access period, a Suga account is required, you can request an invite at https://addsuga.com. You’ll need to run
suga login
after installation to authenticate. We plan to make certain functionality available without an account in future releases.Quick Install
Verify Installation
Update
Web UI
The Suga platform includes a web-based visual editor for designing your application architecture. No separate installation is required - simply visit app.addsuga.com in your browser. The web UI provides:- Visual infrastructure design
- AI-assisted architecture recommendations
- Team collaboration features
- Deployment target configuration
Prerequisites
For local development:- Docker - Required for running services locally
- A Runtime for your application e.g. Node.js 18+ , Python 3.9+ or Go 1.21+
- Terraform CLI - Required for infrastructure deployment
- Cloud provider CLI e.g. AWS CLI, Google Cloud CLI or Azure CLI