graphql-engine/docs/graphql/core/hasura-cli/hasura.rst
Aravind K P 4d74c79fce docs: add cli config v3 docs
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 646a781999b4ec6af5dfc2350f5c752fdb2a299e
2021-02-23 15:35:43 +00:00

58 lines
1.8 KiB
ReStructuredText

.. meta::
:description: Hasura CLI commands reference
:keywords: hasura, docs, CLI
.. _hasura:
Hasura CLI: hasura
------------------
Hasura GraphQL engine command line tool.
Synopsis
~~~~~~~~
::
__
/ /_ ____ _ _____ __ __ _____ ____ _
/ __ \ / __ `// ___// / / // ___// __ `/
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
::
hasura [flags]
Options
~~~~~~~
::
--envfile string .env filename to load ENV vars from (default ".env")
-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)
--skip-update-check skip automatic update check on command execution
SEE ALSO
~~~~~~~~
* :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
* :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 plugins <hasura_plugins>` - Manage plugins for the CLI
* :ref:`hasura scripts <hasura_scripts>` - Execute helper scripts to manage Hasura projects
* :ref:`hasura seed <hasura_seed>` - Manage seed data
* :ref:`hasura update-cli <hasura_update-cli>` - Update the CLI to latest or a specific version
* :ref:`hasura version <hasura_version>` - Print the CLI version
*Auto generated by spf13/cobra*