Skip to content

IBM DevOps Package Manager - Process Steps

Create Package

Create package from files.

NameTypeDescriptionRequired
Content DirectoryStringThe directory containing the content of the package.Yes
Output DirectoryStringThe directory to output the created package file to.Yes
PACKAGER_HOMEStringLocation of the DevOps Package Manager.No
Package DependenciesStringA list of Package IDs that this Package will depend on. Enter each dependency on a separate line. Package ID is in the form NAME#VERSIONNo
Package NameStringThe name of the package.Yes
Package TypeStringThe type of the package.Yes
Package VersionStringThe version of the package.Yes

Install Package

Install package on target.

NameTypeDescriptionRequired
Force InstallBooleanAttempt to install package even if it already installed. NOTE: THIS WILL ERASE ANY EXISTING INVENTORY / ROLLBACK DATA FOR THIS PACKAGE.No
Install PropertiesStringProperties given to the package manager during installation. Enter each property on a separate line. Entries will most likely be in the form: -Dkey=valueNo
InventoryStringInventory name to use on the agent.No
PACKAGER_HOMEStringLocation of the DevOps Package Manager.No
Package PathStringThe path to the package file relative to the working directory.Yes
Skip dependency checkingBooleanSkips the dependency checking during install/uninstall. This is not suggested to use.No
User impersonation nameStringUser account name on the agent to impersonate.No
User impersonation passwordPasswordPassword for the impersonated account on the agent. Only needed on Windows.No

Rollback Package

Rollback package on target.

NameTypeDescriptionRequired
InventoryStringInventory name to use on the agent.No
PACKAGER_HOMEStringLocation of the DevOps Package Manager.No
Package NameStringThe name of the package to be rolled back one version, or a Package ID to roll back to the specified version.Yes
Rollback PropertiesStringProperties given to the package manager during rollback. Enter each property on a separate line. Entries will most likely be in the form: -Dkey=valueNo
Skip dependency checkingBooleanSkips the dependency checking during install/uninstall. This is not suggested to use.No
User impersonation nameStringUser account name on the agent to impersonate.No
User impersonation passwordPasswordPassword for the impersonated account on the agent. Only needed on Windows.No

Uninstall Package

Uninstall package on target.

NameTypeDescriptionRequired
InventoryStringInventory name to use on the agent.No
PACKAGER_HOMEStringLocation of the DevOps Package Manager.No
Package NameStringThe name of the package to be uninstalled.Yes
Skip dependency checkingBooleanSkips the dependency checking during install/uninstall. This is not suggested to use.No
Uninstall PropertiesStringProperties given to the package manager during uninstallation. Enter each property on a separate line. Entries will most likely be in the form: -Dkey=valueNo
User impersonation nameStringUser account name on the agent to impersonate.No
User impersonation passwordPasswordPassword for the impersonated account on the agent. Only needed on Windows.No

Verify Install

Verify installed files.

NameTypeDescriptionRequired
InventoryStringInventory name to use on the agent.No
PACKAGER_HOMEStringLocation of the DevOps Package Manager.No
Package NameStringThe name of the installed package to be verified.Yes
Skip dependency checkingBooleanSkips the dependency checking during install/uninstall. This is not suggested to use.No
User impersonation nameStringUser account name on the agent to impersonate.No
User impersonation passwordPasswordPassword for the impersonated account on the agent. Only needed on Windows.No
Verification PropertiesStringProperties given to the package manager during verify. Enter each property on a separate line. Entries will most likely be in the form: -Dkey=valueNo