healthsave
v0.1.5
Published
npx bootstrapper and control CLI for the self-hosted HealthSave Observatory Docker Compose stack.
Maintainers
Readme
healthsave
Bootstrap and control the self-hosted HealthSave Observatory Docker Compose stack.
Install
npm i -g healthsave
healthsave onboardNo global install:
npx healthsaveBoth commands create or reuse ~/healthsave-observatory and open the guided installer/control center. The npm package owns the public healthsave command; checkout-local wrapper install is explicit for manual checkouts.
Commands
healthsave onboard [dir]
healthsave version
healthsave init [dir]
healthsave setup [basic|advanced] [dir]
healthsave doctor [dir] --json
healthsave status [dir] --json
healthsave layers [dir] --json
healthsave logs [dir] [layer]
healthsave up [dir]
healthsave down [dir]
healthsave verify [dir]
healthsave install-cli [dir]
healthsave uninstall-cli [dir]Use healthsave onboard for humans. Use named commands for scripts and agents. This package also exposes healthsave-observatory as a longer alias.
Uninstall the npm bootstrapper:
npm uninstall -g healthsaveRemove only the checkout-local wrapper:
healthsave uninstall-cliNeither uninstall command removes the checkout directory, containers, volumes, config, or health data.
Platform
- macOS: Docker Desktop.
- Linux: Docker Engine or Docker Desktop.
- WSL2: Docker Desktop WSL integration enabled.
- Native Windows: use WSL2 today.
- Termux: not supported because Docker Compose is required.
