Hi everyone, I am using the cli commnad for prefe...
# data-tricks-and-tips
d
Hi everyone, I am using the cli commnad for prefect [2.0.1]
prefect deployment build --help
Which has a line
--manifest-only Generate the manifest file only.
But the yaml file is also being generated when the build command is run with manifest-only flag. Additionallly, adding the
--output
flag and setting an output name results in only the YAML file being renamed and not the manifest file. Is this an intended behaviour?
1
a
We are currently working on some changes to this UX, you can follow up here https://github.com/PrefectHQ/prefect/pull/6279
Manifest JSON was confusing and will be dropped to have one YAML manifest per deployment
🎉 2
d
Thank you for the update.