Hi, I have a flows.json that contains the metadata...
# prefect-community
a
Hi, I have a flows.json that contains the metadata for a flow. I want to register this flow inside of another prefect flow. Is that possible?
k
The register CLI can take in a json file so maybe use the ShellTask with that?