Enhance remote database management and add --vault option

Added new commands for remote database management and introduced --vault option for daemon and mirror commands.
This commit is contained in:
vorotamoroz
2026-06-08 21:12:42 +09:00
committed by GitHub
parent 0b8d73ccd8
commit 39d78a04ac
+1
View File
@@ -32,6 +32,7 @@ I should also consider the version numbering for the CLI...
### Improved
- Added new remote database management commands: `remote-status`, `unlock-remote`, `lock-remote`, and `mark-resolved`.
- --vault option is now available for daemon and mirror commands! (Thank you so much for @starskyzheng)!
- Decoupled the database directory path from the actual vault directory path using the `--vault` (or `-V`) option.
### Fixed (preventive)