Breaking changes
- Command renamed from
fup
tofireup
- Default file renamed from
.fireup.yml
tofireup.yml
- YAML file format changed
processes
changed from array to object- process name is defined by the key instead of
name
property
Enhancements
- Validation of YAML file
- More tests