match, enrich, and other workflow commands.
upload
Usagestring
required
Path to a
.csv or .xlsx file to upload.
Examples
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upload a CSV or Excel file as a new dataset
match, enrich, and other workflow commands.
landbase-cli upload <file> [flags]
.csv or .xlsx file to upload.| Flag | Default | Description |
|---|---|---|
--name=<value> | — | Name for the new dataset |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
# Upload a CSV file
landbase-cli upload ./contacts.csv
# Upload and assign a name
landbase-cli upload ./contacts.csv --name="Q1 Prospects"
# Upload an Excel file
landbase-cli upload ./crm_export.xlsx --name="CRM Export"
Was this page helpful?
