@natlibfi/melinda-record-import-cli
v4.0.4
Published
CLI for Melinda record batch import system
Readme
CLI for Melinda record batch import system 
CLI for Melinda record batch import system
Usage
Envs
See example.env file
NPM
$ npx @natlibfi/melinda-record-import-cliDocker
$ docker run --rm quay.io/natlibfi/melinda-record-import-cliYou 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 fooOr 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.jsonBuilding the application
$ npm install
$ npm run build
$ node dist/index.jsLicense and copyright
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.
