File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ declare(strict_types=1);
66/*
77 * arcp — CLI entry point (RFC §22 transports + Phase 7 commands).
88 *
9- * arcp serve ws:// host: port Run an empty runtime accepting connections.
10- * arcp tail <session-id > Subscribe to all events from a session .
11- * arcp send <type> --payload Send a single envelope and print the reply.
12- * arcp replay <after-id> Replay an event log file from a message id .
9+ * arcp serve -- host H -- port P Run a runtime accepting WebSocket connections.
10+ * arcp tail <ws-uri > Subscribe to a runtime and print every envelope .
11+ * arcp send <ws-uri> <tool> --arguments '<json>' Invoke a tool and print the reply.
12+ * arcp replay <db-path> -- after <message -id> Replay an event log database .
1313 *
1414 * Production deployments should subclass these commands with real auth
1515 * configuration; the defaults assume `none` (anonymous) for development.
You can’t perform that action at this time.
0 commit comments