@ddtcorex/govard 1.71.2 → 1.73.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,10 @@ checksum, and exposes it as the `govard` bin.
7
7
 
8
8
  CLI only — the Desktop app is distributed via `.deb` / `.pkg` releases.
9
9
 
10
+ The package installs and runs without Docker. Stack commands (`govard env up`,
11
+ `svc`, `db`, `shell`, `test`, `audit`) need it; run `govard capabilities` for the
12
+ list of commands that work without a container runtime.
13
+
10
14
  ## Usage
11
15
 
12
16
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddtcorex/govard",
3
- "version": "1.71.2",
3
+ "version": "1.73.0",
4
4
  "description": "Govard local development orchestrator CLI (binary installer)",
5
5
  "license": "MIT",
6
6
  "repository": {