secret/internal/cli
sneak a73a409fe4 Refactor unlockers command structure and add quiet flag to list command
- 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)
2025-07-22 16:04:44 +02:00
..
cli_test.go fix: handle error returns from os.Unsetenv and file.Close (errcheck) 2025-07-09 06:16:13 -07:00
cli.go Fix mnemonic input to not echo to screen 2025-07-22 12:39:32 +02:00
crypto.go Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
generate.go uses protected memory buffers now for all secrets in ram 2025-07-15 08:32:33 +02:00
info_helper.go latest 2025-07-22 13:35:19 +02:00
info.go latest 2025-07-22 13:35:19 +02:00
init.go Fix use-after-free crash in readSecurePassphrase 2025-07-22 12:46:16 +02:00
integration_test.go Refactor unlockers command structure and add quiet flag to list command 2025-07-22 16:04:44 +02:00
root.go Refactor unlockers command structure and add quiet flag to list command 2025-07-22 16:04:44 +02:00
secrets_size_test.go fmt 2025-07-15 08:33:16 +02:00
secrets.go Refactor unlockers command structure and add quiet flag to list command 2025-07-22 16:04:44 +02:00
test_helpers.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go Refactor unlockers command structure and add quiet flag to list command 2025-07-22 16:04:44 +02:00
vault.go Remove internal/macse package and fix all linter issues 2025-07-21 17:48:47 +02:00
version_test.go uses protected memory buffers now for all secrets in ram 2025-07-15 08:32:33 +02:00
version.go Remove internal/macse package and fix all linter issues 2025-07-21 17:48:47 +02:00