Usage: rebar export [--out OUT] [--status STATUS] [--type TICKET_TYPE]
                    [--parent PARENT] [--strip-external]
                    [--include-session-logs] [--exclude-archived]
                    [--include-deleted]

Export the store as NDJSON (one ticket per line).

options:
  --out OUT, -o OUT     write to FILE instead of stdout
  --status STATUS       filter by status
  --type TICKET_TYPE    filter by ticket type
  --parent PARENT       filter to descendants of <id>
  --strip-external, --no-jira
                        strip external (Jira) bindings from the export
  --include-session-logs
                        include session_log tickets
  --exclude-archived    exclude archived tickets
  --include-deleted     include deleted tickets
