2018-06-28 08:40:18 +03:00
|
|
|
## 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
|
2018-06-28 08:40:18 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### 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)
|
2018-06-28 08:40:18 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### 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-06-28 08:40:18 +03:00
|
|
|
|
2018-09-28 10:27:10 +03:00
|
|
|
###### Auto generated by spf13/cobra on 28-Sep-2018
|