https://prefect.io logo
Title
d

Deceivious

08/08/2022, 2:46 PM
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

Anna Geller

08/08/2022, 2:59 PM
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

Deceivious

08/08/2022, 3:02 PM
Thank you for the update.