List the --pw argument in CLI.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-30 12:20:59 -05:00
parent e336dfb10a
commit b3104f6616
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -22,6 +22,13 @@ $ repo.py --init repo/
By default, `pw` is used to encrypt the top-level key files. Instead, the user
can be prompted for a password.
```Bash
$ repo.py --init --pw
```
Create a TUF repository in the current working directory. A cryptographic key
is *not* created nor set for each top-level role.
```Bash