Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CLI tool executable artifact for Quesnelia:   folio-mapping-rules-update-quesnelia.jar

...

  1. Create JSON file with configuration (see: configuration file)
  2. Open terminal (Mac OS or UNIX Systems) or Power shell (Windows) 
  3. Go to the folder where the CLI tool executable artifact is located
  4. Run the CLI tool/script with the configuration file path parameter (just file name if the script is located in the same folder)

...

Configuration file example:

Code Block
languagejs
{
  "okapiUrl": "https://folio-snapshot-okapi.dev.folio.org",
  "tenant": "diku",
  "username": "admin",
  "password": "secret"
}


for consortia tenants add, additional centralTenant field in configuration.json

Code Block
languagejs
{
  "okapiUrl": "https://folio-snapshot-okapi.dev.folio.org",
  "tenant": "diku",
  "centralTenant": "consortia_tenant"
  "username": "consortia_admin",
  "password": "consortia_secret"
}