mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
38 lines
1.0 KiB
ReStructuredText
38 lines
1.0 KiB
ReStructuredText
.. _hasura_metadata:
|
|
|
|
Hasura CLI: hasura metadata
|
|
---------------------------
|
|
|
|
Manage Hasura GraphQL Engine metadata saved in the database
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
|
|
Manage Hasura GraphQL Engine metadata saved in the database
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for metadata
|
|
|
|
Options inherited from parent commands
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
::
|
|
|
|
--project string hasura project directory where the commands should be executed. (default: current directory)
|
|
|
|
SEE ALSO
|
|
~~~~~~~~
|
|
|
|
* :ref:`hasura <hasura>` - hasura controls the hasura project
|
|
* :ref:`hasura metadata apply <hasura_metadata_apply>` - Apply Hasura metadata on a database
|
|
* :ref:`hasura metadata export <hasura_metadata_export>` - Export Hasura GraphQL Engine metadata from the database
|
|
* :ref:`hasura metadata reload <hasura_metadata_reload>` - Reload Hasura GraphQL Engine metadata on the database
|
|
* :ref:`hasura metadata reset <hasura_metadata_reset>` - Reset or clean Hasura GraphQL Engine metadata on the database
|
|
|
|
*Auto generated by spf13/cobra*
|