secret/internal
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 Refactor unlockers command structure and add quiet flag to list command 2025-07-22 16:04:44 +02:00
secret Add missing changes from feature branch 2025-07-22 12:51:02 +02:00
vault Remove internal/macse package and fix all linter issues 2025-07-21 17:48:47 +02:00