graphql-engine/docs/graphql/core/hasura-cli/hasura_version.rst
Kali Vara Purushotham Santhati c3e60aba28 cli: update cli help texts and docs generation
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
GitOrigin-RevId: b6909583093baac4a69296721feae149ca6a0605
2021-03-15 15:41:54 +00:00

46 lines
956 B
ReStructuredText

.. meta::
:description: Print the CLI version using 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
--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
~~~~~~~~
* :ref:`hasura <hasura>` - Hasura GraphQL engine command line tool
*Auto generated by spf13/cobra*