-
Notifications
You must be signed in to change notification settings - Fork 0
CHEF-52: Add licensing information to help output #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the tests need to run on this, else looks good!
0f01896
to
16f3f7e
Compare
It's not very clear in this PR what inspec --help will show. |
Updated the description. Please check @Vasu1105 |
As per the feature request help should show information about how to add a license and how licensing work "When you run inspec -h, inspec help, or inspec (no options), and you see the big help message, it should include information about how to add a license, and how licensing works.". After reading the feature description, I am slightly doubtful whether this is the desired outcome. If "yes" then LGTM |
Signed-off-by: Sonu Saha <[email protected]>
16f3f7e
to
51277d6
Compare
Signed-off-by: Sonu Saha <[email protected]>
The help text has been updated with the current text according to Lokesh, which does cover the licensing approach. |
* CHEF-LICENSING: Add licensing flags info in help output Signed-off-by: Sonu Saha <[email protected]> * INFO: Add chef-licensing info to help message Signed-off-by: Sonu Saha <[email protected]> --------- Signed-off-by: Sonu Saha <[email protected]>
Description
This PR adds the chef-licensing cli flags to InSpec's cli class, enabling users to view licensing-related flags when they enter
inspec help
,inspec --help
, orinspec
. Additionally, PR #10 introduces thelicense
plugin to InSpec, which displays further chef-licensing related help information.Output of
inspec help
Output of
inspec license help
Related Issue
CHEF-52: Add licensing information to help output in inspec
Types of changes
Checklist: