apache / apache/tooling-releases-client
The `atr check status` --verbose flag has no effect
- Dominant language
- Python
- Stars
- 5
- Forks
- 4
- Avg merge
- 6h 22m
- Merged PRs (30d)
- 3
Description
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 useful
Contributor guide
Assessment
This issue has not been assessed yet.