May 20, 2017
Commit-controllable builds are onboard now! Specify whatever you want actions in commit message and write handlers for them.
Example:
git add composer.json composer.lock
git commit -m '[composer update][my next action] Update Composer packages'
Local execution:
cikit reinstall --actions='["composer update", "my next action"]'
Reference
Thanks
https://github.com/gajdamaka, for inspiring the idea.