SFULibrary / islandora_datastream_crud

Islandora Drush module for performing Create, Read, Update, and Delete operations on datastreams.
GNU General Public License v3.0
15 stars 15 forks source link

Turn off derivative generation in islandora_datastream_crud_push_datastreams #57

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

It would be useful to be able to turn off derivative generation when pushing datastreams. drush islandora_datastream_crud_generate_derivatives currently offers options to include or exclude specific derivative generation.

My use case is that I have some objects that don't have OBJ datastreams. I want to push them up, but I don't want any of the existing datastreams to be regenerated.

A possible UI for this functionality would be drush islandora_datastream_crud_push_datastreams --no_derivs

mjordan commented 6 years ago

Closed with 9990933a5fb68ea88b8e495b3ffe37a021a927d6.