turbot / powerpipe-docs

Powerpipe documentation content in markdown format.
https://powerpipe.io/docs
Other
5 stars 0 forks source link

update CLI docs for passing args for anonymous params #9

Closed johnsmyth closed 6 months ago

johnsmyth commented 7 months ago

do it implicitly, i.e.

powerpipe query run my_query --arg foo --arg bar

instead of

powerpipe query run my_query --arg '1="foo"' --arg '2="bar"'