@cloak-db/app
v0.3.1
Published
Run Cloak DB locally with Docker
Maintainers
Readme
Cloak DB is an open-source, local-first database studio built for development. It helps you iterate faster with features like database snapshots, resource inspection, and data anonymization.
Requirements
- Docker installed and running
Usage
npx @cloak-db/appThis pulls and runs the Cloak DB Docker image, making it available at http://localhost:3000.
Options
| Flag | Description | Default |
|------|-------------|---------|
| -p, --port <port> | Port to run on | 3000 |
| -t, --tag <tag> | Docker image tag | latest |
| -v, --version | Show CLI version | |
| -h, --help | Show help | |
Examples
# Run on default port 3000
npx @cloak-db/app
# Run on custom port
npx @cloak-db/app --port 8080
# Run specific version
npx @cloak-db/app --tag 0.1.2Links
License
MIT
