Command line client for linking to Web Agent lanes over the WARP protocol
npm install nkisiCommand line tool for linking to Web Agent lanes over the WARP protocol.
``sh`
npm install -g nkisi
`sh
$ nkisi help
Usage: nkisi
Commands:
link stream changes to a lane of a remote node
sync stream the current state and changes to a lane of a remote node
get fetch the current state of a lane of a remote node
reflect stream introspection metadata
help
`
`sh
$ nkisi sync help
Usage: nkisi sync [options]
Options:
-h, --host
-n, --node
-l, --lane
-f, --format
Commands:
help
`
`sh
$ nkisi reflect help
Usage: nkisi reflect [options]
Options:
-e, --edge
-m, --mesh
-p, --part
-h, --host
-n, --node
-l, --lane
-k, --link introspect link behavior
-r, --router introspect router behavior
--data introspect data behavior
--system introspect system behavior
--process introspect process behavior
-s, --stats stream introspection statistics
-f, --format
Commands:
log stream log events
help
``