Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Mar 12, 2024
1 parent ed70ed7 commit 7cb5fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pmt

`pmt` is a command line tool designed to aid in the migration between different versions of the Prefect Python API.
`pmt` is a command line tool designed to help you upgrade to new versions of the Prefect Python API.

## Installation

Expand Down Expand Up @@ -103,7 +103,7 @@ To upgrade to the new deployment API, replace your original code with the update
Additional Info

• When deploying flows with flow.deploy, work pools replace infrastructure blocks as the source of infrastructure
configuration. To migrate from an infrastructure block to a work pool, publish your infrastructure as a work pool by calling
configuration. To upgrade from an infrastructure block to a work pool, publish your infrastructure as a work pool by calling
the .publish_as_work_pool() method on your infrastructure block.and pass the name of the new work pool to the work_pool_name
keyword argument of the .deploy() method. To learn more about work pools, see
https://docs.prefect.io/latest/concepts/work-pools/
Expand Down

0 comments on commit 7cb5fc9

Please sign in to comment.