Diff Download Workflow
To download a build difference report:
-
Login to QPM.
qpm3-cli login --username my-username --password my-password -
Use the diff-build-download command to download the diff build.
qpm3-cli diff-build-download --software-product-name <SP-name> --base-build <base-build> --target-build <target-build> --distro-name "<distro-name>" --image-name <image-anme> --download-location "<download-location>"
Usage: index diff-build-download [options]
download diff builds
Options:
-sp, --software-product-name <string> software product name
-bb, --base-build <string> base build id or base build release tag
-tb, --target-build <string> target build id or target build release tag
-dn, --distro-name <string> distro name
-in, --image-name <string> image name (default: "all")
-dl, --download-location <path> download location (default: ".")
-h, --help display help for command
- For example:
qpm3-cli diff-build-download --software-product-name Test.LA.1.0.r1 --base-build Test.LA.1.0.r1-00195-STD.PROD-1.7822.6 --target-build Test.LA.1.0.r1-00195-STD.PROD-1.8172.1 --distro-name "Snapdragon_Premium_High_2021.SPF.1.0|AMSS|Standard|OEM|" --image-name mpss --download-location "C:\Users\qpm\Downloads"
- After download is successful, logout from QPM.
qpm3-cli logout