Skip to content

Releases: render-oss/cli

v2.1.1

Choose a tag to compare

@kitemongerer kitemongerer released this 19 Mar 16:00
37079a2

Changelog

  • 37079a2 improve exec errors to reference the appropriate tool (#186)
  • 6b31987 fix deploy create panic when service is deleted (#185)
  • 90e9b1e Fix validation for deploys list command in non-interactive mode (#184)

v2.1.0

Choose a tag to compare

@kitemongerer kitemongerer released this 13 Mar 22:58
b8a424d

Changelog

  • b8a424d Allow resource names for log tailing (#182)
  • e026601 Allow resource names in CLI for session commands (#181)
  • 260b3f8 validate inputs for non-interactive commands (#180)
  • 8e1c1a6 Restrict config file permissions to 0600 (#179)
  • f663dc8 Update version in SECURITY.md (#178)

v2.0.0

Choose a tag to compare

@jakemalachowski jakemalachowski released this 12 Feb 22:47
199751b

Changelog

  • 199751b Change Redis product to Key Value (#174)
  • 4da813d Update LICENSE copyright (#177)
  • 682c9aa Create SECURITY.md (#148)

v1.1.2

Choose a tag to compare

@jakemalachowski jakemalachowski released this 31 Jan 22:34
85d83ec

Changelog

  • 85d83ec Remove errant println in main.go (#176)

v1.1.1

Choose a tag to compare

@kitemongerer kitemongerer released this 30 Jan 16:47
043e0c2

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@jakemalachowski jakemalachowski released this 06 Dec 19:45
1c60cf0

Changelog

  • 1c60cf0 add shortcut to copy id (#170)
  • 9a4dc61 Fix time suggestions (#172)
  • 7932c13 Improve time fields (#171)
  • 7892634 Refactor log filtering and add tabs (#167)
  • 3e267e0 Update login text (#169)
  • 2ac8ed6 Let users pass arbitrary flags to psql ssh etc (#159)
  • 2dcde2f Add jobcreate test and fix bug (#168)
  • 497e300 after a deploy or restart, start tailing logs now rather than historical logs (#166)
  • 61ac957 Add enums to flags (#165)
  • ba104d3 [CAP-5312] Fix stuck on loading screen (#158)

v1.0.0

Choose a tag to compare

@jakemalachowski jakemalachowski released this 04 Dec 17:32
e3226e1

Changelog

  • e3226e1 simplify readme to point to render docs site (#162)
  • 27bb8ec Remove references to CLI being in beta (#152)
  • 1d51720 Update yaml output to be consistent with json output (#164)
  • 4ba0860 Add a better error message when the SSH execution fails (#161)

v0.8.7

Choose a tag to compare

@github-actions github-actions released this 03 Dec 22:46
dd2a85c

Changelog

  • dd2a85c print current workspace in interactive mode (#160)
  • 238491c add service selection to deploy and job commands (#157)
  • 67bced0 Edits to render root command and login copy (#155)
  • d92d330 add a wait flag to deploys create (#156)
  • 1473812 Use refresh tokens to renew access tokens (#150)
  • eec9917 Add dashboard command to palette for service and deploy (#154)
  • 03e6169 Switch to ESC for back key (#153)
  • bb90d20 Add a more helpful error message when the CLI cannot start an interactive session (#151)
  • 87076c6 Update docs URL to render.com/docs (#147)
  • c8426df Fix anchor for installation URL (#149)
  • 2a9b0c6 paginate jobs list (#146)
  • 6756fd8 Return http error if it exists (#143)
  • 17b5900 Add pagination to deploys list (#144)
  • 49346fa drop table borders in text output (#145)
  • 0f5ccfa print helpful error when IP address not allowed to access psql (#139)

v0.8.6

Choose a tag to compare

@mdbenjam mdbenjam released this 22 Nov 15:06
3be9b13

Changelog

  • 3be9b13 [CAP-5226] Handle API updates to improve auth flow (#132)
  • fc1ba6a Improve SSH errors (#142)
  • 605919f Fix config for log tailing (#141)
  • e6b7967 fix double init (#140)
  • 3fdbcde Add text output to CLI (#133)
  • fac7858 assume user is logged in if RENDER_API_KEY is set (#138)
  • d791f11 Blur filter text input in table component on select (#137)
  • 68c5b30 Interactive login when user is not authed (or their token has expired) (#136)
  • e9da050 Add support for cancelling a deploy (#135)
  • ea6dca5 Update recommended action in workspace error (#134)
  • cb243bc Fix whoami command (#131)

v0.8.5

Choose a tag to compare

@jakemalachowski jakemalachowski released this 15 Nov 00:53
faddb84

Changelog

  • faddb84 Add e2e tests (#129)
  • d436154 tail logs after restarting a resource (#130)
  • eafaa94 remove unnecessary actions prefix (#128)
  • 7844a35 fix ctrl+D on error so it doesn't just rerun the model that caused the error (#125)
  • 3667d9b left align logs and errors (#126)
  • 6dbf3ef fix log page flicker (#127)
  • bb3e871 run set workspace if command needs a worksapce and one is not set (#122)