git-secret
git-secret copied to clipboard
have verbose mode show gpg commands that are run
showing the gpg commands that we're running would help users to understand how git-secret internally operates.
This would also help users and developers debug and fix issues such as expired or revoked keys in their gitsecret keyrings.
See also related story #692
Once we thought #556 closed this, but it had issues and was reverted.
Done!
@sobolevn There's lots of gpg commands that still aren't shown in verbose mode, such as in src/_utils/_git_secret_tools.sh
, and showing more would make it easier to help people when debugging issues.
I suggest we reopen this issue, because there are several gpg commands run that are not shown in verbose mode.