mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Generate documentation for the vendor
command
This was generated using `rake docs:cli`.
This commit is contained in:
parent
1dbcab3c7f
commit
91fa58f421
1 changed files with 18 additions and 2 deletions
20
docs/cli.rst
20
docs/cli.rst
|
@ -63,7 +63,7 @@ Options
|
|||
This subcommand has additional options:
|
||||
|
||||
``--format=FORMAT``
|
||||
|
||||
|
||||
|
||||
``--profiles-path=PROFILES_PATH``
|
||||
Folder which contains referenced profiles.
|
||||
|
@ -109,7 +109,7 @@ This subcommand has additional options:
|
|||
Choose a backend: local, ssh, winrm, docker.
|
||||
|
||||
``--format=FORMAT``
|
||||
|
||||
|
||||
|
||||
``--host=HOST``
|
||||
Specify a remote host which is tested.
|
||||
|
@ -408,6 +408,22 @@ This subcommand has the following syntax:
|
|||
|
||||
|
||||
|
||||
vendor
|
||||
=====================================================
|
||||
|
||||
Download all dependencies and generate a lockfile
|
||||
|
||||
Syntax
|
||||
-----------------------------------------------------
|
||||
|
||||
This subcommand has the following syntax:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ inspec vendor
|
||||
|
||||
|
||||
|
||||
version
|
||||
=====================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue