Skip to main content
Version: v2.x

Hasura Gateway Plugin

This Hasura CLI Gateway Plugin enables publishing and management of Hasura federated instances and enables CI/CD support for them. Users can check, build and publish the metadata of child Hasura instances added as Remote Schema configurations to a parent gateway instance.

Install the Hasura CLI Gateway Plugin

To start using the Gateway plugin, the following pre-requisites are needed:

  1. Install the Hasura CLI

  2. Update the plugin index

hasura plugins list
  1. Install the gateway plugin
hasura plugins install gateway
  1. Verify the installation with the --help flag
hasura gateway --help

Uninstall the Hasura CLI Gateway Plugin

To uninstall the Hasura CLI Gateway Plugin, use the uninstall command:

hasura plugins uninstall gateway