Customer-side Postgres restore CLI for Walwarden, version 0.0.2. The CLI receives commands from the Walwarden dashboard and drives database restores against a target PostgreSQL instance, reporting progress and audit events back to Walwarden in real-time. It supports both new database creation and in-place destructive restore modes, with JSONL output and optional color control. Requires Node.js >= 20 and a short-lived token for authentication.
npm install walwarden-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Restore a Postgres database from a Walwarden backup using a manifest SHA-256 and target DSN.
Ensure manifest is 64 hex characters. Use sha256sum on the manifest file.
Add --confirm-destructive when using --mode in_place.
Set WALWARDEN_API_URL to the correct Walwarden API base URL.
Update Node.js to version 20 or later.
Check the manifest SHA-256 value and ensure it is 64 characters long.
Add --confirm-destructive to the command.
Set WALWARDEN_API_URL to your Walwarden API endpoint.
Install Node.js version 20 or higher.
No dependency data recorded yet.