DepotSoftware - showDepotSoftwareReturnCodeOverridesByDBKey
DepotSoftware - showDepotSoftwareReturnCodeOverridesByDBKey
Description :
This command shows all return code overrides, if any, for both the install and uninstall commands of a software installable in the depot. This command shows the overrides for each return code category (error, warning, success with reboot, success).
For background information on the concept of return code overrides, see setDepotSoftwareReturnCodeOverridesByDBKey .
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
objectKey | DBKey | Handle to the software installable whose return code overrides you want to display. |
Example
The following example shows how to get all the return code overrides for the installable python-4.2-0.69.2asp.i386.rpm.
Script
INSTALLABLE_KEY=`blcli DepotObject getDBKeyByTypeStringGroupAndName RPM_INSTALLABLE "/Software" python-4.2-0.69.2asp.i386.rpm`
blcli DepotSoftware showDepotSoftwareReturnCodeOverridesByDBKey "$INSTALLABLE_KEY"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*