Add support for passing args to non-interactive queries #4221
Labels
enhancement
New feature or request
stale
No recent activity has been detected on this issue/PR and it will be closed
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: