--in <PATH> | | Input file or directory (defaults to latest pull output) |
--filter <EXPR> | | SQL filter expression (used in spec hashing and pull auto-resolution) |
--traces <N> | | Upload at most N distinct root traces |
--spans <N> | | Upload at most N span rows |
--page-size <N> | | Rows per upload batch (default: 1000) |
--force | | Ignore previous state, start over |
--root <PATH> | | Root directory for sync artifacts (default: bt-sync) |
--workers <N> | | Concurrent upload workers (defaults to the OS-reported number of available CPU threads) |
--max-batch-bytes <N> | BT_SYNC_PUSH_MAX_BATCH_BYTES | Maximum input bytes per upload batch (default: 16777216) |
--max-in-flight-bytes <N> | BT_SYNC_PUSH_MAX_IN_FLIGHT_BYTES | Maximum input bytes held by in-flight upload batches (default: 134217728) |