--live | Sync a run while it’s still being logged. This may hang if the process generating the run crashes uncleanly. (default: False) |
-e, --entity | An entity override to use for all runs being synced. (default: ) |
-p, --project | A project override to use for all runs being synced. (default: ) |
--id | A run ID override to use for all runs being synced. If setting this and syncing multiple files (with the same entity and project), the files will be synced in order of start time. This is intended to work with syncing multiple resumed fragments of the same run. (default: ) |
--skip-synced | Skip runs that have already been synced with this command. (default: True) |
--dry-run | Print what would happen without uploading anything. (default: False) |
-v, --verbose | Print more information. (default: False) |
-n | Max number of runs to sync at a time. When syncing multiple files that are part of the same run, the files are synced sequentially in order of start time regardless of this setting. This happens for resumed runs or when using the —id parameter. (default: 5) |