@tridha643/hestia 1.2.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 +11 -10
- package/dist/cli.js.map +8 -8
- package/dist/daemon.js +4 -4
- package/dist/daemon.js.map +5 -5
- package/package.json +1 -1
- package/skills/hestia/SKILL.md +2 -1
package/package.json
CHANGED
package/skills/hestia/SKILL.md
CHANGED
|
@@ -240,7 +240,8 @@ JSON/NDJSON commands.
|
|
|
240
240
|
Run `down` before switching or deleting the branch. After deletion, use the
|
|
241
241
|
recorded project with `hestia down --project <project>`. Docker workloads
|
|
242
242
|
cannot be stopped individually (`backend-not-stoppable`); proc/Wrangler
|
|
243
|
-
workloads can. Named volumes are retained unless
|
|
243
|
+
workloads can. Named volumes and project-built images are retained unless
|
|
244
|
+
`--destroy` is explicit (it adds `-v --rmi local`; shared base images stay).
|
|
244
245
|
|
|
245
246
|
## Stable error remedies
|
|
246
247
|
|