Assemble

$ dt-sdk assemble --help
                                                                                
 Usage: dt-sdk assemble [OPTIONS] [EXTENSION_DIR]                               
                                                                                
 Creates the extension zip file, without signing it yet                         
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   extension_dir      [EXTENSION_DIR]  Path to the python extension           │
│                                       [default: .]                           │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --output  -o      PATH  [default: None]                                      │
│ --force   -f            Force overwriting the output zip file                │
│                         [default: True]                                      │
│ --help                  Show this message and exit.                          │
╰──────────────────────────────────────────────────────────────────────────────╯