$ 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 [ZIP_FILE] 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/developer… │
│ --output -o PATH [default: None] │
│ --force -f Force overwriting the output zip file │
│ [default: True] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯