This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Releases: nhost/cli
Releases · nhost/cli
v0.6.4
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6
v0.5.11
- Fixed Hasura console force signal interruption bug on Ctrl+C.
- Fixed auth bug for login on
init -r. - Fixed
nhost.yamllocation.
v0.5.10
- Fixed login bug with
linkandlist. - Enum table seeds are now automatically handled on
init -r. - Added bypass for remote app selection w/ subdomain.
- Fixed new path bug for
init -r.
v0.5.9
- Shifted from approving new app in working directory, to creating new sub-directory.
- Shifted rollout workflow from
internalreleases to pre-releases. - Changed service name prefix from directory name to "nhost"
- Fixed service detection issues with
nhost purgeandnhost logs - Fixed web-socket origin bug with custom request updater
- Required container images are now pulled concurrently to improve launch time on first-init
- Hasura console is now proxied to default environment port
- Shifting all outputs from logger to an in-line status updater
v0.5.8
- Cloning of remote projects with
nhost init --remoteis now operational. - Fixed incorrect NHOST_BACKEND_URL env var for Hasura.
- Fixed Mailhog choosing SMTP port, instead of UI port.
v0.5.7
- Pretty-printing Hasura commands error JSON output.
nhost versionwill now show a compiled changelog since installed version, up until latest version.- Users can use
nhost upgradeto upgrade to specific versions, using—versionflag. - Added
-no-browserflag indevcommand to avoid launching browser windows automatically. - CLI now fetches file tree for
nhost/nhostrepo and presents available template options, for cloning. - Removed
NHOST_FUNCTIONSruntime variables from Hasura, for consistency with production environment. - Shifted from retrieving
nhostinstall path to operational executable path. This will allow users to save their Nhost CLIs with any other name thannhost, and still be able to perform upgrade. - Improved error logging for Functions.
- Improved human interface UI.
- Fixed remote app cloning with
nhost init --remote. - Fixed broken login domain.