graphql-engine/docs/graphql/manual/hasura-cli/hasura.rst
2019-02-05 18:21:21 +05:30

47 lines
1.2 KiB
ReStructuredText

.. _hasura:
Hasura CLI: hasura
------------------
Hasura GraphQL Engine command line tool
Synopsis
~~~~~~~~
::
__
/ /_ ____ _ _____ __ __ _____ ____ _
/ __ \ / __ `// ___// / / // ___// __ `/
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
::
hasura [flags]
Options
~~~~~~~
::
-h, --help help for hasura
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--project string directory where commands are executed. (default: current dir)
SEE ALSO
~~~~~~~~
* :ref:`hasura completion <hasura_completion>` - Generate auto completion code
* :ref:`hasura console <hasura_console>` - Open console to manage database and try out APIs
* :ref:`hasura init <hasura_init>` - Initialize directory for Hasura GraphQL Engine migrations
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metadata saved in the database
* :ref:`hasura migrate <hasura_migrate>` - Manage migrations on the database
* :ref:`hasura update-cli <hasura_update-cli>` - Update the CLI to latest version
* :ref:`hasura version <hasura_version>` - Print the CLI version
*Auto generated by spf13/cobra*