Is there a way to register flows recursively from ...
# ask-community
n
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
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.
n
Thanks