- Adds support for
[Serial workflows](http://reana-workflow-engine-serial.readthedocs.io/en/latest/).
- CLI refactored to a flat design:
- `inputs`/`outputs`/`code` removed, everything is a file managed
: with upload/download/list commands.
- Removes `workflow` command, workflows are managed with
: `create`/`start`/`status`.
- Removes `analyes` command, now `validate` is first level command.
- `status` now shows the selected workflow progress and current command on
verbose mode.
- Requires the usage of an access token to talk to REANA Server.
- Fixes bug when uploading binary files.
- Supports addition of workflow engine parameters when using `start` for
serial workflows.
- Improves error messages.