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"