mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
14 lines
436 B
YAML
14 lines
436 B
YAML
commands:
|
|
- ls
|
|
- cat README.md
|
|
- inspec help supermarket
|
|
- inspec help compliance
|
|
- inspec version
|
|
- inspec detect --format json
|
|
- inspec exec examples/profile --format json
|
|
- inspec exec examples/profile --format json | jq
|
|
- inspec json examples/profile
|
|
- inspec archive examples/profile
|
|
- inspec env
|
|
- inspec exec examples/inheritance
|
|
- inspec exec test/unit/mock/profiles/failures
|