You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a contribution that enables the render CLI to auto-detect the project based on the current path/git/project config? This would work similarly to the fly or Heroku CLI when SSH-ing or obtaining logs for a specific project.
Running
render ssh
render logs
would not prompt the user to select a project first and just SSH into the container/project detected (maybe via a flag). Please let me know if there are any issues with this approach for Render hosting that I might not be aware of. The current experience is more akin to what you get from k8s or Lazydocker, which is excellent. Still, as an application developer, I want something resembling the fly SSH or Heroku SSH subcommands.
Would you be open to a contribution that enables the render CLI to auto-detect the project based on the current path/git/project config? This would work similarly to the fly or Heroku CLI when SSH-ing or obtaining logs for a specific project.
Running
would not prompt the user to select a project first and just SSH into the container/project detected (maybe via a flag). Please let me know if there are any issues with this approach for Render hosting that I might not be aware of. The current experience is more akin to what you get from k8s or Lazydocker, which is excellent. Still, as an application developer, I want something resembling the fly SSH or Heroku SSH subcommands.