

@fred8617 This is a bug in the CLI on how versions are compared. We missed a pre-release nuance while building the constraint for comparision.
Please install the CLI again to get the latest version: https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html
Installing the CLI from scratch does not solve the issue.
It's caused by https://releases.hasura.io/graphql-engine?agent=cli-get.sh still returning 1.0.0.
I was able to fix it by tweaking theget.sh and manually specify the cli download url to be from the 1.1.0-beta.1 release.
https://www.npmjs.com/package/hasura-cli is out of date
We've identified an issue with v1.1.0-beta.1 release and it is recommended that you downgrade to v1.0.0 - instructions here: https://github.com/hasura/graphql-engine/issues/3710#issuecomment-574973318
Most helpful comment
Installing the CLI from scratch does not solve the issue.
It's caused by https://releases.hasura.io/graphql-engine?agent=cli-get.sh still returning 1.0.0.
I was able to fix it by tweaking the
get.shand manually specify the cli download url to be from the 1.1.0-beta.1 release.