mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
21 lines
1.3 KiB
Text
21 lines
1.3 KiB
Text
Commands:
|
|
inspec archive PATH # archive a profile to tar.gz (de...
|
|
inspec check PATH # verify all tests at the specifi...
|
|
inspec compliance SUBCOMMAND ... # Chef Compliance commands
|
|
inspec detect # detect the target OS
|
|
inspec env # Output shell-appropriate comple...
|
|
inspec exec PATHS # run all test files at the speci...
|
|
inspec help [COMMAND] # Describe available commands or ...
|
|
inspec init TEMPLATE ... # Scaffolds a new project
|
|
inspec json PATH # read all tests in PATH and gene...
|
|
inspec secrets-chef-vault SUBCOMMAND ... # Vault commands
|
|
inspec shell # open an interactive debugging s...
|
|
inspec supermarket SUBCOMMAND ... # Supermarket commands
|
|
inspec vendor # Download all dependencies and g...
|
|
inspec version # prints the version of this tool
|
|
|
|
Options:
|
|
l, [--log-level=LOG_LEVEL] # Set the log level: info (default), debug, warn, error
|
|
[--log-location=LOG_LOCATION] # Location to send diagnostic log messages to. (default: STDOUT or STDERR)
|
|
[--diagnose], [--no-diagnose] # Show diagnostics (versions, configurations)
|
|
|