mjordan / islandora_workbench

A command-line tool for managing content in an Islandora 2 repository
MIT License
24 stars 41 forks source link

Reduce the number of required configuration options #174

Closed mjordan closed 3 years ago

mjordan commented 3 years ago
input_dir: input_data
input_csv: metadata.csv
media_use_tid: 'http://pcdm.org/use#OriginalFile'
content_type: islandora_object
drupal_filesystem: "fedora://"
id_field: id

would all make sensible defaults, and make the config file a lot friendlier to new users:

task: create
host: "http://localhost:8000"
username: admin
password: islandora

Providing default values for media_types would also be good.

mjordan commented 3 years ago

Related: #175.