@hydra-acp/cli 0.1.7 → 0.1.8
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 +1 -1
- package/dist/cli.js +1701 -483
- package/dist/index.d.ts +59 -4
- package/dist/index.js +347 -75
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -210,7 +210,7 @@ hydra-acp daemon status
|
|
|
210
210
|
|
|
211
211
|
hydra-acp sessions # list sessions
|
|
212
212
|
hydra-acp sessions kill <id> # close a live session (keeps the on-disk record so it can be resurrected)
|
|
213
|
-
hydra-acp sessions
|
|
213
|
+
hydra-acp sessions remove <id> # remove a session entirely (live or cold)
|
|
214
214
|
hydra-acp sessions export <id> [--out <file>|.]
|
|
215
215
|
# write a session bundle (meta + history) to <file>,
|
|
216
216
|
# to a default-named file when --out=., or to stdout
|