Skip to content

Releases: nhost/cli

v0.2.2

28 Feb 13:03
Compare
Choose a tag to compare
  • updated nodeapi version 0d32306
  • run npm install c0cff6c
  • Bump version 60202e3
  • Fix set of projects on deploy 049e178
  • Merge pull request #54 from mccare/error-reporting 75e9caa
  • Remove unnecessary message and run prettier 094bbf0
    • dupming docker-compose logs into .nhost/nhost.log in case of error - more error reporting - added port detection to cli 212273a
  • Merge pull request #36 from nhost/init-migrations c899440
  • Merge pull request #50 from kaichaosun/port-duplicate 537326e
  • fix port duplicate usage 0d2efb7
  • Merge branch 'master' into init-migrations db6c946
  • merge fix: c202571
  • only ignore .nhost folder 16a819a
  • Merge branch 'master' into init-migrations b05ecb8
  • correct http request a72b157
  • edit okok a33d245
  • test 123 cd8481e
  • clearn remote migrations on ? Select Project (Use arrow keys) ---personal--- ❯ graphql.se Teamfind App backyard chat �[7D�[7C to keep migrations (local/remote) in sync 987b355

v0.2.0...v0.2.2

v0.2.0

22 Jan 06:59
Compare
Choose a tag to compare

v0.1.2...v0.2.0

v0.1.2

31 Dec 10:27
Compare
Choose a tag to compare

v0.1.1...v0.1.2

v0.1.1

18 Dec 08:34
Compare
Choose a tag to compare

v0.1.0...v0.1.1

v0.1.0

17 Dec 14:08
Compare
Choose a tag to compare
  • Merge pull request #45 from nhost/terminal-halt 6fe0dee
  • using new entrypoint-dev.sh file locally b6a0784
  • correct if statement 0aee67c
  • kill hasura console manually b723045
  • adding JWT algo/key env var in custom API 8d58ec5

v0.0.22...v0.1.0

v0.0.22

07 Dec 06:17
Compare
Choose a tag to compare
  • Merge pull request #41 from nhost/url-sys-env-vars 9b0257b
  • using _URL insted of _ENDPOINT for nhost sys env vars 9957c09
  • Bump up version f64cff7
  • Merge pull request #40 from nhost/env-vars 001c905
  • env vars 1e2ae9d
  • Merge pull request #39 from nhost/fetch-proper-env-vars d6dac44
  • Add NHOST_HASURA_ADMIN_SECRET to custom-api b761b88
  • Use dev_value 117a92e
  • HBP does not need access to system level env vars f9ce54f
  • Add system level env vars f808057
  • Add HASURA_GRAPHQL_UNAUTHORIZED_ROLE=public 950989d
  • using nhostapi:v0.1.4 with json body parsing 7c18ded
  • Fix path for deploy command df1e65c
  • Bump nhost/nodeapi a37287d
  • Bump version 602faf7
  • packages from api/ folder 0fa3af8
  • Move ./nhost to the root 5281aad
  • Merge pull request #32 from nhost/api ea2f0d6
  • Merge branch 'master' into api 6caea71
  • if ./api is present, include the API service bug fix 6063c1e
  • install either with yarn or npm f644ee6
  • unified api port 636c8c4
  • updated npm packages for api 21b3161
  • formatting update ce59058
  • text update bf79da4
  • support Error! initialize your project before with nhost init or make sure to run commands at the root of your project even if not API folder exits 94c6214
  • Add hbp_DEFAULT_ALLOWED_USER_ROLES and hbp_REGISTRATION CUSTOM FIELDS as ENV vars 484ba82
  • typo fix + using config for api port 2eeabfb
  • adding static names for docker containers d517eec
  • remove tmp Dockerfile-api file 75bc28f
  • use public image d08d61f
  • live reload 852a08c
  • api working 85b79d6
  • build and run api container 18a58fd
  • Update README a2a4218
  • More minor changes 689ddc4
  • Minor changes/improvements 5286f30
  • Use migrations v2 Add metadata volume b58782c
  • Add docs section to README 7608423
  • HBP v2 uses JWT_ALGORITHM and JWT_KEY instead of HASURA_GRAPHQL_JWT_SECRET e1a5bca
  • Merge branch 'master' of github.com:nhost/cli 9d49c17
  • Add env_file to HBP c2e08a1
  • Merge pull request #25 from nhost/dependabot/npm_and_yarn/bl-4.0.3 591369e
  • Merge pull request #26 from nhost/dependabot/npm_and_yarn/node-fetch-2.6.1 147bda4
  • Merge pull request #28 from nhost/bugfix/accommodate-enum-tables 60303cd
  • Minor change fa6908a
  • Wrong hasura endpoing 5a2c7be
  • Seed enum compatible tables 264091f
  • Merge pull request #27 from nhost/add-nhost-folder-structure 71c4b9e
  • Update package.json version 3166f2f
  • Fix deploy to run all hasura commands within nhost a5f55b3
  • Fix dev to run all hasura commands within nhost e2fffc5
  • Creates a root folder called nhost Creates all subsequent artifacts within nhost 31448e6
  • Update package.lock 4cab333
  • Bump up version bd39144
  • Bump node-fetch from 2.6.0 to 2.6.1 588af24
  • Merge pull request #24 from nhost/list-team-projects-on-init 4405c73
  • Bump bl from 4.0.2 to 4.0.3 5de5d59
  • Use commonOptions 3cd31ba
  • Fix typo e18a809
  • Remove unneeded line be09905
  • Fetch team projects and show them on init c8454da
  • Merge pull request #21 from nhost/dependabot/npm_and_yarn/lodash-4.17.19 0ec58fc
  • Bump lodash from 4.17.15 to 4.17.19 327ad12
  • Merge pull request #22 from nhost/feature/add-login 2bd56b7
  • Fix dependencies 9e216fe
  • Move remaining packages to Dependencies 9d01ab8
  • 0.0.11 5c891c5
  • Move ora do Dependencies 941cfb7
  • Add metadata export to nhost deploy acc710a
  • small enhancements 8756884
  • Improve ctrl+c behaviour 731f138
  • Add logout command Minor refactor 9b26f32
  • Add deploy command 0b45150
  • on init create .nhost/nhost.yaml to hold project specific configuration f7ef9f8
  • Check whether the current directory seems to have an already initialized project 33bb287
  • Check for no projects 8c2377b
  • Add missing ENV var 20b9f36
  • Minor improvements 0223204
  • add login command update init and dev to use login uses async/await whenever possible cf8c4a3
  • Removes the migrations/ folder 9dcb155
  • Add nhost init d7ddf88
  • Merge pull request #20 from nhost/add-missing-citext 1ea648f
  • Add extension citext 3ba6d08
  • Update README.md 9fb5b94
  • Merge pull request #14 from nhost/add-support-for-env-vars-headers 2be6f4a
  • Remove minio support 8d0b28f
  • Add suport to minio (with S3) d5f7b00
  • Applies local init migration on the remote server specified with endpoint Creates .env.development even if no env vars are fetched 2a96254
  • Event triggers can also use ENV vars for their headers This PR adds support to those 1447fb6
  • Merge pull request #12 from nhost/add-support-custom-env-vars a1229b4
  • Update version df14220
  • Add support for custom ENV vars on GraphQL engine b618e29
  • Add warning when there's a new CLI version d51dcd1
  • Fix postgres post mapping e28f3c6
  • Allow for remote endpoints 2305325
  • Update README 1639a78
  • Merge pull request #10 from nhost/add-support-for-existing-projects 9835f2d
  • Minor changes 4f7f644
  • cleanup() when nhost can't start bd2739c
  • Adds better logic to handle waiting for hasura's graphql engine to be up & running It fails after 50 seconds of waiting/trying 9be4f84
  • Adds support for existing projects by initializing migrations as per the current DB schema 9b58968
  • Bump package version 8e1a5c8
  • Minor fix to README 751ca3f
  • Add more configuration options 495276d
  • Update README.md bf37beb
  • Merge pull request #8 from nhost/improvements 9b7237b
  • Adds a dependencies section to the README Bumps the package version to 0.0.3 024a773
  • Improves the description of all commands 4740e48
  • Adds a template migrations folder to be copied to a user's project Uses nhost/hasura-backend-plus:v1.2.3 instead ffb14f0
  • Changes package version to 0.0.2 2c40ff7
  • Make graphql_admin_secret an optional argument to config.yaml 2447fd3
  • Update README 8f3ea7c
  • remove nhost destroy because it is not needed anymore 190ab02
  • nhost dev improvements: - attached mode - inherits the child_process stdio - doesn't require a .pid file for destroying - no need to call nhost destroy anymore 8565369
  • removes docker-compose.example a .nhost dir is now used to hold the final docker-compose.yaml 0e03e12
  • allow for the working directory to be used and some other small improvements 954e7a1
  • Merge pull request #7 from defrex/master 6938008
  • fix var used 2da1e17

v0.0.1...v0.0.22

v0.0.1

06 Apr 06:37
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

63f87a5...v0.0.1