-
Notifications
You must be signed in to change notification settings - Fork 297
steampipe query returning exit code 0 when there is an error #4451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you @gabrielsoltz for raising this issue. We will get it fixed. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@pskrbasu any update on this one? |
@gabrielsoltz This is currently planned and is on my list. We will get this sorted soon. Thanks! |
@pskrbasu , will this handle return non-zero on errors in general? I know that the Should I open a separate issue for this? |
@frek818 All Steampipe commands return non-zero exit codes in the event of errors. This issue is a specific bug in |
Describe the bug
Hey Team,
We see that when running
steampipe query <file.sql?>
, the CLI is returning an error but the exit code is0
.Thank you!
Steampipe version (
steampipe -v
)Steampipe v1.0.1
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: