CLI
whest package
Package submission artifact.
whest package
Package submission artifact.
whest package [options]| Option | Default | Description |
|---|---|---|
--estimator | Path to estimator.py to package into the submission archive. | |
--class | Estimator class name to load from the estimator file (auto-detected if omitted). | |
--requirements | Path to a requirements.txt to include in the submission archive. | |
--submission-metadata | Path to a submission.yaml metadata file to include in the submission archive. | |
--approach | Path to an approach.md write-up to include in the submission archive. | |
--output | Output path for the .tar.gz archive (default: submission-<timestamp>.tar.gz in the current directory). | |
--debug | Show full Python tracebacks for errors instead of condensed messages. | |
--format | Select output format: rich, plain, or json. | |
--json | Alias for --format json. |