.. _hasura: Hasura CLI: hasura ------------------ ``hasura`` is the CLI that manages every Hasura project. Synopsis ~~~~~~~~ :: __ / /_ ____ _ _____ __ __ _____ ____ _ / __ \ / __ `// ___// / / // ___// __ `/ / / / // /_/ /(__ )/ /_/ // / / /_/ / /_/ /_/ \__,_//____/ \__,_//_/ \__,_/ hasura cli manages a Hasura project :: hasura [flags] Options ~~~~~~~ :: -h, --help help for hasura --project string hasura project directory where the commands should be executed. (default: current directory) SEE ALSO ~~~~~~~~ * :ref:`hasura completion ` - Generate auto completion code * :ref:`hasura console ` - Open console to manage database and try out APIs * :ref:`hasura example ` - Show some examples for using hasura * :ref:`hasura init ` - Initialize directory for Hasura GraphQL Engine * :ref:`hasura login ` - Login to hasura.io * :ref:`hasura logout ` - Logout from hasura.io * :ref:`hasura metadata ` - Manage Hasura GraphQL Engine metdata saved in the database * :ref:`hasura migrate ` - Manage migrations on the database * :ref:`hasura update-cli ` - Update hasura to latest version * :ref:`hasura user-info ` - Get details for current logged in user * :ref:`hasura version ` - Prints the version of hasura *Auto generated by spf13/cobra*