Gå til hovedinnhold

kapi exec term-check

kapi term-check [files...]

Terminologisjekk

Commandexec term-check
Try it

Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.

kapi exec term-check app.xliff --source-lang en --target-lang fr
Flags
FlagTypeDefaultDescription
--case-sensitive boolfalseWhether term matching is case-sensitive
--concurrency , -jint0max parallel files (0 = auto)
--encoding , -estringinput file encoding
--fail-on-unknown boolfalseexit with error if any file cannot be processed (default: skip with warning)
--format , -fstringoverride input format detection
--json boolfalseoutput results as JSON
--map , -mstringArraymap glob pattern to format (e.g. '*.docx=okf_openxml:test')
--no-warn boolfalsesuppress warnings for skipped files
--pack boolfalsewhen transforming a .kpz, also eject the result to the .kpz (auto-pack)
--parallel-blocks int0fan out block processing across N goroutines (0 = off)
--progress , -pboolfalseshow progress bar
--source-lang stringsource language (e.g. en, en-US; defaults to the project's source_language, else en)
--strict boolfalsealias for --fail-on-unknown
--target-lang stringtarget language (e.g. fr, de-DE)
--termstore stringnamed terms or path to a terms store (defaults to the project terms store)
--trace stringwrite flow trace JSON to file (for flow visualization)
More examples
kapi exec term-check messages.json --source-lang en --target-lang fr

← Back to the Command Reference