Skip to main content

Basic Syntax

Parameters are passed as key=value pairs. The CLI automatically converts types based on the cached schema.

Examples

Output Formats

Control how results are displayed with --format (or -f):

Field Filtering

Include Specific Fields

Select only the fields you need:
Supports dot-notation for nested fields.

Exclude Fields

Remove verbose or unnecessary fields:

Field Presets

Use built-in presets for common use cases:

Saving Output

Save to File

Compact JSON

Minify JSON output for smaller file sizes:

Quiet Mode

Suppress progress messages for clean piping:

Piping to Other Tools

Combine with database loading or other CLI commands:

Options Reference

Next Steps

Batch Processing

Process multiple inputs with parallelism and rate limiting

Dataset Pipelines

Build multi-source workflows with dependency chains