docs(06-05): complete keys command tree plan

This commit is contained in:
salvacybersec
2026-04-05 23:40:36 +03:00
parent e2394ec663
commit 3b89bde38d
4 changed files with 137 additions and 13 deletions

View File

@@ -59,12 +59,12 @@ Requirements for initial release. Each maps to roadmap phases.
### Key Management
- [ ] **KEYS-01**: keyhunter keys list — show all found keys (masked by default, --unmask for full)
- [ ] **KEYS-02**: keyhunter keys show <id> — single key full detail (always unmasked)
- [ ] **KEYS-03**: keyhunter keys export --format=json|csv — export all keys with full values
- [ ] **KEYS-04**: keyhunter keys copy <id> — copy full key to clipboard
- [ ] **KEYS-05**: keyhunter keys verify <id> — verify specific key and show full detail
- [ ] **KEYS-06**: keyhunter keys delete <id> — remove key from database
- [x] **KEYS-01**: keyhunter keys list — show all found keys (masked by default, --unmask for full)
- [x] **KEYS-02**: keyhunter keys show <id> — single key full detail (always unmasked)
- [x] **KEYS-03**: keyhunter keys export --format=json|csv — export all keys with full values
- [x] **KEYS-04**: keyhunter keys copy <id> — copy full key to clipboard
- [x] **KEYS-05**: keyhunter keys verify <id> — verify specific key and show full detail
- [x] **KEYS-06**: keyhunter keys delete <id> — remove key from database
### External Tool Import