Hasura CLI
We offer two primary methods for working with your Hasura instances: the Hasura Console and the Hasura CLI. While the Console provides an easy-to-use GUI for interacting with your project, the CLI offers a powerful, text-based interface for managing your project.
The Hasura CLI is a command line tool that acts as an interface to the Hasura GraphQL Engine's Metadata API, providing a set of commands that you can use to create, migrate, and manage your Hasura projects.
Quick Links
Using the CLI
Install the Hasura CLI
Learn how to install the Hasura CLI using the binaries or a package manager.
The hasura console
command
Learn how to use the hasura console
command to launch the Hasura Console via the CLI and track Metadata changes.
Configure the CLI
Learn how to configure the Hasura CLI to connect to your Hasura instance and to use the Hasura CLI with multiple projects.