CLI
whest init
Create starter estimator files.
whest init
Create starter estimator files.
whest init [options]| Option | Default | Description |
|---|---|---|
path | '.' | Target directory to write starter estimator.py and requirements.txt into (default: 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. |