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

update Dashboard command to support passing a dashboard name as an argument #2365

Closed
kaidaguerre opened this issue Aug 24, 2022 · 0 comments
Closed

Comments

@kaidaguerre
Copy link
Contributor

steampipe dashboard should be modified to accept a positional argument that can be the name of a dashboard or benchmark.

if the argument is passed then steampipe should run the dashboard (or dashboard view of benchmark) and then exit

steampipe dashboard should add an --output option. Initial values are: snapshot

inputs may be passed to dashboard via one or more --dashboard-input arguments.

the syntax is the same as --var

--dashboard-input=vpc_id="vpc-123456789012"
--dashboard-input='mandatory_tags=["Owner","Application","Environment"]'

Ideally, we will prompt for any missing inputs. If that is not viable, then we should minimally fail immediately and inform the user that the inputs must be specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant