CLI Reference
The scitex-dataset command-line interface follows the SciTeX
3-level noun-verb grammar:
scitex-dataset <domain> <dataset> <action> [OPTIONS]
See general/03_interface_02_cli/02_subcommand-structure-noun-verb in
the SciTeX skills for the underlying convention.
Configuration precedence
Resolution chain (highest first), per
general/01_ecosystem_06_local-state-directories:
--config <path>CLI flag$SCITEX_DATASET_CONFIGenv var<project>/.scitex/dataset/config.yaml$SCITEX_DIR/dataset/config.yaml(default~/.scitex/dataset/config.yaml)
Project scope wins over user scope. SCITEX_DIR relocates the user
scope atomically. Runtime files (the local SQLite index, snapshots,
logs) live under <scope-root>/runtime/.
Live command tree
The full subcommand tree below is rendered directly from the click
group via sphinx-click, so it
cannot drift from scitex-dataset --help-recursive. Per the SciTeX
Sphinx spec (audit code PS128), hand-written subcommand prose is
forbidden here.