.. meta:: :description: Hasura CLI commands reference :keywords: hasura, docs, CLI .. _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") --no-color do not colorize output (default: false) --project string directory where commands are executed (default: current dir) --skip-update-check skip automatic update check on command execution SEE ALSO ~~~~~~~~ * :ref:`hasura actions ` - Manage actions on hasura * :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 plugins ` - Manage hasura plugins * :ref:`hasura scripts ` - * :ref:`hasura update-cli ` - Update the CLI to latest version * :ref:`hasura version ` - Print the CLI version *Auto generated by spf13/cobra*