Node
The `hanzo node` commands.
Also for this capability: API · CLI · SDKs
Your machines: the ones you own, connected and ready to take a command.
hanzo node listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo node connect | The socket a bot node dials and holds open to become invokable. |
hanzo node list | Returns the caller org's currently connected bot nodes: what each one calls itself, the platform it runs on, its agent… |
invoke
| Command | What it does |
|---|---|
hanzo node invoke <id> | Ask one of your connected machines to run a command, and get its answer back. |
peer
| Command | What it does |
|---|---|
hanzo node peer invoke | Replica-to-replica forward of one invocation to the pod holding the node's socket. |
How is this guide?