2018-06-28 08:40:18 +03:00
|
|
|
## hasura
|
|
|
|
|
|
|
|
Hasura GraphQL Engine command line tool
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Hasura GraphQL Engine command line tool
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for hasura
|
|
|
|
--log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
|
2018-09-28 10:27:10 +03:00
|
|
|
--project string directory where commands are executed. (default: current dir)
|
2018-06-28 08:40:18 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [hasura console](hasura_console.md) - Open console to manage database and try out APIs
|
2018-08-06 14:33:17 +03:00
|
|
|
* [hasura init](hasura_init.md) - Initialize directory for Hasura GraphQL Engine migrations
|
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
|
|
|
* [hasura migrate](hasura_migrate.md) - Manage migrations on the database
|
|
|
|
* [hasura version](hasura_version.md) - Print the CLI version
|
|
|
|
|
2018-09-28 10:27:10 +03:00
|
|
|
###### Auto generated by spf13/cobra on 28-Sep-2018
|