$ dt-sdk build --help
Usage: dt-sdk build [OPTIONS] [extension_dir]
Runs wheel, assemble and sign. Downloads dependencies, creates and signs the
extension zip file
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ extension_dir <path> Path to the python extension [default: .] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --private-key -k <path> Path to the dev fused │
│ key-certificate │
│ [default: │
│ /home/runner/.dynatrace/certificate… │
│ --target-directory -t <path> │
│ --extra-platform -e <str> Download wheels for an extra │
│ platform │
│ --extra-index-url -i <str> Extra index url to use when │
│ downloading dependencies │
│ --find-links -f <str> Extra index url to use when │
│ downloading dependencies │
│ --only-extra-platforms -o Only build for the extra platforms, │
│ useful when building from arm64 │
│ (mac) │
│ --python-version -p <str> Python versions to download wheels │
│ for. Supported: 3.10, 3.14 │
│ --no-index Pass --no-index to pip, ignoring the │
│ package index (only --find-links │
│ sources will be used) │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯