Home

Awesome

y-scripts

Collection of hybris developer's bash scripts that:

Installation

export PATH="$PATH:~/y-scripts"

Usage

y-whereis

Service script - identifies where is hybris platform located based on current working directory

y-ant

Wrapper for hybris platform's ant with calls of . .\setantenv.sh

y-server

Alias for hybrisserver.sh in hybris platform

y-install

Alias for hybris installer

y-init

Performs hybris initialize and analyses errors in logs. Prints errors and warning in case of there are any failures in logs and returns non-zero code in this case

y-update

Performs hybris update and analyses errors in logs. Prints errors and warning in case of there are any failures in logs and returns non-zero code in this case

y-test

Runs all hybris tests for custom extensions. Optionally can be passed parameter for filtering list of custom extensions (grep).

y-test services

y-decompile

Decompiles all hybris jar files using CFR decompiler

y-build

Alias for and build with disabled items.xml verification to speed up rebuilding

y-debug

Alias for hybris server start in debug mode

y-up

Alias for ant all and hybrisserver start in debug mode