init: Create a command to setup a new Gerrit installation
The init command uses an interactive prompting process to help the user get a basic website configured. The --import-projects option will automatically search for and import any Git repositories which are discovered within gerrit.basePath. Bug: issue 323 Bug: issue 330 Change-Id: I3d6e8f9f5fea8bfc78f6dfb1fc8f284bebfba670 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -54,6 +54,7 @@ public final class GerritLauncher {
|
||||
System.err.println("usage: java -jar " + jar + " command [ARG ...]");
|
||||
System.err.println();
|
||||
System.err.println("The most commonly used commands are:");
|
||||
System.err.println(" init Initialize a Gerrit installation");
|
||||
System.err.println(" daemon Run the Gerrit network daemons");
|
||||
System.err.println(" version Display the build version number");
|
||||
System.err.println();
|
||||
|
||||
Reference in New Issue
Block a user