graphql-engine/docs/graphql/core/hasura-cli/hasura.rst
Rikin Kachhia e8023afaaf docs: update CLI docs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2801
GitOrigin-RevId: c58bc421beb8aab5631ca8de035a8b1b87f7110a
2021-11-09 14:38:27 +00:00

58 lines
2.0 KiB
ReStructuredText

.. meta::
:description: Hasura GraphQL engine command line tool using the Hasura CLI
: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 Hasura actions
* :ref:`hasura completion <hasura_completion>` - Generate auto completion code
* :ref:`hasura console <hasura_console>` - Open the console to manage the database and try out APIs
* :ref:`hasura deploy <hasura_deploy>` - (PREVIEW) Utility command to apply metadata & database migrations to graphql-engine
* :ref:`hasura init <hasura_init>` - Initialize a 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*