Update - WunderGraph

Usage

npx wgc monograph update <name> [-r, --routing-url <url>] [--readme <path-to-readme>]

Description

The npx wgc monograph update command allows you to update an existing monograph on the Cosmo platform’s control plane. With this command, you can modify the routing URL, graphql server endpoint, subscription configuration and readme.

Parameters

Options

Example

Update the routing URL of the monograph “production”:

npx wgc monograph update production -r http://new-domain.com/graphql

Notes