graphql-engine/cli/docs/hasura.md

26 lines
839 B
Markdown
Raw Normal View History

## 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)
```
### SEE ALSO
* [hasura console](hasura_console.md) - Open console to manage database and try out APIs
* [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
* [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