@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.
- package/README.md +4 -0
- 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
|