Skip to content

Releases: render-oss/cli

v0.8.4

Choose a tag to compare

@jakemalachowski jakemalachowski released this 14 Nov 16:40
acd129a

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 set if user logs in with no workspace set (#119)
  • 6abb29d change references to render-cli to just cli (#118)
  • d9a2291 remove Navigation prefix and move login under auth (#117)
  • 8733bcb Remove alpha (#116)

v0.8.3

Choose a tag to compare

@mdbenjam mdbenjam released this 13 Nov 03:02
00b0eac

Changelog

  • 00b0eac Merge pull request #5 from render-oss/chmod-render-directory
  • ed1e61c Ignore chmod error

v0.8.2

Choose a tag to compare

@mdbenjam mdbenjam released this 13 Nov 02:25
e2e9751

Changelog

  • e2e9751 Merge pull request #4 from render-oss/chmod-render-directory
  • ec68f1a chmod directory if it doesn't have correct permissions

v0.8.1

Choose a tag to compare

@mdbenjam mdbenjam released this 13 Nov 02:01
807c121

Changelog

  • 807c121 Merge pull request #3 from render-oss/robdimarco/INC-2362-fix-directory-permissions
  • 8233568 Use 755 as directory permissions rather than 644
  • 8733bcb Remove alpha (#116)

v0.8.0

Choose a tag to compare

@mdbenjam mdbenjam released this 12 Nov 22:18
4cb5826

Beta Release 🎉

New Features

  • Add render login command to authenticate without an API key
  • Updated homebrew name from render-alpha to render
  • 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

Choose a tag to compare

@jakemalachowski jakemalachowski released this 07 Nov 20:30
7ec41f6

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 version command 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 logs command

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

Choose a tag to compare

@jakemalachowski jakemalachowski released this 01 Nov 15:21
99d89d8

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 services flags to kebab-case for 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

Choose a tag to compare

@jakemalachowski jakemalachowski released this 25 Oct 13:56
c07e656
  • 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

Choose a tag to compare

@jakemalachowski jakemalachowski released this 23 Oct 23:11
861ecd9

New Features

  • Added support for managing one-off jobs
  • Added render workspace current to get the currently-active workspace. The previous render workspace command is now render workspace set

Improvements

  • Calling render logs without 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 command indicator now always includes all arguments and flags

v0.4.1

Choose a tag to compare

@jakemalachowski jakemalachowski released this 16 Oct 18:55

Changelog

  • 106eba8 Display errors returned by ExecProcess
  • 9753ef4 Remove placeholder command