$ dt-sdk wheel --help
Usage: dt-sdk wheel [OPTIONS] [EXTENSION_DIR]
Downloads the dependencies of the extension to the lib folder
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ extension_dir [EXTENSION_DIR] Path to the python extension │
│ [default: .] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --extra-platform -e TEXT Download wheels for an extra platform │
│ [default: None] │
│ --extra-index-url -i TEXT Extra index url to use when │
│ downloading dependencies │
│ [default: None] │
│ --find-links -f TEXT Extra index url to use when │
│ downloading dependencies │
│ [default: None] │
│ --only-extra-platforms -o Only build for the extra platforms, │
│ useful when building from arm64 (mac) │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯