kapi memory lookup
kapi lookup [text]Slå opp tekst i innholdsminnet
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 memory lookup "welcome back" -s en -t frFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --file | string | explicit path to resource file | |
| --local | bool | false | use resource in current directory |
| --max-results | int | 10 | maximum results to return |
| --min-score | float64 | 0.7 | minimum match score (0.0-1.0) |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --project , -p | string | path to a kapi.yaml project recipe or its directory (auto-discovered from cwd if omitted) | |
| --source-locale , -s | string | en | source locale |
| --target-locale , -t | string | target locale |
More examples
kapi memory lookup "save" -s en -t de --min-score 0.8← Back to the Command Reference