git-secret icon indicating copy to clipboard operation
git-secret copied to clipboard

git-secret changes should have -q quiet mode that sets exit code nonzero if changes exist

Open aberezin opened this issue 4 years ago • 2 comments

Consider adding a -q --quiet flag to git-secret-changes which would output nothing to stdout but set the exit code to 1 if there are any changes and 0 otherwise

This would match the git-diff --quiet flag (which forces exit codes matching the diff program).

aberezin avatar Jul 15 '20 20:07 aberezin

Great idea! We will include this into 0.5.0

sobolevn avatar Jun 26 '21 14:06 sobolevn

Moved from 0.5.0 to 0.6.0

joshrabinowitz avatar Jun 06 '22 18:06 joshrabinowitz