ReferenceAvailable
--json-progress
Stream JSON progress records before the final result
Syntax: --json-progress
Optional. The parser stores this option as json_progress with value type boolean and default false.
Validation
- When absent, progress is written only to the text log.
- When present, stdout is JSON Lines: zero or more event records followed by one final summary object.
Reference
| Property | Value |
|---|---|
| Flags | --json-progress |
| Destination | json_progress |
| Value type | boolean |
| Action | store_true |
| Required | false |
| Default | false |
| Requirement | Optional. |
| Validation 1 | When absent, progress is written only to the text log. |
| Validation 2 | When present, stdout is JSON Lines: zero or more event records followed by one final summary object. |