|
34 | 34 | "post_install": [ |
35 | 35 | "Write-Host 'Pass-CLI has been installed successfully!' -ForegroundColor Green", |
36 | 36 | "Write-Host ''", |
37 | | - "Write-Host 'To get started:' -ForegroundColor Yellow", |
38 | | - "Write-Host ' 1. Initialize your vault: pass-cli init'", |
39 | | - "Write-Host ' 2. Add a credential: pass-cli add myservice'", |
40 | | - "Write-Host ' 3. Retrieve it: pass-cli get myservice'", |
| 37 | + "Write-Host 'First-time users: Run `pass-cli` (no arguments) for guided setup.' -ForegroundColor Yellow", |
41 | 38 | "Write-Host ''", |
42 | | - "Write-Host 'Your vault will be stored at: ~\\.pass-cli\\' -ForegroundColor Cyan", |
43 | | - "Write-Host 'For more information, run: pass-cli --help'" |
| 39 | + "Write-Host 'Quick start:' -ForegroundColor Yellow", |
| 40 | + "Write-Host ' pass-cli - Launch interactive TUI'", |
| 41 | + "Write-Host ' pass-cli init - Initialize vault manually'", |
| 42 | + "Write-Host ' pass-cli doctor - Run health checks'", |
| 43 | + "Write-Host ''", |
| 44 | + "Write-Host 'Your vault will be stored at: ~\\.pass-cli\\vault.enc' -ForegroundColor Cyan", |
| 45 | + "Write-Host 'Complete guide: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md'" |
44 | 46 | ], |
45 | 47 | "notes": [ |
46 | | - "Pass-CLI stores credentials securely using Windows Credential Manager.", |
47 | | - "Your vault is encrypted with AES-256-GCM encryption.", |
| 48 | + "Pass-CLI: Secure password manager with TUI and CLI interfaces", |
| 49 | + "", |
| 50 | + "Key Features:", |
| 51 | + " • Interactive TUI for visual credential management", |
| 52 | + " • Windows Credential Manager integration (enable: pass-cli keychain enable)", |
| 53 | + " • Health diagnostics (run: pass-cli doctor)", |
| 54 | + " • Usage tracking across projects", |
| 55 | + " • AES-256-GCM encryption with audit logging", |
48 | 56 | "", |
49 | | - "Quick start:", |
50 | | - " pass-cli init - Initialize a new vault", |
51 | | - " pass-cli add <name> - Add a new credential", |
52 | | - " pass-cli get <name> - Retrieve a credential", |
53 | | - " pass-cli list - List all credentials", |
| 57 | + "Quick commands:", |
| 58 | + " pass-cli - Launch TUI (first-time: guided setup)", |
| 59 | + " pass-cli add <name> - Add credential", |
| 60 | + " pass-cli get <name> - Retrieve credential", |
| 61 | + " pass-cli list - List all credentials", |
| 62 | + " pass-cli keychain enable - Enable auto-unlock", |
| 63 | + " pass-cli doctor - Verify vault health", |
54 | 64 | "", |
55 | | - "Run 'pass-cli --help' for full documentation." |
| 65 | + "Documentation: https://github.com/ari1110/pass-cli/blob/main/docs/GETTING_STARTED.md" |
56 | 66 | ] |
57 | 67 | } |
0 commit comments