# Render
This is a CLI tool for Render.com actions.
Pull requests and adoption or sponsorship by the render.com team are more than welcome.
# Usage
These commands exist:
render put-env
render put-env
render create-env-group
render deploy
render list
render suspend
It depends on two environment variables, which can also be passed in as flags:
RENDER_TOKEN
RENDER_OWNER # this is optional. Assumes your user account otherwise
For the token, generate a token on the Render.com web interface, and then add it to your environment.
I recommend against adding secrets to `~/.bash_profile`. Instead, store it in `~/.renderrc`:
# ~/.renderrc
export RENDER_TOKEN=
# ~/.bash_profile
source ~/.renderrc
# Installation
cargo install render-cli