graphql-engine/docs/graphql/manual/hasura-cli/hasura_version.rst
2020-02-24 21:49:14 +05:30

45 lines
897 B
ReStructuredText

.. meta::
:description: Use hasura version to print the Hasura version on the Hasura CLI
:keywords: hasura, docs, CLI, hasura version
.. _hasura_version:
Hasura CLI: hasura version
--------------------------
Print the CLI version.
Synopsis
~~~~~~~~
Print the CLI version.
::
hasura version [flags]
Options
~~~~~~~
::
-h, --help help for version
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--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
~~~~~~~~
* :ref:`hasura <hasura>` - Hasura GraphQL engine command line tool
*Auto generated by spf13/cobra*