Requirements
Usage
npx wgc monograph version get <name>
Description
The wgc monograph version get
command retrieves and displays the router compatibility version that has been set for a specific monograph.
Output
The router compatibility version that has been set for the monograph.
Example
> npx wgc monograph version get mygraph -n prod
┌────────────┬───────────┬─────────┐
│ GRAPH NAME │ NAMESPACE │ VERSION │
├────────────┼───────────┼─────────┤
│ mygraph │ prod │ 1 │
└────────────┴───────────┴─────────┘