CLI red: backup tests, commander + env-paths deps, stub

4 tests for runBackup: full download into collection-named dirs,
incremental skip of existing files, resilient continuation after
single-file HTTP 500, and metadata.json output.

Adds commander 14.0.3 and env-paths 4.0.0 as runtime deps.
This commit is contained in:
2026-05-13 18:36:07 -07:00
parent c1b1d12bcc
commit 30a13eeeaf
4 changed files with 483 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
"vitest": "2.1.9"
},
"dependencies": {
"commander": "14.0.3",
"env-paths": "4.0.0",
"fast-srp-hap": "2.0.4",
"libsodium-wrappers-sumo": "0.8.4"
}