-
Notifications
You must be signed in to change notification settings - Fork 279
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
Add support for passing args to non-interactive queries #4221
Comments
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. |
This issue was closed because it has been stalled for 90 days with no activity. |
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. |
Is your feature request related to a problem? Please describe.
At present, there is no way to pass arguments to parameterized queries when running
steampipe query
non-interactively. In the past, you could use a named query as a workaround, but this capability is being removed in a future version (mod support is being removed as part of the unbundling of Powerpipe).Describe the solution you'd like
Add support for passing
--args
to be passed into the query.This should work for both .sql files and queries in the command, and should behave the same as Powerpipe:
--arg
--arg
is$1
, the second is$2
, etcUnlike powerpipe, steampipe allows more than one query to be passed to a single command. In this case, the same set of args should be passed to all the queries, in the same order.
Additional context
https://turbot-community.slack.com/archives/C01UECB59A7/p1710947264260629
The text was updated successfully, but these errors were encountered: