To hack around, and develop faasmctl itself, you just need to activate the
development virtual environment:
source ./bin/workon.sh
inv -lThe integration tests run a code formatting check. To make sure your code is well formatted you may run:
inv foramt-codefaasmctl follows SemVer v2. To bump the code version
and tag a new release on Github you may run:
# Default is patch
inv git.bump [--patch,--minor,--major]Then, tag the code on GitHub:
inv git.tag