inspec/lib/bundles/inspec-supermarket/README.md
2016-02-08 20:06:07 +01:00

12 lines
614 B
Markdown

# InSpec Extension for Chef Supermarket
To use the CLI, this InSpec add-on adds the following commands:
* `$ inspec supermarket configure` - configures the supermarket server
* `$ inspec supermarket search` - searches for a compliance profile on supermarket
* `$ inspec supermarket exec nathenharvey/tmp-compliance-profile` - extends execute to load the profile
Compliance profiles from Supermarket can be executed in two mays:
- via supermarket exec: `inspec supermarket exec nathenharvey/tmp-compliance-profile`
- via supermarket scheme: `inspec exec supermarket://nathenharvey/tmp-compliance-profile`