CLI ReferenceΒΆ

Sieve includes a standalone command-line interface built with Picocli. It does not depend on Spring Boot and runs as a lightweight Java application.

Usage: sieve [-hV] [COMMAND]
Open-source sanctions screening platform

Options:
  -h, --help      Show help message and exit
  -V, --version   Print version info and exit

Commands:
  fetch    Fetch sanctions lists and load into the index
  screen   Screen a name against sanctions lists
  stats    Show index statistics
  export   Export loaded entities
  help     Display help for a command

Exit Codes

Code

Meaning

0

Success / no match found

1

Match found (screen command only)

2

Error