Build

$ 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      [EXTENSION_DIR]  Path to the python extension           │
│                                       [default: .]                           │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --private-key           -k      PATH  Path to the dev fused key-certificate  │
│                                       [default:                              │
│                                       /home/runner/.dynatrace/certificates/… │
│ --target-directory      -t      PATH  [default: None]                        │
│ --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.            │
╰──────────────────────────────────────────────────────────────────────────────╯