v3.12.1
Description
Adds log statements for printing the secrets obtained from the command line or keystore, but only when the --unsafe-verbose flag is passed. Otherwise it just prints the length of the secret and the first character. The intent of this extra logging is to help users be able to debug the CLI themselves and they should never be instructed to share the output of running any command with the --unsafe-verbose flag. I expect to be able to use this to help debug user issues by asking them to run commands with this flag without sharing the output and instead just asking them to confirm that the value shown is the one they pasted from their clipboard/copied from ALKS Web/expected to see
Type of change
- Patch (non-breaking change which fixes an issue)