Hi, is there a way to synchronize
prefect.yaml and
Prefect UI? Or just edit prefect.yaml in Prefect UI directly as a single source of truth?
I'm asking, because, for example, right now its possible delete deployment from Prefect UI, which is good, but no possibility to add new deployment.
Instead of this, need to add update prefect.yaml, and execute
prefect deploy
after that.
Or let all the settings be located in prefect.yaml. And Prefect just use these settings after restarting pool workers.