-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version check bugs on cli #3706
Comments
@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 |
- do not quit on server-cli version mismatch, show warning - fix a bug in update-cli command which prevets updates to pre-release versions - if a console template for a particular version is not found, use the latest template
Installing the CLI from scratch does not solve the issue. |
https://www.npmjs.com/package/hasura-cli is out of date |
We've identified an issue with |
…ra#3709) - do not quit on server-cli version mismatch, show warning - fix a bug in update-cli command which prevets updates to pre-release versions - if a console template for a particular version is not found, use the latest template
The text was updated successfully, but these errors were encountered: