Hi, I was creating a new deployment earlier and tr...
# ask-community
a
Hi, I was creating a new deployment earlier and tried to use the '--skip-upload' option in building my deployment, but got an error that it was not an available option. It's listed as an option to use in the documentation but doesn't show up when checking through 'prefect deployment build --help' in terminal. Has this feature been removed?
1
c
What version of prefect are you using?
a
2.0
c
I meant what version of the binary do you have installed that you are attempting to use --skip-upload - this was a relatively more recent addition, so you might need to update
you can check with
prefect version
a
I am using 2.2.0, is there a more recent version needed for --skip-upload?
c
yes, the latest release it 2.6.4; I’d have to review release notes to see when skip-upload was added specifically, but I know it’s not 2.2
• Add a
--skip-upload
flag to
prefect deployment build
#6560 2.3 is the release that this became available
a
Okay, great, thank you!