potiuk opened a new issue, #36:
URL: https://github.com/apache/tooling-releases-client/issues/36
currently when you run `atr check status`, the `--verbose` option has no
effect.
The ouptut is the same:
```
⏚ [jarekpotiuk:/private/ … 503-eff40469f569/scratchpad/magpie-rc2] % atr
check status magpie "${VERSION}" --verbose
Total checks: 7
note: 7
```
```
⏚ [jarekpotiuk:/private/ … 503-eff40469f569/scratchpad/magpie-rc2] % atr
check status magpie "${VERSION}"
Total checks: 7
note: 7
```
Also the output does not really tell much - I saw it also in-progress:
```
⏚ [jarekpotiuk:/private/ … 503-eff40469f569/scratchpad/magpie-rc2] 25s % atr
check status magpie "${VERSION}" --verbose
Total checks: 6
note: 6
```
And to be honest, I am not sure what "status" output can be useful for. I
would imagine it could print:
* 6/7 - still running
* 7 successful
* all checks passed
Or something similar. Currently the output is not very
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]