3.0.6 • Published 5 months ago

@natlibfi/melinda-record-import-cli v3.0.6

Weekly downloads
5
License
mit
Repository
github
Last release
5 months ago

CLI for Melinda record batch import system NPM Version

CLI for Melinda record batch import system

Usage

NPM

$ npx @natlibfi/melinda-record-import-cli

Docker

$ 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

Building the application

$ npm install
$ npm run build
$ node dist/index.js

License 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.

3.0.6

5 months ago

3.0.6-alpha.1

5 months ago

3.0.3-alpha.1

10 months ago

3.0.3-alpha.2

10 months ago

3.0.4-alpha.1

10 months ago

3.0.5-alpha.2

9 months ago

3.0.5-alpha.1

9 months ago

3.0.4-alpha.2

10 months ago

3.0.3-alpha.3

10 months ago

3.0.4

10 months ago

3.0.3

10 months ago

3.0.5

9 months ago

3.0.2

1 year ago

3.0.2-alpha.1

1 year ago

3.0.2-alpha.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-alpha.1

1 year ago

2.1.0

1 year ago

2.0.1

2 years ago

2.1.0-alpha.2

2 years ago

2.1.0-alpha.1

2 years ago

2.0.0-alpha.3

3 years ago

2.0.0

3 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago