Skip to main content
Version: v2.x

Hasura CLI: hasura version

Print the CLI version.

Synopsis​

If unsure which version of the CLI you are using, you can use this command to print the version of the CLI. This command can also be used to check if a new version of the CLI is available.

hasura version [flags]

Options​

-h, --help   help for version

Options inherited from parent commands​

--envfile string      .env filename to load ENV vars from (default ".env")
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--no-color do not colorize output (default: false)
--project string directory where commands are executed (default: current dir)
--skip-update-check skip automatic update check on command execution

SEE ALSO​

  • hasura - Hasura GraphQL Engine command line tool

Auto generated by spf13/cobra