Releases: render-oss/cli
Releases · render-oss/cli
Release list
v0.8.4
Changelog
- acd129a Ignore struct types when processing input instead of erroring (#124)
- c8cdddc Add Github Action to mirror to public repo (#123)
- 5e707ab Ensure config files have correct permissions (#120)
- 2fbbbea skip login if a user is already logged in (#121)
- ae6df79 run
workspace setif user logs in with no workspace set (#119) - 6abb29d change references to render-cli to just cli (#118)
- d9a2291 remove
Navigationprefix and move login under auth (#117) - 8733bcb Remove
alpha(#116)
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Beta Release 🎉
New Features
- Add
render logincommand to authenticate without an API key - Updated homebrew name from
render-alphatorender - Style updates
Changelog
- 4cb5826 Use correct api config (#115)
- 35cfcae [CAP-4758] Add os info to user-agent (#114)
- 5a5683d Provide helpful error messages when attempting to use flags from the old CLI (#113)
- 0076a1d Suggested copy edits for CLI (#110)
- ae2f344 update the main help text now that the CLI is beta (#112)
- a1747c9 improve error messages when auth fails (#111)
- d82081c prompt users to update the CLI after login (#105)
- 6ee2734 print better error message when unauthorized (#104)
- 691d6d3 create render login command using the device grant flow (#100)
- 99fa885 Allow setting workspaces non-interactively (#109)
- 0b0818e Add workspace to the breadcrumb (#108)
- ce3634e fix flex column collapse by setting flex factors smaller (#107)
- ef01f28 Adjust commands to clarify key/values (#106)
v0.7.0
New Features
- Added support for viewing Redis logs and connecting to Redis instances via
redis-cli - Added support for connecting to a Postgres database via pgcli
- Added a
versioncommand to see the current version of your CLI
Improvements
- Overhauled the CLI styling
- Resources in table views are now sorted by project and environment
- Added support for switching workspaces from the
logscommand
Changelog
- 7ec41f6 selecting logs from the command palette will now tail logs rather than list (#101)
- c7c712b Group commands to make help easier to read (#102)
- 7938ffd error when an interactive only command is run with json or yaml output (#103)
- 3374a45 support pgcli in addition to psql (#99)
- be4aeb4 add version to CLI (#98)
- f768313 sort redises (#97)
- bec60b7 add redis-cli command (#93)
- 221aadf add redises to list resources and logs (#92)
- 4e3743d Organize table data (#95)
- d8da4c5 Disable completion command (#96)
- 21a5771 list all services, postgres, projects, and environments rather than a single page (#90)
- 756a53d improve more colors and other UI fixes (#89)
- c3d1b75 Update LICENSE (#94)
- 37098f2 error when an interactive command is passed to a pipe (#91)
- a8c0c84 add select workspace option to service selection under logs (#88)
- d663768 convert more colors to match log viewer style (#87)
- dc7daaf convert colors to be adaptive (#86)
- 0ab5c54 show the correct commands in the palette for static sites and cron jobs (#85)
v0.6.0
New Features
- Added support for filtering by project in list commands
- Added breadcrumbs to provide more contextual information
Improvements
- Preview services are filtered out in list commands by default
- Updated
servicesflags tokebab-casefor consistency - Performance improvements to reduce response times in list commands
Bug Fixes
- Fixed an issue where flags were not being respected when interactively selecting a service with
logs
v0.5.1
- Fixed a bug where logs are not tailed after creating a deploy
- Fixed the description for creating a job in the service command palette
v0.5.0
New Features
- Added support for managing one-off jobs
- Added
render workspace currentto get the currently-active workspace. The previousrender workspacecommand is nowrender workspace set
Improvements
- Calling
render logswithout any arguments now let's you select a service to view logs for - Added a confirmation screen before restarting a service, deploying a service, and canceling a one-off job
- Added a scrollbar to the logs view
- Improved the empty state in the logs view while logs are loading
- Updated the service list to always be full screen
Bug Fixes
- The
current commandindicator now always includes all arguments and flags