hasura
Hasura GraphQL engine command line tool
Subcommands
Name | Description |
---|---|
actions | Manage Hasura actions |
completions | Generate auto completion code |
console | Open the console to manage the database and try out APIs |
init | Initialize a directory for Hasura GraphQL engine migrations |
md, metadata | |
migrate | Manage migrations on the database |
plugin, plugins | Manage plugins for the CLI |
scripts | Execute helper scripts to manage Hasura projects |
sd, seed, seeds | Manage seed data |
update-cli | Update the CLI to latest or a specific version |
version | Print the CLI version |
Options
Name | Description |
---|---|
--envfile <string> | .env filename to load ENV vars from |
-h, --help | Help for hasura |
--log-level <string> | Log level |
--no-color | Do not colorize output |
--project <string> | Directory where commands are executed |
--skip-update-check | Skip automatic update check on command execution |