kapi terms
kapi termsManage 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.
Inside a project, no flag means the project's own terms, a subsystem of .kapi/work/store.db, which is why it is not addressed by path. Use -p to name the project explicitly.
Standalone store instead (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
Outside a project and with no flag: same as --local (uses ./terms.db).
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi terms statsThis command has no local flags.
kapi terms lookup "dashboard" -s en -t fr kapi terms import terms.csv -s en -t fr← Back to the Command Reference