mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
47 lines
1.2 KiB
ReStructuredText
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*
|