Sign

$ dt-sdk sign --help
                                                                                
 Usage: dt-sdk sign [OPTIONS] [zip_file]                                        
                                                                                
 Signs the extension zip file using the provided fused key-certificate          
                                                                                
 :param zip_file: The path to the extension zip file to sign                    
 :param certificate: The developer fused key-certificate to use for signing     
 :param output: The path to the output zip file, if not specified, we put it in 
 the dist folder                                                                
 :param force: If true, overwrite the output zip file if it exists              
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   zip_file      <path>  Path to the extension zip file                       │
│                         [default: dist/extension.zip]                        │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --certificate  -c      <path>  Path to the dev fused key-certificate         │
│                                [default:                                     │
│                                /home/runner/.dynatrace/certificates/develop… │
│ --output       -o      <path>                                                │
│ --force        -f              Force overwriting the output zip file         │
│                                [default: True]                               │
│ --help                         Show this message and exit.                   │
╰──────────────────────────────────────────────────────────────────────────────╯