https://prefect.io logo
Title
a

Amy McClurg

10/21/2022, 4:02 PM
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

Christopher Boyd

10/21/2022, 4:05 PM
What version of prefect are you using?
a

Amy McClurg

10/21/2022, 4:36 PM
2.0
c

Christopher Boyd

10/21/2022, 5:32 PM
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

Amy McClurg

10/21/2022, 6:05 PM
I am using 2.2.0, is there a more recent version needed for --skip-upload?
c

Christopher Boyd

10/21/2022, 6:47 PM
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

Amy McClurg

10/21/2022, 7:29 PM
Okay, great, thank you!