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

Add missed 'html' to 'format' option explanation and arrange formatters in alphabetical order #2244

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

strangeman
Copy link
Contributor

Before:

inspec help exec
...
      [--format=FORMAT]                            # Which formatter to use: cli, progress, documentation, json, json-min, junit

After:

inspec help exec
...
      [--format=FORMAT]                            # Which formatter to use: cli, documentation, html, json, json-min, junit, progress

I found that inspec can produce reports in HTML format from StackOverflow thread, there is no info about it in official documentation. I think we should fix it.

@strangeman strangeman requested a review from a team as a code owner October 16, 2017 07:57
Copy link
Contributor

@adamleff adamleff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @strangeman! Thanks for your contribution to InSpec!

HTML output is currently provided "automatically" because RSpec provides it... it's not actually an InSpec feature itself. We may not support it as-is in the future, but for now, your change makes sense and there's no reason to hide that formatter.

Thank you for your PR!

@adamleff adamleff added the Type: Enhancement Improves an existing feature label Oct 16, 2017
@adamleff adamleff merged commit 09a2f67 into inspec:master Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants