Skip to content

v0.4.20

Compare
Choose a tag to compare
@vmahedia vmahedia released this 20 Jun 21:07
· 40 commits to master since this release
992a05d

Bug Fixed:

  • Swaparoo functionality which is a work around to build with private github repo modules was broken for older apps, which is fixed now.

Features:

  • New option -ns, --disable-swaparoo added roger build and 'roger deploy` command on cli to disable the swaparoo functionality altogether, here are the examples:
    • roger deploy -ns -v -d /tmp joe-fox ma.yml (-ns is no swaparooo)
    • roger deploy --disable-swaparoo -v -d /tmp joe-fox ma.yml
    • roger build -ns -v queenanne /tmp test local.json
    • roger build --disable-swaparoo -v queenanne /tmp test local.json