nirs4all.cli.commands.dataset module

Dataset CLI commands for nirs4all.

Provides commands for dataset validation, inspection, and diagnostics.

Phase 8 Implementation - Dataset Configuration Roadmap Section 8.4: Error Handling & Diagnostics - Validation CLI

nirs4all.cli.commands.dataset.add_dataset_commands(subparsers)[source]

Add dataset commands to CLI.

nirs4all.cli.commands.dataset.dataset_diff(args)[source]

Compare two dataset configurations.

nirs4all.cli.commands.dataset.dataset_export(args)[source]

Export dataset configuration to normalized format.

nirs4all.cli.commands.dataset.dataset_inspect(args)[source]

Inspect a dataset configuration and show details.

nirs4all.cli.commands.dataset.dataset_validate(args)[source]

Validate a dataset configuration file.