You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2017/03/15 14:18:55 UTC

svn commit: r1787050 - /jackrabbit/oak/trunk/oak-run/README.md

Author: mreutegg
Date: Wed Mar 15 14:18:55 2017
New Revision: 1787050

URL: http://svn.apache.org/viewvc?rev=1787050&view=rev
Log:
OAK-5938: Sort runmodes in README.md

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1787050&r1=1787049&r2=1787050&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Wed Mar 15 14:18:55 2017
@@ -6,28 +6,28 @@ This jar contains everything you need fo
 The following runmodes are currently available:
 
     * backup          : Backup an existing Oak repository.
-    * restore         : Restore a backup of an Oak repository.
     * benchmark       : Run benchmark tests against different Oak repository fixtures.
-    * debug           : Print status information about an Oak repository.
+    * check           : Check the FileStore for inconsistencies
+    * checkpoints     : Manage checkpoints
     * compact         : Segment compaction on a TarMK repository.
-    * upgrade         : Migrate existing Jackrabbit 2.x repository to Oak.
-    * server          : Run the Oak Server.
     * console         : Start an interactive console.
+    * datastorecacheupgrade : Upgrades the JR2 DataStore cache
+    * datastorecheck  : Consistency checker for data store 
+    * debug           : Print status information about an Oak repository.
     * explore         : Starts a GUI browser based on java swing.
+    * garbage         : Identifies blob garbage on a DocumentMK repository
     * graph           : Export the segment graph of a segment store to a file.
+    * help            : Print a list of available runmodes
     * history         : Trace the history of a node
-    * check           : Check the FileStore for inconsistencies
-    * scalability     : Run scalability tests against different Oak repository fixtures.
     * recovery        : Run a _lastRev recovery on a MongoMK repository
-    * checkpoints     : Manage checkpoints
-    * tika            : Performs text extraction
-    * garbage         : Identifies blob garbage on a DocumentMK repository
+    * resetclusterid  : Resets the cluster id
+    * restore         : Restore a backup of an Oak repository.
+    * server          : Run the Oak Server.
+    * scalability     : Run scalability tests against different Oak repository fixtures.
     * tarmkdiff       : Show changes between revisions on TarMk
     * tarmkrecovery   : Lists candidates for head journal entries
-    * datastorecheck  : Consistency checker for data store 
-    * resetclusterid  : Resets the cluster id
-    * datastorecacheupgrade : Upgrades the JR2 DataStore cache
-    * help            : Print a list of available runmodes
+    * tika            : Performs text extraction
+    * upgrade         : Migrate existing Jackrabbit 2.x repository to Oak.
     
 
 Some of the features related to Jackrabbit 2.x are provided by oak-run-jr2 jar. See