Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Upload a local CSV or Excel file to Landbase to create a new dataset. The returned dataset ID is used with match, enrich, and other workflow commands.

upload

Usage
landbase-cli upload <file> [flags]
file
string
required
Path to a .csv or .xlsx file to upload.
Flags
FlagDefaultDescription
--name=<value>Name for the new dataset
--no-update-checkSkip the daily update check
--verbosePrint request/response details to stderr
Examples
# 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"