Files
graphql-engine/cli/docs/hasura_metadata_export.md
Shahidh K Muhammed 776c550654 [cli] add docs and build tools (#3)
Includes version command and makefile integration along with docs command
2018-06-28 11:10:18 +05:30

798 B

hasura metadata export

Export Hasura GraphQL Engine metadata from the database

Synopsis

Export Hasura GraphQL Engine metadata from the database

hasura metadata export [flags]

Examples

  # Export metadata and save it in metadata.yaml file:
  hasura metadata export

Options

  -h, --help   help for export

Options inherited from parent commands

      --access-key string   access key for Hasura GraphQL Engine
      --endpoint string     http(s) endpoint for Hasura GraphQL Engine
      --log-level string    log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")

SEE ALSO

  • hasura metadata - Manage Hausra GraphQL Engine metdata saved in the database
Auto generated by spf13/cobra on 28-Jun-2018