Move
Moves the monograph from one namespace to another.
Usage
Moving a monograph will also move the single underlying subgraph. No recomposition takes place.
Description
The npx wgc monograph move
command allows you to move a monograph into a different namespace.
Parameters
<name>
: The name of the monograph you want to move.
Options
-n, --namespace
: The namespace of the monograph.-t, --to
: The new namespace of the monograph.
Example
Moves the monograph named "mygraph" into the "production" namespace.
Last updated
Was this helpful?