docs/docs/hasura-cli/gateway-plugin/commands/gateway_publish.mdx
Publish the configuration of the child Remote Schema to gateway configuration.
This command reads the Remote Schema configuration of the current child Hasura present in the file mentioned by the flag
--gateway-configuration-file, appends it to the gateway's metadata, and displays the final published metadata. Please note:
gateway-url, gateway-configuration-file, and the gateway's admin-secret are required to run this command.hasura gateway [flags] publish
# publishing the final metadata to the gateway
hasura gateway --gateway-url https://gateway-hasura-app.hasura.app --gateway-configuration-file /path/to/gateway-configuration.json --admin-secret myadminsecret publish
--gateway-url string url of the gateway instance
--gateway-configuration-file string path to the current Hasura's configuration
--admin-secret string admin secret of the gateway
-h, --help help for publish