From b3104f66162df9fae901afabe3f88fe77d7fb4c1 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 30 Jan 2018 12:20:59 -0500 Subject: [PATCH] List the --pw argument in CLI.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CLI.md b/docs/CLI.md index cc2ceb38..7a9cbe8b 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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