4fdc7d3ea0f62a07c8614275c440e0dfe1a6257c
- Deleted empty routers/image_studio_router.py (legacy file) - __init__.py now creates APIRouter directly instead of re-exporting from legacy - Same prefix, tags, and all 33 routes preserved - app.py imports unchanged: from routers.image_studio import router as image_studio_router Final package structure: routers/image_studio/ ├── __init__.py ← creates router, includes 10 sub-routers ├── models.py ← 40 Pydantic models ├── deps.py ← shared dependencies ├── create.py edit.py face_swap.py upscale.py ← endpoint groups ├── control.py social.py transform.py ├── compress.py convert.py health.py
Render CLI
Installation
Documentation
Documentation is hosted at https://render.com/docs/cli.
Contributing
To create a new command, use the cmd/template.go template file as a starting point. Reference the CLI Style Guide to learn more about command naming, flags, arguments, and help text conventions.
Description
Languages
Python
52.6%
TypeScript
47.1%
CSS
0.2%