When running check, the only way to get a non-zero exit code is by checking a resource version that has passed EOL combined with the --e flag. If you request a version or resource that is unknown, the exit code will be 0 always.
Ensure all unhappy flows in the application have a non-zero exit code. Think of checking on an unknown resource or version, but also when listing versions for an unknown resource.
When running
check, the only way to get a non-zero exit code is by checking a resource version that has passed EOL combined with the--eflag. If you request a version or resource that is unknown, the exit code will be 0 always.Ensure all unhappy flows in the application have a non-zero exit code. Think of checking on an unknown resource or version, but also when listing versions for an unknown resource.