Added
- a new global flag `chaos --settings <path>` to explicitely specify the
location of the Chaos Toolkit settings file
- experiments can now also be loaded from a HTTP(s) resource (with or without
auth) as per [53][53]
[53]: https://github.com/chaostoolkit/chaostoolkit/issues/53
Changed
- by default, the run command will now set the exit code to 1 when the
experiment is not successful (interrupted, aborted or failed). This can be
bypassed by plugins so they have the opportunity to process the journal as
well. In that case, they must set the exit code themselves to play nicely.