description |
---|
Moves the monograph from one namespace to another. |
npx wgc monograph move <name> -n fromNS -t toNS
{% hint style="info" %} Moving a monograph will also move the single underlying subgraph. No recomposition takes place. {% endhint %}
The npx wgc monograph move
command allows you to move a monograph into a different namespace.
<name>
: The name of the monograph you want to move.
-n, --namespace
: The namespace of the monograph.-t, --to
: The new namespace of the monograph.
Moves the monograph named "mygraph" into the "production" namespace.
npx wgc monograph move mygraph -n default -t production