graphql-engine/docs/graphql/core/hasura-cli/hasura.rst

57 lines
1.7 KiB
ReStructuredText
Raw Normal View History

.. meta::
:description: Hasura CLI commands reference
:keywords: hasura, docs, CLI
.. _hasura:
Hasura CLI: hasura
------------------
2019-09-11 10:17:14 +03:00
Hasura GraphQL engine command line tool.
Synopsis
~~~~~~~~
::
__
/ /_ ____ _ _____ __ __ _____ ____ _
/ __ \ / __ `// ___// / / // ___// __ `/
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
::
hasura [flags]
Options
~~~~~~~
::
2020-05-11 15:14:48 +03:00
--envfile string .env filename to load ENV vars from (default ".env")
2019-12-02 13:57:17 +03:00
-h, --help help for hasura
--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)
2020-02-24 19:19:14 +03:00
--skip-update-check skip automatic update check on command execution
SEE ALSO
~~~~~~~~
2020-02-24 19:19:14 +03:00
* :ref:`hasura actions <hasura_actions>` - Manage actions on hasura
* :ref:`hasura completion <hasura_completion>` - Generate auto completion code
* :ref:`hasura console <hasura_console>` - Open console to manage database and try out APIs
2019-09-11 10:17:14 +03:00
* :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
2020-02-24 19:19:14 +03:00
* :ref:`hasura plugins <hasura_plugins>` - Manage hasura plugins
* :ref:`hasura scripts <hasura_scripts>` -
* :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*