@argusaudit/cli 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,16 +49,6 @@ The audit prints a link to your report when it finishes.
49
49
 
50
50
  **Your data never leaves your machine** — only the DDL and query go to the cloud. Benchmarking happens entirely in local containers.
51
51
 
52
- ## Environment variables
53
-
54
- All optional — the defaults point at production.
55
-
56
- | Variable | Default | Purpose |
57
- | --- | --- | --- |
58
- | `ARGUS_API_URL` | `https://api.argusaudit.dev/api/v1` | Engine API base URL. |
59
- | `ARGUS_HUB_URL` | `https://www.argusaudit.dev` | Web app base URL, used for report links. |
60
- | `ARGUS_WORKER_IMAGE` | `argusaudit/worker:0.1.0` | Worker image to run. Pinned by default so benchmarks stay reproducible. |
61
-
62
52
  ## License
63
53
 
64
54
  MIT — see [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argusaudit/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ARGUS — SQL Stress-Test Auditor. Benchmark-as-a-Service CLI tool that proves SQL optimizations with hard numbers.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",