Command reference

oko-cli pty broker-send

Writes exact text to a broker-owned PTY session.

Invocation

oko-cli pty broker-send --session ID --text TEXT [--socket PATH]

Inputs and options

  • Required --session and --text.
  • --socket overrides the broker socket.

Output and state effect

  • Sends the text without adding an implicit newline.

Refusals and safe exits

  • Refuses missing session/text; broker communication failures exit unsuccessfully.