python-ironic-inspector-client/releasenotes/notes/introspection-check-errors-...

10 lines
363 B
YAML

---
features:
- |
Adds ``--check-errors`` flag to verify if any error occurred when
waiting for the introspection to finish for the selected nodes.
If any error occurs no output is displayed and the exit status for the
command is different from 0 (success).
If ``--check-errors`` is used without the ``--wait`` a CommandError is
thrown.