Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

--json-progress

Stream JSON progress records before the final result

Reference contract

FieldValueDescription
Flags--json-progress
Destinationjson_progress
Value typeboolean
Actionstore_true
Requiredfalse
Defaultfalse
RequirementOptional.
Validation 1When absent, progress is written only to the text log.
Validation 2When present, stdout is JSON Lines: zero or more event records followed by one final summary object.

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.

Authoritative source

Catalog
telion.batch.command
Identity
batch.cli.argument.json-progress
Path
src/telion_backend/v2/batch_contract.py
Symbol
BATCH_COMMAND_SPEC