@hydra-acp/cli 0.1.67 → 0.1.68
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 +167 -167
- package/dist/index.d.ts +5 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -344,7 +344,7 @@ hydra-acp daemon [status] # output status of daemon
|
|
|
344
344
|
hydra-acp daemon start [--foreground] # detached by default; --foreground to attach
|
|
345
345
|
hydra-acp daemon stop # stop running daemon
|
|
346
346
|
hydra-acp daemon restart # stop then start the daemon
|
|
347
|
-
hydra-acp daemon
|
|
347
|
+
hydra-acp daemon log [-f] [-n N] # tail (default 50) or follow the daemon log
|
|
348
348
|
|
|
349
349
|
hydra-acp session [list] # list sessions
|
|
350
350
|
hydra-acp session info <id> [--verbose] [--json] [--diff] [--fold] [--no-color] [--no-pager]
|