Skip to content
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

--export is not supporting many documented output types, e.g. csv #539

Open
e-gineer opened this issue Nov 6, 2024 · 0 comments
Open

--export is not supporting many documented output types, e.g. csv #539

e-gineer opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@e-gineer
Copy link
Contributor

e-gineer commented Nov 6, 2024

Describe the bug

~ $ 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
@e-gineer e-gineer added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants