Is there a way to register flows recursively from a folder?
prefect register --project "my project" --path /api/flows/
registers only flows that are in
api/flows
but not in
api/flows/subfolder
z
Zanie
06/25/2021, 3:15 PM
This is not currently supported -- there are some common footguns with recursive directory traversal. You can create a feature request on Github if you'd like.