denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

ddrindex needs `narrators` command #74

Closed GeoffFroh closed 6 years ago

GeoffFroh commented 6 years ago

The older publishing workflow had a ddr-index narrators command that parsed the narrators.json file and posted each individual narrator node in the document to the ES index. The new ddrindex command does not have that option (https://github.com/densho/ddr-cmdln/blob/9e36641706d3364722951fc28b539ef9924d1519/ddr/DDR/cli/ddrindex.py)

The original commit for the old functionality is: https://github.com/densho/ddr-cmdln/commit/29cb1cfd29146ce8251b4b6517207a60ed81b7b5

gjost commented 6 years ago

Restored to develop branch in commit 4c0071e.