You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix repo_upload failure handling (#135)
- a 404 response previously would output a message to stdout but then
continue to try to parse JSON, which would fail.
- the `FailedFiles` and `Warnings` code never got executed because it
was in `rescue` blocks that don't get triggered.
Add --port option + help tweaks (#106)
* Add --port option + help tweaks
This adds a `--port` global option, which I neglected to add before.
It also tweaks some of the descriptions in the help.
* Add tests for AptlyCommand
because it has some uncovered code for dealing with options