Back to Prefect

Init

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

3.7.9.dev5517 B
Original Source

prefect init

command
prefect init [OPTIONS]
<Info> Initialize a Prefect project. </Info> <AccordionGroup> <Accordion title="Options" defaultOpen> <ResponseField name="--name"> The name to give the project. </ResponseField> <ResponseField name="--recipe"> The recipe to use for the project. </ResponseField> <ResponseField name="--field"> One or more fields to pass to the recipe (e.g., image_name) in the format of key=value. </ResponseField> </Accordion> </AccordionGroup>