Back to Prefect

Transfer

docs/v3/api-ref/cli/transfer.mdx

3.7.9.dev5605 B
Original Source

prefect transfer

command
prefect transfer [OPTIONS]
<Info> Transfer resources from one Prefect profile to another.

Automatically handles dependencies between resources and transfers them in the correct order. </Info>

<AccordionGroup> <Accordion title="Options" defaultOpen> <ResponseField name="--from"> Source profile to transfer resources from </ResponseField> <ResponseField name="--to"> Target profile to transfer resources to </ResponseField> </Accordion> </AccordionGroup> <Note> **Example:**
bash
$ prefect transfer --from staging --to prod
</Note>