mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
48 lines
903 B
ReStructuredText
48 lines
903 B
ReStructuredText
|
.. _hasura_metadata_apply:
|
||
|
|
||
|
Hasura CLI: hasura metadata apply
|
||
|
---------------------------------
|
||
|
|
||
|
Apply Hasura metadata on a database
|
||
|
|
||
|
Synopsis
|
||
|
~~~~~~~~
|
||
|
|
||
|
|
||
|
Apply Hasura metadata on a database
|
||
|
|
||
|
::
|
||
|
|
||
|
hasura metadata apply [flags]
|
||
|
|
||
|
Examples
|
||
|
~~~~~~~~
|
||
|
|
||
|
::
|
||
|
|
||
|
# Apply Hasura GraphQL Engine metadata present in metadata.yaml file:
|
||
|
hasura metadata apply
|
||
|
|
||
|
Options
|
||
|
~~~~~~~
|
||
|
|
||
|
::
|
||
|
|
||
|
-h, --help help for apply
|
||
|
|
||
|
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 Hausra GraphQL Engine metdata saved in the database
|
||
|
|
||
|
*Auto generated by spf13/cobra*
|