Jim Crist-Harif
03/24/2021, 10:46 PMprefect register
for easier registration of flows (docs).
⢠prefect build
for building flows without registration (docs).
Combined, these expose a lot of new & interesting deployment options. One is automatic flow reloading. The prefect register
CLI supports a --watch
flag which will watch your source files, and auto-register them on save. This can be useful for development, but also exposes an airflow-like pattern where new flows can be deployed by adding them to a directory.
We have several additional CLI improvements in the works, so stay tuned.
As always, big thanks to all our community contributors this release š :
- Abid Ahmad
- Alexandr N. Zamaraev
- Jacob Hayes
- Timo S.
The full changelog can be viewed here: https://github.com/PrefectHQ/prefect/releases/tag/0.14.13
Happy Engineering!