mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
10 lines
299 B
YAML
10 lines
299 B
YAML
commands:
|
|
- ls
|
|
- cat README.md
|
|
- 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
|