Skip to main content
Show request/response schema for a command. List all if no command given.

Usage

jinko schema [options] [command]

Arguments

ArgumentRequiredDescription
commandNo

Options

No options.

Examples

# Dump the current OpenAPI spec (filtered public surface)
jinko schema

# Pipe into jq, grep for flight endpoints
jinko schema | jq '.paths | keys[]' | grep flights
Useful for debugging field shapes without leaving the terminal.