- Rename 'unlockers' command to 'unlocker' for consistency - Move all unlocker subcommands (list, add, remove) under single 'unlocker' command - Add --quiet/-q flag to 'secret list' for scripting support - Update documentation and tests to reflect command changes The quiet flag outputs only secret names without headers or formatting, making it ideal for shell script usage like: secret get $(secret list -q | head -1) |
||
---|---|---|
.. | ||
cli_test.go | ||
cli.go | ||
crypto.go | ||
generate.go | ||
info_helper.go | ||
info.go | ||
init.go | ||
integration_test.go | ||
root.go | ||
secrets_size_test.go | ||
secrets.go | ||
test_helpers.go | ||
test_output_test.go | ||
unlockers.go | ||
vault.go | ||
version_test.go | ||
version.go |