.. _hasura: Hasura CLI: hasura ------------------ Hasura GraphQL Engine command line tool Synopsis ~~~~~~~~ :: __ / /_ ____ _ _____ __ __ _____ ____ _ / __ \ / __ `// ___// / / // ___// __ `/ / / / // /_/ /(__ )/ /_/ // / / /_/ / /_/ /_/ \__,_//____/ \__,_//_/ \__,_/ :: hasura [flags] Options ~~~~~~~ :: -h, --help help for hasura --log-level string log level (DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO") --project string directory where commands are executed. (default: current dir) SEE ALSO ~~~~~~~~ * :ref:`hasura completion ` - Generate auto completion code * :ref:`hasura console ` - Open console to manage database and try out APIs * :ref:`hasura init ` - Initialize directory for Hasura GraphQL Engine migrations * :ref:`hasura metadata ` - Manage Hasura GraphQL Engine metadata saved in the database * :ref:`hasura migrate ` - Manage migrations on the database * :ref:`hasura update-cli ` - Update the CLI to latest version * :ref:`hasura version ` - Print the CLI version *Auto generated by spf13/cobra*