Command-line reference
The xylem executable currently exposes the run command:
xylem [OPTIONS] [COMMAND]
xylem [OPTIONS] run [RUN OPTIONS]
Global options include verbosity flags and -t, --threads <N>. The worker
count defaults to 10, must be greater than zero, and limits Xylem’s Rayon work
rather than threads created by child programs.
The run command accepts:
--config <PATH>for a JSON or YAML configuration;--input <LIST>for comma-delimited workflow inputs;--dry-runto describe work without executing module commands;--offlineto prohibit remote acquisition;--skip-verify-checksumand--skip-verify-requirementsfor explicit troubleshooting bypasses; and- reporter and output options reserved for structured result presentation.
When --config is omitted, Xylem looks for config.json in the current
directory. Run the generated help for version-specific spelling and defaults:
xylem --help
xylem run --help