Fetches the latest valid router execution config of a federated graph.
npx wgc router fetch
command allows you to fetch the latest valid router execution config of a federated graph from the Cosmo platform’s control plane. The config can be piped into a file, which the router can read with the EXECUTION_CONFIG_FILE_PATH
environment variable or via yaml config
<name>
: The name of the federated graph for which you want to retrieve the router config.-n, --namespace
: The namespace of the federated graph (Default: “default”).
-o, --out
: Destination file for the router config. Prints to standard output if not provided.
production
and save it to a file named router.json