Commandline arg to prevent archive stage in a BuildCookRun?

I used the Project Launcher tool to generate a desired set of commandline args to send to UE4-Cmd to perform a BuildCookRun.

I do not desire an archive step to run, and did not select this option in the Project Launcher config I constructed.

However, when I run the build command, I get this warning:

2019-01-11 09:46:11  WARNING: No Archive Dir specified! Using default Z:\AutomatedBuilds

This path is coming from a value set in my project settings.

Is there a flag I can pass to suppress the archive stage entirely? Eg -noarchive or something? Instead of this behavior where it falls back to a project default?

Here is the command generated by the tool I am using:

BuildCookRun -project=foobarproject -noP4 -clientconfig=Shipping -serverconfig=Shipping -nocompile -nocompileeditor -ue4exe=UE4Editor-Cmd.exe -utf8output -platform=Win64 -targetplatform=Win64 -build -cook -map=foobarmap -unversionedcookedcontent -pak -stage -package -stagingdirectory=foopath -cmdline=foobarmap

Thanks