graphql-engine/docs/graphql/manual/hasura-cli/hasura_version.rst

45 lines
897 B
ReStructuredText
Raw Normal View History

.. 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
--------------------------
2019-09-11 10:17:14 +03:00
Print the CLI version.
Synopsis
~~~~~~~~
2019-09-11 10:17:14 +03:00
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")
2019-12-02 13:57:17 +03:00
--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
~~~~~~~~
2019-09-11 10:17:14 +03:00
* :ref:`hasura <hasura>` - Hasura GraphQL engine command line tool
*Auto generated by spf13/cobra*