Add change-password command and endpoint

This commit is contained in:
thePR0M3TH3AN
2025-07-09 15:46:37 -04:00
parent 94a5756954
commit e2235b61e1
6 changed files with 46 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ Manage the entire vault for a profile.
| Action | Command | Examples |
| :--- | :--- | :--- |
| Export the vault | `vault export` | `seedpass vault export --file backup.json` |
| Change the master password | `vault change-password` | `seedpass vault change-password` |
### Nostr Commands
@@ -147,6 +148,7 @@ Code: 123456
### `vault` Commands
- **`seedpass vault export`** Export the entire vault to an encrypted JSON file.
- **`seedpass vault change-password`** Change the master password used for encryption.
### `nostr` Commands