Render Command Line Tools?

I’m migrating from Heroku. In Heroku I used to use the following commands to manage my server quickly from the command line, what are the equivalents in render?

"logs": "heroku logs -n 2000 -s app",
"stopserver": "heroku ps:scale web=0",
"startserver": "heroku ps:scale web=1",
"rollback": "heroku rollback"
1 Like

We don’t yet have a CLI, but we have a feature request you can subscribe to be notified of any updates.

In the meantime, we have a REST API that is capable of performing all of the actions you listed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.