graphql-engine/docs/graphql/manual/hasura-cli/hasura_version.rst
2018-09-11 16:41:24 +05:30

46 lines
674 B
ReStructuredText

.. _hasura_version:
Hasura CLI: hasura version
--------------------------
Prints the version of hasura
Synopsis
~~~~~~~~
Prints the current installed version of hasura cli
::
hasura version [flags]
Examples
~~~~~~~~
::
# To find the current running version of hasura:
$ hasura version
Options
~~~~~~~
::
-h, --help help for version
Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--project string hasura project directory where the commands should be executed. (default: current directory)
SEE ALSO
~~~~~~~~
* :ref:`hasura <hasura>` - hasura controls the hasura project
*Auto generated by spf13/cobra*