Help

$ dt-sdk --help
                                                                                
 Usage: dt-sdk [OPTIONS] COMMAND [ARGS]...                                      
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.      │
│ --show-completion             Show completion for the current shell, to copy │
│                               it or customize the installation.              │
│ --help                        Show this message and exit.                    │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ assemble   Creates the extension zip file, without signing it yet            │
│ build      Runs wheel, assemble and sign. Downloads dependencies, creates    │
│            and signs the extension zip file                                  │
│ create     Creates a new python extension                                    │
│ gencerts   Generate root and developer certificates and key                  │
│ run        Runs an extension, this is used during development to locally run │
│            and test an extension                                             │
│ sign       Signs the extension zip file using the provided fused             │
│            key-certificate                                                   │
│ upload     Upload the extension to a Dynatrace environment                   │
│ version    Show the version of the CLI                                       │
│ wheel      Downloads the dependencies of the extension to the lib folder     │
╰──────────────────────────────────────────────────────────────────────────────╯