v2.23.0
Added
- Added support for shell completions. Use
render completion [shell]to enable them (e.g.render completion zsh >> ~/.zshrc) - New
RENDER_CLI_CONFIG_DIRenvironment variable to override the directory the CLI reads and writes its files in, replacing~/.render. This is now preferred overRENDER_CLI_CONFIG_PATHwhich will be deprecated in a future release.
Fixed
render loginnow keeps waiting for authentication when the browser can't be opened automatically (e.g. missingxdg-open) instead of aborting; open the printed URL manually to finish logging in- Rate-limited API responses now report a "too many requests" error instead of "unknown error"
Full Changelog: CHANGELOG.md