CX as Code CLI export all architect flows JSON

Running genesys cloud cxascode export with --type architect only pulls the flows I’ve explicitly tagged in the manifest. The goal is to dump every single flow in the org as JSON for a backup without maintaining a manual list. The CLI docs don’t show a wildcard option for the export command. Is there a flag I’m missing or do I need to write a script to call the /api/v2/architect/flows endpoint directly?