Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show request/response schema for a command. List all if no command given.
jinko schema [options] [command]
command
# Dump the current OpenAPI spec (filtered public surface) jinko schema # Pipe into jq, grep for flight endpoints jinko schema | jq '.paths | keys[]' | grep flights