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