jaraco / keyring

MIT License
1.26k stars 159 forks source link

Feature request: Have the CLI interface show which backend is being used and why #632

Open aragilar opened 1 year ago

aragilar commented 1 year ago

It would be good when debugging why keyring isn't working on a specific system to be able to have the CLI interface show which backend was used and why it was selected (envvar, config, CLI argument or by priority).

jaraco commented 1 year ago

I've added a diagnose command. I welcome others to expand that diagnose command to provide more sophistication to report more detail to the user.