Quick Start with Packaging Tool
To get started:
Make sure that JRE 1.8 or newer is installed.
Download the ZIP file and unpack the distribution to a directory of your choice.
The tool executable is called pfxpackage
, it is in "your choice"/pfxpackage*/bin/pfxpackage.Â
To get help, run pfxpackage
.
Examples:
pfxpackage -export -url https://localhost -user sranka -password sranka -partition sranka -to pfcd3452_logics.zip -overwrite -include CalculationLogic -filter '(.uniqueName=="pfcd3452")or(.uniqueName=="pfcd3452_matrix")'
pfxpackage -export -url https://localhost -user sranka -password sranka -partition sranka -to outDirectory -filter '.uniqueName=="Pepa2.2"' -include PricingParameter
pfxpackage -import -url https://localhost -user sranka -password sranka -partition sranka2 -from myTestPackage.zip -exclude CalculationLogic
pfxpackage -listParts
pfxpackage -delete -url https://localhost -user sranka -password sranka -partition sranka2 -y -from myTestPackage.zip -exclude CalculationLogic
pfxpackage -delete -url https://localhost -user sranka -password sranka -partition sranka2 -y -type CalculationLogic -uniqueName=MyLogic -validFrom=2019-02-18
Found an issue in documentation? Write to us.
Â