By default, the mesh will be large enough to warrant saving the exported text as a file or copying directly to clipboard. The following is an example of an empty exported zone.
Executing the import-zone command will automatically open the terminal's default file editor, from which point the zone blueprint can be entered. After exiting and saving the editor, the console will output the entirety of the zone and its constituent parts.
1
$ greymatter import-zone test test
2
{
3
"zone": {
4
"zone_key": "test",
5
"name": "test",
6
"checksum": ""
7
},
8
"clusters": null,
9
"domains": null,
10
"proxies": null,
11
"routes": null,
12
"shared_rules": null,
13
"listeners": null
14
}
Copied!
Help
To list available commands run with the global help flag,