197
Render CLI
planned
Anurag Goel
Render has a public REST API and SSH access. A CLI would be useful for:
* Tailing service logs
* Connecting to Private Services
* CI/CD workflows
Log In
Activity
Newest
Oldest
K
Kenneth Luplau-Brøgger
It would be awesome if the CLI could run Blueprints locally.
e
elvinas
Would be also amazing to have it run the application console too! E.g. Rails'
rails console
Anurag Goel
elvinas: you use can Render SSH for this! https://render.com/docs/ssh
j
jonathan
Anurag Goel: This is a great feature! But from the docs you link to, it looks like you still need to start off in the web dashboard, to find a value to copy and paste to use with command-line ssh.
Compare to
heroku console
, all from the terminal, you are in. Is there an API that could be used to automate the connect/ssh step, to get the ssh username/host? Which could then be further automated by a CLI?
That is a thing people may be looking for for heroku DX parity.
K
Kurt Wolf
I built this for my own needs, sharing it with the community here: https://github.com/kurtbuilds/render
R
Reid Workman
Also batch setting environment variables
a
aaron
What is the status on this request (even if limited to using predefined render CLI options)
a
aaron
Unfortunately the inability to view the elixir BEAM (via observer) or to connect to an elixir process has prevented me from running my elixir apps on Render. This is a critical blocker for any elixir app that is more than a toy.
Shantanu Joshi
aaron: you can use Render SSH for both! https://render.com/docs/ssh
J
Joris Kok
render elixir:observer
would be a command I would love to see.K
Kevin Brown
Joris Kok: This would be a game-changer.
S
Sylvain Kerkour
For me the main selling point would be the ability to deploy individual static sites and services (as opposed to bulk with
render.yaml
) from the CLI.My use case is as follow:
deploy a Vue webapp independently from the backend, which are in a monorepo, from my Gitlab CI/CD pipeline.
Y
Yashu Mittal
If possible, maybe make it open source...
Y
Yashu Mittal
What about deploying directly using Render CLI?
Load More
→