Graduate Program KB

Jibility Cheatsheet


Testing Enviroments / Production Code

  • JIB DEV (app-dev)=> JIB TEST (app-test) A,B => JIB Early Acess (app-next) => JIB PRODUCTION (app)
  • Public Enviroment (app.jibility.com)

CLI HELP

jibility-cli --help

Create Branch with Ticket ID

jibility-cli jira cb JIB-2931

Helpful Git Commands

git alias                  # List aliases
git psu                    # Git push and set upstream
git fomm                   # Fetch origin master
git com <message>          # git commit -m
git romi                   # Interactive Rebase on to master

Make File commands

make build
make test                    # Runs yarn test (Only in Jibility-content)
make build-plans-local       # (Brings changes from jibility-content to jibility)

Compare environments

jibility-release-notes.sh deva testa
  • Note: If jibility-content changes you must add it to the jibility repo
  • Jibility-content: Provides content for the Jibility Enviroments
  • Note: There is a content server per environment