@tridha643/hestia 1.1.0 → 1.3.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 +3 -2
- package/dist/cli.js +1193 -527
- package/dist/cli.js.map +26 -19
- package/dist/daemon.js +121 -28
- package/dist/daemon.js.map +9 -8
- package/package.json +1 -1
- package/skills/hestia/SKILL.md +13 -11
package/README.md
CHANGED
|
@@ -168,8 +168,9 @@ hestia router status
|
|
|
168
168
|
```
|
|
169
169
|
|
|
170
170
|
Individual Docker workloads are not stoppable; use `hestia down`. Named
|
|
171
|
-
volumes are retained unless `--destroy` is explicit
|
|
172
|
-
|
|
171
|
+
volumes and project-built images are retained unless `--destroy` is explicit
|
|
172
|
+
(`--destroy` removes named volumes and `--rmi local` project images; shared
|
|
173
|
+
base images are left in place). `doctor` is strictly report-only.
|
|
173
174
|
|
|
174
175
|
## Development and release
|
|
175
176
|
|