Migrate apps from Heroku with near-zero downtime.
Heroku Migration DocsFebruary 10, 2026
New
Render CLI v2.8.0
New command: render workspaces
By default, render workspaces lists your available workspaces in an interactive menu. Optionally, you can also list workspaces in plaintext, JSON, or YAML format. For example, the following command lists workspaces in YAML:
render workspaces -o yaml
Non-interactive mode for render psql
You can now pass queries directly through render psql and print the response in plaintext, JSON, or YAML. For example:
render psql my-database -c "SELECT id, name FROM projects LIMIT 5;" -o json
Show latest available versionrender --version now shows you if a new version of the Render CLI is available.
For more details, see the release on GitHub.