--origins <codes...> | Yes | origin IATA airport/city codes. JSON: origins[]. | |
--destinations <codes...> | No | destination IATA airport/city codes. Omit to scan all destinations. JSON: destinations[]. | |
--month <month> | No | month to display (YYYY-MM), defaults to current month | |
--cabin-class <class> | No | cabin class: economy, premium_economy, business, first (default: economy). JSON: cabin_class. | |
--direct-only | No | only direct flights. JSON: direct_only. | |
--limit <n> | No | max results to return per page (1-100, default 20). JSON: limit. | |
--offset <n> | No | number of results to skip, for pagination (default 0). JSON: offset. | |
--user-intent <text> | No | the end user’s request in their own words, forwarded to Jinko for observability and relevance (avoid PII). Env fallback: JINKO_USER_INTENT. JSON: intent.user_intent. | |