Hi, is there some documentation on the latest (2.1...
# ask-community
s
Hi, is there some documentation on the latest (2.10.16) workflows on how to set up prefect? I’m looking specifically for details on the docker-git deployment config recipe. Thanks!
āœ… 1
n
hi @Sander - I would check out the declarative deployment docs !
let us know if you have specific questions, but basically if you have a flow you want to deploy then you can just run
prefect deploy path/to/my_file:my_flow
and then use the interactive wizard to define your deployment!
s
Thanks. Looks like I missed the version pull-down on the docs pages.
Maybe some small followup question. I guess you can leave the prefect.yaml empty except for deployments section and handle the other parts from the CLI right?
n
yeah! pretty much everything can be specified from the CLI (and you can always tweak the yaml directly if you need to) - in most cases the CLI has probably got it covered
šŸ‘ 1
s
@Luke Dolan fyi