Skip to content

Commit

Permalink
Update man page
Browse files Browse the repository at this point in the history
  • Loading branch information
kholdaway committed Dec 7, 2017
1 parent 0ca58ce commit 145ea91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/man.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ Listing and Showing Credentials

The ``qpc cred list`` command returns the details for every credential that is configured for Quipucords. This output includes the name, username, password, SSH keyfile and sudo password for each entry. Passwords are masked if provided, if not, they will appear as ``null``.

**qpc cred list**
**qpc cred list **--type=** *(network | vcenter)* **

``--type=type``

Optional. Filter list results by credential type.

The ``qpc cred show`` command is the same as the ``qpc cred list`` command, except that it returns details for a single specified credential.

Expand Down

0 comments on commit 145ea91

Please sign in to comment.