@reddb-io/cli 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -597,7 +597,7 @@ Or via Docker:
597
597
 
598
598
  ```bash
599
599
  echo "$GITHUB_TOKEN" | docker login ghcr.io -u "$GITHUB_USER" --password-stdin # if GHCR requires auth
600
- docker run --rm -p 5050:5050 -p 5055:5055 -p 8080:8080 ghcr.io/reddb-io/reddb:latest
600
+ docker run --rm -p 55050:5050 -p 55551:50051 -p 55880:8080 ghcr.io/reddb-io/reddb:latest
601
601
  ```
602
602
 
603
603
  Or, if you only need the thin remote-only client (~7 MB image):
@@ -608,7 +608,7 @@ docker run --rm ghcr.io/reddb-io/reddb-client:latest red://reddb.example.com:505
608
608
  ```
609
609
 
610
610
  For production-secure Docker (vault + secrets) and Kubernetes, see
611
- [`docs/getting-started/docker.md`](./docs/getting-started/docker.md)
611
+ [`docs/deployment/docker.md`](./docs/deployment/docker.md)
612
612
  and [`docs/security/vault.md`](./docs/security/vault.md).
613
613
 
614
614
  ---
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/sdk",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Official embedded RedDB SDK — launches a local red binary over stdio JSON-RPC. Use @reddb-io/client for remote HTTP, gRPC, and RedWire.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/cli",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "CLI launcher for RedDB. The JS/TS app driver is published as @reddb-io/sdk.",
5
5
  "type": "commonjs",
6
6
  "bin": {