drive icon indicating copy to clipboard operation
drive copied to clipboard

Push with -no-prompt and -no-force

Open tigerjack opened this issue 6 years ago • 1 comments

I am using a little script to upload my changed files, with the paths being pushed taken from a log file. The only problem is that, whenever the path is set to be ignored, drive push -no-prompt fails, returning

path is set to be ignored yet is being processed. Use force to override this

I don't want to use the force option, I just want to silently ignore this error. Is this possible?

tigerjack avatar Oct 15 '19 06:10 tigerjack

Hello @tigerjack, thank you for the question and welcome to the drive project!

Unfortunately not, the --force is meant to be the explicit override, unless perhaps we add a -skip-ignored flag but I think that's an extra knob of control which --force is meant to cover.

odeke-em avatar Dec 01 '19 20:12 odeke-em