mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
49 lines
1.5 KiB
ReStructuredText
49 lines
1.5 KiB
ReStructuredText
.. _hasura:
|
|
|
|
Hasura CLI: hasura
|
|
------------------
|
|
|
|
``hasura`` is the CLI that manages every Hasura project.
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
__
|
|
/ /_ ____ _ _____ __ __ _____ ____ _
|
|
/ __ \ / __ `// ___// / / // ___// __ `/
|
|
/ / / // /_/ /(__ )/ /_/ // / / /_/ /
|
|
/_/ /_/ \__,_//____/ \__,_//_/ \__,_/
|
|
|
|
hasura cli manages a Hasura project
|
|
|
|
::
|
|
|
|
hasura [flags]
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for hasura
|
|
--project string hasura project directory where the commands should be executed. (default: current directory)
|
|
|
|
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 example <hasura_example>` - Show some examples for using hasura
|
|
* :ref:`hasura init <hasura_init>` - Initialize directory for Hasura GraphQL Engine
|
|
* :ref:`hasura login <hasura_login>` - Login to hasura.io
|
|
* :ref:`hasura logout <hasura_logout>` - Logout from hasura.io
|
|
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
|
|
* :ref:`hasura migrate <hasura_migrate>` - Manage migrations on the database
|
|
* :ref:`hasura update-cli <hasura_update-cli>` - Update hasura to latest version
|
|
* :ref:`hasura user-info <hasura_user-info>` - Get details for current logged in user
|
|
* :ref:`hasura version <hasura_version>` - Prints the version of hasura
|
|
|
|
*Auto generated by spf13/cobra*
|