Skip to main content

kapi terms

kapi terms

Manage project terminology.

A terms store holds approved terminology — concepts and their renderings per locale — as a SQLite database. Use these commands to import, export, look up, and manage terms.

Resource location (mutually exclusive): --name <n> Named terms store in the kapi config dir (terms/<n>.db) --local Terms store in current directory (./terms.db) --file <path> Explicit file path

Default (no flag): same as --local (uses ./terms.db).

Commandterms
Groupassets
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 stats
Flags

This command has no local flags.

More examples
kapi terms lookup "dashboard" -s en -t fr
kapi terms import terms.csv -s en -t fr

← Back to the Command Reference