mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
48 lines
937 B
ReStructuredText
48 lines
937 B
ReStructuredText
.. _hasura_metadata_reset:
|
|
|
|
Hasura CLI: hasura metadata reset
|
|
---------------------------------
|
|
|
|
Reset or clean Hasura GraphQL Engine metadata on the database
|
|
|
|
Synopsis
|
|
~~~~~~~~
|
|
|
|
|
|
Reset or clean Hasura GraphQL Engine metadata on the database
|
|
|
|
::
|
|
|
|
hasura metadata reset [flags]
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
|
|
::
|
|
|
|
# Clean all the metadata information from database:
|
|
hasura metadata reset
|
|
|
|
Options
|
|
~~~~~~~
|
|
|
|
::
|
|
|
|
-h, --help help for reset
|
|
|
|
Options inherited from parent commands
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
::
|
|
|
|
--access-key string access key for Hasura GraphQL Engine
|
|
--endpoint string http(s) endpoint for Hasura GraphQL Engine
|
|
--project string hasura project directory where the commands should be executed. (default: current directory)
|
|
|
|
SEE ALSO
|
|
~~~~~~~~
|
|
|
|
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
|
|
|
|
*Auto generated by spf13/cobra*
|