Tools Command Line Interface

QPM3 exposes the QPM-CLI.

Usage:

QPM-CLI COMMAND <args>

Commands:

CommandsArgumentsDescription
--helpPrint command line usage
--version<version>Show QPM-CLI version
--login<username password>Login using Qualcomm credentials
--check-loginCheck currently logged in user
--logoutLogout, delete cached credentials
--license-activate<product>Activate new license using product name or License group ID
--license-deactivate<activationID>Deactivate existing license
--license-list<product>Print all licenses
--license-check<activationID>List license validity
--license-verifyVerify all licenses
--license-recoverRecover activated licenses
--license-refreshRefresh the entitled licenses
--product-listList of products
--infoShow product details
--download-only<product> <ProductSuiteName>Download product by name or productSuiteName
--install<product> <ProductSuiteName>Install product by name / productSuiteName or .qik file
--uninstall<product>Uninstall product by name or .qik file
--refresh<product>Refresh product installation by name or .qik file
--extract<product>Extract product by name or .qik file

For Offline Licensing commands see: Offline Licensing

Commands for installation of tools

qpm-cli --login my-username my-password 
qpm-cli --product-list 
qpm-cli --license-activate [ProductName] 
qpm-cli --install [ProductName] 
qpm-cli --info [ProductName]

More Information

License List

Print all licenses

Usage: index --license-list <product>

Example command: $qpm-cli qpm-cli--license-list PCAT

Download

Download product by name or productSuiteName

Usage: index --download-only <ProductName/ProductSuiteName>

Example command: $qpm-cli --download-only PCAT

Refresh

Refresh product installation by name or .qik file

Usage: index --refresh <ProductName/Filename.qik>

Example command: $qpm-cli --refresh PCAT
Example command: $qpm-cli --refresh PCAT_x86.qik

Extract

Extract product by name or .qik file

Usage: index --extract <ProductName/Filename.qik>

Example command: $qpm-cli --extract PCAT
Example command: $qpm-cli --extract PCAT_x86.qik

License Deactivate

Deactivate existing license

Usage: index --license-deactivate <ActivationID>

Example command: $qpm-cli --license-deactivate a3ea3595-cce6-11ed-b513-063166a9270

Uninstall

Uninstall product by name or .qik file

Usage: index --uninstall <ProductName/Filename.qik>

Example command: $qpm-cli --uninstall PCAT
Example command: $qpm-cli --uninstall PCAT_x86.qik

Logout

Logout from QPM

Usage: index --logout 

Example command: $qpm-cli --logout