From 884f67307a5e54489964df6788ca6e548ef59261 Mon Sep 17 00:00:00 2001 From: "Bruce W. Herr II" Date: Fri, 29 Sep 2023 09:52:09 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3577af..e9ee345 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,9 @@ Commands: enrich Enriches a Normalized Digital Object, optionally pulling in data from other sources like Uberon, CL, Ubergraph, or other external resources. Minimally, it converts the Normalized JSON file into RDF. Optionally enriches data from the original form (ie add Metadata to nodes in the SVG or GLB files). - package Packages an Enriched Digital Object, such that it can published to a website/DOI'd/etc and used build [options] Given a Digital Object, checks for and runs normalization, enrichment, and packaging in one command. deploy Deploys a given Digital Object to the deployment home (default ./site) - finalize Finalize the deployment home before sending to the live server + finalize [options] Finalize the deployment home before sending to the live server list Lists all digital objects in the DO_HOME directory help [command] display help for command ``` @@ -110,8 +109,8 @@ Each subcommand typically takes a path to the digital object and processes it ac **enrich** - Enriches a Normalized Digital Object, optionally pulling in data from other source like Uberon, CL, Ubergraph, or any other external resource. Minimally, it converts the Normalized JSON file into RDF. Optionally enriches data from the original form (ie add Metadata to nodes in the SVG or GLB files). -**package** - Packages an Enriched Digital Object, such that it can published to a website/DOI'd/etc. - **build** - Given a Digital Object, checks for and runs normalization, enrichment, and packaging in one command. +**finalize** - Finalizes the deployment home before sending to the live server + **list** - Lists digital object information in the DO_HOME directory