Skip to content

Releases: nhost/cli

v1.5.3

23 Aug 11:53
c44f4d2
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v1.5.2

20 Jul 11:23
8c71006
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v1.5.1

20 Jul 06:37
82f7c44
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v1.5.0

20 Jul 04:42
0b7aa9a
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: added various operations to operate on Nhost Run @dbarrosop (#745)

🐛 Bug Fixes

  • fix: added --no-interactive flag to docker-credentials configure @dbarrosop (#744)

v1.4.0

15 Jul 10:16
f490144
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: added functionality to interact with nhost's registry @dbarrosop (#743)

🐛 Bug Fixes

🧰 Maintenance

v1.3.0

06 Jul 07:00
648b73f
Compare
Choose a tag to compare

Changes

⚠️⚠️⚠️ Breaking change

From now on values in secrets will need to be quoted. For instance, if you had in your .secrets file:

my_secret=my_value

it will need to be changed to:

my_secret='my_value'

🐛 Bug Fixes

  • fix: treat secrets like a toml to simplify parsing and support special characters @dbarrosop (#736)
  • fix: apply seeds automatically if .nhost folder didn't exist previously @dbarrosop (#737)

🧰 Maintenance

v1.2.0

27 Jun 18:11
37fd3e2
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: allow exposing containers directly if needed @dbarrosop (#716)

🐛 Bug Fixes

🧰 Maintenance

v1.1.0

12 Jun 10:42
e324690
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v1.0.5

06 Jun 17:19
5c0cc6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Jun 06:58
8bfef2a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance