hey folks! we've been working on a new CLI command...
# announcements
n
hey folks! we've been working on a new CLI command
prefect transfer
it transfers all "configuration-type" resources from one backend (as defined by a profile) to another (i.e. deployments, blocks, concurrency limits etc) usage examples:
Copy code
prefect transfer --from local --to beefy-postgres
or
Copy code
prefect transfer --from oss --to cloud
want to give it a test drive? it's on
main
today and it will be released in
3.4.14
read more on the dev log or check out the docs! let us know what you think!
🙌 5
👏 5
prefect build 2
🚀 1
r
is it possible (or is planned for future releases) to select what to transfer instead of transfer all? e.g. transfer from cloud to local only the variables or the blocks
n
yes! that will be added in a future release
👏 1
💙 1
r
nice thanks!
🙌 2
d
this is huge