This is the beta version of the Render CLI.
You can install the Render CLI using Homebrew by running the following commands:
brew tap render-oss/homebrew-render
brew update
brew install render
To build the Render CLI from source, you will need to have Go installed on your machine. You can install Go by following the Go installation instructions.
Once you have Go installed, you can build the Render CLI by running the following commands:
git clone [email protected]:render-oss/cli.git
cd cli
go build -o render
This will create a binary called render
in the current directory. You can move this binary to a directory in your PATH
to make it easier to use.
Pre-built binaries for the Render CLI are available on the Releases page of this repository. You can download the binary for your platform and move it to a directory in your PATH
to make it easier to use.
The CLI expects an API key to be set in the RENDER_API_KEY
environment variable. You can generate an API key from your user settings page.