Gerrit command line utility to set/update secure.config

When using a secure store for encrypting the secure.config
values, an utility or tool is needed to edit the values
using the same encryption key used by Gerrit at runtime.

Change-Id: Iacb017b010f7efd8217255796e571c5291499c0e
This commit is contained in:
Luca Milanesio
2017-01-11 00:04:25 +00:00
committed by David Pursehouse
parent f6dd9ebe96
commit b10848ee83
5 changed files with 186 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ public final class GerritLauncher {
System.err.println(" daemon Run the Gerrit network daemons");
System.err.println(" gsql Run the interactive query console");
System.err.println(" version Display the build version number");
System.err.println(" passwd Set or change password in secure.config");
System.err.println();
System.err.println(" ls List files available for cat");
System.err.println(" cat FILE Display a file from the archive");