match
Usagestring
required
The ID of the dataset to match. Obtain a dataset ID by running
landbase-cli upload or landbase-cli datasets list.
Examples
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Match records in a dataset against Landbase’s database
landbase-cli match <dataset-id> [flags]
landbase-cli upload or landbase-cli datasets list.| Flag | Default | Description |
|---|---|---|
--wait | — | Block until the match completes before returning |
--timeout=<seconds> | ~600 | Override the default polling timeout |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
# Match a dataset and wait for results
landbase-cli match <dataset-id> --wait
# Match with a custom timeout
landbase-cli match <dataset-id> --wait --timeout=300
Was this page helpful?
