From 029e5907eee8cf1a79b55327d0ce35953ea4f66a Mon Sep 17 00:00:00 2001 From: Michael Cain Date: Wed, 13 Dec 2023 09:24:18 -0600 Subject: [PATCH] fix bad merge --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 771eed41..676b5ca7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,15 @@ If bundler is not being used to manage dependencies, install the gem by executin ## Usage -To see documentation on how to use SDR CLI, call `bundle exec sdr-cli --help` from the command line. +`sdr-cli clone` clones all OGM repositories or pass --repo to clone a specific repository + +`sdr-cli help [COMMAND]` Describe available commands or one specific command + +`sdr-cli index` index a directory of geospatial documents to Solr + +`sdr-cli pull` updates all OGM repositories or pass --repo to update a specific repository + +`sdr-cli transform` transforms a collection of GeoBlacklight 1.0 documents to OGM Aardvark ## Development