Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 597 Bytes

File metadata and controls

34 lines (24 loc) · 597 Bytes

Development

To hack around, and develop faasmctl itself, you just need to activate the development virtual environment:

source ./bin/workon.sh
inv -l

Code formatting

The integration tests run a code formatting check. To make sure your code is well formatted you may run:

inv foramt-code

Code versioning

faasmctl 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