mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
46 lines
674 B
ReStructuredText
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*
|