kapi terms export
kapi exportExport terms to CSV, JSON, TBX, or a native .terms.json bundle
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 terms exportFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --export-name | string | terms name for JSON export | |
| --file | string | explicit path to resource file | |
| --format | string | json | export format (csv, json, tbx, bundle); a .terms.json -o path is detected automatically |
| --local | bool | false | use resource in current directory |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --output, -o | string | output file (default: stdout) | |
| --source-locale, -s | string | en | source locale for CSV export |
| --target-locale, -t | string | target locale for CSV export |
← Back to the Command Reference