Install / Uninstall the Hasura Pro CLI
Install the Hasura Pro CLI plugin
The Hasura Pro CLI is distributed as a plugin to the Hasura CLI.
Note
The Hasura Pro CLI is currently not available on M1 Macs.
Follow the instructions here to install the Hasura CLI
Then execute the following command to install the Hasura Pro CLI plugin:
hasura plugins install pro
You can verify the installation by executing the
help
command:hasura pro --help
Uninstall the Hasura Pro CLI plugin
To uninstall the Hasura Pro CLI plugin, use the uninstall
command:
hasura plugins uninstall pro