Hi, quick question. I’m used to deploying my prefe...
# ask-community
r
Hi, quick question. I’m used to deploying my prefect flow via CLI like
prefect deployment --apply …
while in version 2.10.X. I looked at the documentation recently for version 2.14.x and I see the deployment section drastically different from 2.10.X, specifically with the use of
serve
and programmatically deploying code instead of CLI. Is there any info (e.g. which patch note should I read?) to learn more about this change in deployment?
a
Hey @Ross Leung! This guide should have the info that you need for upgrading to the new deployment API. We’re actively working on improving this guide, so let me know if you have any questions or feedback!
🙏 1