Assemble

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