drive
drive copied to clipboard
Push with -no-prompt and -no-force
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?
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.