Is there a direct flag to dump every Architect flow in an org to a flat JSON structure using the CX as Code CLI? I’ve been poking at genesyscloud architecture flow export, but it seems to only handle single IDs or requires a specific directory structure that I can’t quite pin down for a full org export.
Trying to script a migration check and need the raw JSON for all flows without manually iterating through the list endpoint first. The docs are pretty sparse on bulk export patterns.
$ genesyscloud architecture flow export --help
Just shows the standard single resource export options. Am I missing a --all or --org flag, or do I have to write a wrapper around the list API and loop through export?