docs/cli.md in inspec-1.4.1 vs docs/cli.md in inspec-1.5.0

- old
+ new

@@ -104,12 +104,10 @@ Specify a remote host which is tested. * ``--json-config=JSON_CONFIG`` Read configuration from JSON file (`-` reads from stdin). * ``-i``, ``--key-files=one two three`` Login key or certificate file for a remote scan. -* ``-l``, ``--log-level=LOG_LEVEL`` - Set the log level: info (default), debug, warn, error * ``--password=PASSWORD`` Login password for a remote scan, if required. * ``--path=PATH`` Login path to use when connecting to the target (WinRM). * ``-p``, ``--port=N`` @@ -183,12 +181,10 @@ Specify a remote host which is tested. * ``--json-config=JSON_CONFIG`` Read configuration from JSON file (`-` reads from stdin). * ``-i``, ``--key-files=one two three`` Login key or certificate file for a remote scan. -* ``-l``, ``--log-level=LOG_LEVEL`` - Set the log level: info (default), debug, warn, error * ``--password=PASSWORD`` Login password for a remote scan, if required. * ``--path=PATH`` Login path to use when connecting to the target (WinRM). * ``-p``, ``--port=N`` @@ -263,10 +259,22 @@ * ``-o``, ``--output=OUTPUT`` Save the created profile to a path * ``--profiles-path=PROFILES_PATH`` Folder which contains referenced profiles. +## msccm + +Microsoft systems center configuration manager commands + +### Syntax + +This subcommand has the following syntax: + +```bash +$ inspec msccm SUBCOMMAND ... +``` + ## shell Open an interactive debugging shell ### Syntax @@ -289,12 +297,10 @@ Specify a remote host which is tested. * ``--json-config=JSON_CONFIG`` Read configuration from JSON file (`-` reads from stdin). * ``-i``, ``--key-files=one two three`` Login key or certificate file for a remote scan. -* ``-l``, ``--log-level=LOG_LEVEL`` - Set the log level: info (default), debug, warn, error * ``--password=PASSWORD`` Login password for a remote scan, if required. * ``--path=PATH`` Login path to use when connecting to the target (WinRM). * ``-p``, ``--port=N`` @@ -334,18 +340,25 @@ $ inspec supermarket SUBCOMMAND ... ``` ## vendor -Download all dependencies and generate a lockfile +Download all dependencies and generate a lockfile in a `vendor` directory ### Syntax This subcommand has the following syntax: ```bash -$ inspec vendor +$ inspec vendor PATH ``` + +### Options + +This subcommand has additional options: + +* ``--overwrite``, ``--no-overwrite`` + Overwrite existing vendored dependencies and lockfile. ## version Prints the version of this tool