Actions Packs could be downloaded and updated using Action Management
But how to download the actions packs in command line ?
Release Automation - All Versions
Action Packs are stored in following ftp site :
ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks
It is possible to access this ftp site with anonymous user without password.
Example to get the file /pub/dpm/ReleaseAutomationActions/ActionPacks/pkgList.xml following command line could be use :
wget -N -r --user="anonymous" ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks/pkgList.xml
To get the directory /pub/dpm/ReleaseAutomationActions/ActionPacks/nolio-actions-f5bigip15
wget -N -r --user="anonymous" ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks/nolio-actions-f5bigip15