inspec/lib/extras/compliance/README.md

16 lines
688 B
Markdown
Raw Normal View History

2016-01-26 10:54:53 +00:00
# InSpec Extension for Chef Compliance
This extensions offers the following features:
- list available profiles in Chef Compliance
- execute profiles directly from Chef Compliance locally
2016-01-26 10:54:53 +00:00
- upload a local profile to Chef Compliance
To use the CLI, this InSpec add-on adds the following commands:
2016-01-26 10:54:53 +00:00
* `$ inspec compliance login user password` - authentication against Chef Compliance
* `$ inspec compliance profiles` - list all available Chef Compliance profiles
* `$ inspec exec profile` - runs a Chef Compliance profile
* `$ inspec compliance upload path/to/local/profile` - uploads a local profile to Chef Compliance
* `$ inspec compliance logout` - logout of Chef Compliance