You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ $ powerpipe query run --export csv "select * from net_certificate where domain = 'steampipe.io';"
Error: invalid export format: 'csv'
csv should be a supported export format?
help documentation says it is:
~ $ powerpipe query run
Error: accepts 1 arg(s), received 0
Usage:
powerpipe query run [flags] [query]
Flags:
--arg stringArray Specify the value of a query argument
--database string Turbot Pipes workspace database (DEPRECATED: see https://powerpipe.io/docs/run#selecting-a-database for the new syntax)
--export strings Export output to file, supported formats: csv, html, json, md, nunit3, pps (snapshot), asff
Powerpipe version (powerpipe -v)
Powerpipe v1.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
csv
should be a supported export format?help documentation says it is:
Powerpipe version (
powerpipe -v
)The text was updated successfully, but these errors were encountered: