Hasura Gateway Plugin
Alpha
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:
Install the Hasura CLI
Update the plugin index
hasura plugins list
- Install the
gateway
plugin
hasura plugins install gateway
- 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