suga.yaml
) to transform your existing application into a Suga project, allowing you to define and manage cloud infrastructure alongside your code.
When to use suga init
- You have an existing Python, TypeScript, Go, or other application
- You want to add Suga infrastructure management to your current project
- You prefer to keep your existing project structure and dependencies
Alternative
If you want to create a new project from scratch using Suga templates, usesuga new
instead.