graphql-engine/docs/graphql/manual/hasura-cli/hasura_metadata.rst
2018-12-07 17:38:39 +05:30

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*