511 B
511 B
Structured Output Schema
twitter-cli uses a shared agent-friendly envelope for machine-readable output.
Success
ok: true
schema_version: "1"
data: ...
Error
ok: false
schema_version: "1"
error:
code: api_error
message: User @foo not found
Notes
--yamland--jsonboth use this envelope- non-TTY stdout defaults to YAML
- tweet and user lists are returned under
data statusreturnsdata.authenticatedplusdata.userwhoamireturnsdata.user