Complete Commonlib rc.6 integration and setup workflows

This commit is contained in:
vorotamoroz
2026-07-21 15:00:28 +00:00
parent e005f9eb13
commit 1ef8c88139
150 changed files with 31041 additions and 260 deletions
+5 -2
View File
@@ -15,6 +15,8 @@ const focusedScenarios = new Set([
"couchdb-upload",
"cli-to-obsidian-sync",
"minio-upload",
"object-storage-setup-uri-workflow",
"p2p-setup-uri-workflow",
"startup-scan",
"setup-uri-workflow",
"two-vault-sync",
@@ -31,8 +33,9 @@ real-Obsidian scenario. Supported scenarios:
${[...focusedScenarios].map((scenario) => ` ${scenario}`).join("\n")}
This wrapper does not start CouchDB or Object Storage. Use the documented
service commands or the complete local-suite:services wrapper when required.`;
This wrapper does not start CouchDB, Object Storage, or the P2P signalling
relay. Use the documented service commands or the complete
local-suite:services wrapper when required.`;
}
// npm receives each argument directly. In particular, environment values and