cmd/trackbone: add --no-skip option
Allows to run action on targets even if parent targets have failed.
For example this is useful for planning all configurations in a zone:
trackbone plan -z ZONE --detailed-exitcode --no-skip
Allows to run action on targets even if parent targets have failed.
For example this is useful for planning all configurations in a zone:
trackbone plan -z ZONE --detailed-exitcode --no-skip