[56] Flag to overwrite `op inject` output to file without prompt
Small request: I'm starting to inject database secrets using the 1password CLI for some of my tools and it would be great if we could overwrite to an existing output file without a user prompt (I'm trying to make most of my scripts non-interactive).
Current behavior:
❯ op inject -i hello -o hola
File hola already exists, overwrite it? [Y/n] Y
/Users/manojkarthick/code/sandbox/hola
Expected behavior
❯ op inject -i hello --force -o hola
/Users/manojkarthick/code/sandbox/hola
1Password Version: 2.0.0-beta.9
Extension Version: Not Provided
OS Version: macOS 12.0.1 21A559 arm64
