Command Reference
Complete reference for all Lucitra CLI commands. Every command accepts the global flags--api-key (-k) and --api-url to override stored configuration.
lucitra upload
Upload a dataset file to Lucitra. Creates a new dataset record and uploads the file via a signed URL.The CLI automatically handles multipart uploads for large files. There is no need to split files manually.
lucitra validate
Run a validation job against a dataset. The CLI polls for progress and displays results when the job completes.lucitra datasets
List datasets in a project.lucitra report
Fetch and display a validation report.lucitra config
Manage CLI configuration.Example Workflows
Upload and validate a dataset
1
Upload your data
2
Run validation
3
Export the report
CI/CD quality gate
Use the--json flag and a script to fail your pipeline when scores drop below a threshold: