shell script for downloading SAP Hybris Commerce Suite from Artifactory
gets your version of the suite within a single command (on Linux and macOS)
notes:
- it's not official company project!
- you need to have an account in Hybris Artifactory to use it!
- it may not work properly for the latest version due to changed versioning standard - it's better to provide version name (or its first part) explicitely (e.g.
18
or1811
) - you can do that via CLI when script asks you for the version number - this project probably will be outdated and deprecated once all artifacts will be migrated from Artifactory to Nexus
Just run script as follows:
./ydownloader
You can use the following parameters:
ydownloader is a script responsible
for downloading SAP Hybris Commerce Suite from Artifactory
Usage:
-d downloading Commerce Suite
-u showing Commerce Suite Download Url
-t showing Commerce Suite Release Time
-s saving username and password
-c clearing username and password
-h showing help
with wget:
sh -c "$(wget https://raw.githubusercontent.com/pwittchen/ydownloader/master/install.sh -O -)"
with curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/pwittchen/ydownloader/master/install.sh)"
Unit tests use shunit2. In order to exectute them, run:
./test.sh