We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have the ability to filter requests by status (e.g. running, failed, completed).
For example turbinia-client status request $REQUEST_ID --filter="status=running
turbinia-client status request $REQUEST_ID --filter="status=running
Improved way to filter through a Turbinia request that doesn't require further parsing via jq or grep
Using jq or grep to try to parse it out as currently done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the feature you are proposing?
Have the ability to filter requests by status (e.g. running, failed, completed).
For example
turbinia-client status request $REQUEST_ID --filter="status=running
What would this feature improve or what problem would it solve?
Improved way to filter through a Turbinia request that doesn't require further parsing via jq or grep
What alternatives have you considered?
Using jq or grep to try to parse it out as currently done
The text was updated successfully, but these errors were encountered: