graphql-engine/cli/docs/hasura_metadata_apply.md

40 lines
872 B
Markdown
Raw Normal View History

## 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
```
2018-09-28 10:27:10 +03:00
--access-key string access key for Hasura GraphQL Engine
--endpoint string http(s) endpoint for Hasura GraphQL Engine
-h, --help help for apply
```
### Options inherited from parent commands
```
2018-09-28 10:27:10 +03:00
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
--project string directory where commands are executed. (default: current dir)
```
### SEE ALSO
2018-09-20 04:30:37 +03:00
* [hasura metadata](hasura_metadata.md) - Manage Hasura GraphQL Engine metdata saved in the database
2018-09-28 10:27:10 +03:00
###### Auto generated by spf13/cobra on 28-Sep-2018