Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Latest commit

 

History

History
62 lines (47 loc) · 1.72 KB

README.md

File metadata and controls

62 lines (47 loc) · 1.72 KB

ydownloader Build Status

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 or 1811) - 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

Contents

Usage

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

Installation and update

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)"

Tests

Unit tests use shunit2. In order to exectute them, run:

./test.sh