CLI for Melinda record batch import system
$ npx @natlibfi/melinda-record-import-cli
$ docker run --rm quay.io/natlibfi/melinda-record-import-cli
You can use stdin in the container as follows:
$ docker run \
--rm \
-v /etc/localtime:/etc/localtime:ro \
-i \
--env-file .env \
quay.io/natlibfi/melinda-record-import-cli profiles create foo
Or mount the the files directly:
$ docker run \
--rm \
-v /etc/localtime:/etc/localtime:ro \
--env-file .env
-v $PWD/profile.json:/data.json:ro \
quay.io/natlibfi/melinda-record-import-cli profiles create foo /data.json
$ npm install
$ npm run build
$ node dist/index.js
Copyright (c) 2021-2023 University Of Helsinki (The National Library Of Finland)
This project's source code is licensed under the terms of MIT or any later version.