Skip to main content

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.
The CLI displays a live progress indicator while the validation runs:
If the validation does not complete within the --timeout window, the CLI exits with code 1. The validation job continues running server-side. Use lucitra report to retrieve results later.

lucitra datasets

List datasets in a project.
Output:

lucitra report

Fetch and display a validation report.
The pdf format generates a report suitable for compliance documentation and stakeholder review. It includes score breakdowns, flagged issues, and remediation guidance.

lucitra config

Manage CLI configuration.

Example Workflows

Upload and validate a dataset

1

Upload your data

The CLI prints the new dataset ID on success:
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:

Quick coverage check

When you only need to verify scenario coverage without running the full validation suite: