docs/docs/hasura-cli/gateway-plugin/index.mdx
import ProductBadge from '@site/src/components/ProductBadge';
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.
To start using the Gateway plugin, the following pre-requisites are needed:
Install the Hasura CLI
Update the plugin index
hasura plugins list
gateway pluginhasura plugins install gateway
--help flaghasura gateway --help
To uninstall the Hasura CLI Gateway Plugin, use the uninstall command:
hasura plugins uninstall gateway