dump-things-pyclient/dump_things_pyclient/commands/dtc_plugins
Christian Monch 1ae5b9ff0b use better defaults for dtc auto-curate options
This commit adds defaults for the options
`--destination-collection`, `--destination-service-url`,
and `--destination-token`. By default they are set to
the parameters `COLLECTION`, `SERVICE_URL`, and `--token`.

This makes it easier to specify a different collection,
or service URL, because only options for the elements that
change for a new collection or service URL have to be provided.

For example, auto-curating to a different collection in the
same service with an identical token only requires to specify
the option `--destination-collection` (in addition to the required
arguments).
2026-02-03 22:35:55 +01:00
..
__init__.py add auto-curate command plugin 2026-01-21 14:56:44 +01:00
auto_curate.py use better defaults for dtc auto-curate options 2026-02-03 22:35:55 +01:00
clean_incoming.py use package rich-click 2026-01-23 11:12:01 +01:00
delete_record.py add dtc-plugin for subcommand delete-records 2026-01-27 16:17:17 +01:00
export.py remove class-prefixes from exported record 2026-01-28 15:06:59 +01:00
get_records.py fix -C/--class and -m/--matching options 2026-01-28 16:26:54 +01:00
list_incoming.py use package rich-click 2026-01-23 11:12:01 +01:00
maintenance.py add dtc-command: maintenance 2026-02-02 11:21:02 +01:00
post_records.py use package rich-click 2026-01-23 11:12:01 +01:00
read_pages.py use package rich-click 2026-01-23 11:12:01 +01:00