[console_scripts]
hermes=hermes.commands.cli:main

[hermes.deposit]
file=hermes.commands.deposit.file:FileDepositPlugin
invenio=hermes.commands.deposit.invenio:InvenioDepositPlugin
invenio_rdm=hermes.commands.deposit.invenio_rdm:IvenioRDMDepositPlugin

[hermes.harvest]
cff=hermes.commands.harvest.cff:CffHarvestPlugin
codemeta=hermes.commands.harvest.codemeta:CodeMetaHarvestPlugin

[hermes.postprocess]
cff_doi=hermes.commands.postprocess.invenio:cff_doi
config_invenio_rdm_record_id=hermes.commands.postprocess.invenio_rdm:config_record_id
config_invenio_record_id=hermes.commands.postprocess.invenio:config_record_id

