@vigilhq/cli
v0.1.1
Published
Vigil CLI — Screen entities against global sanctions and PEP lists from the command line
Downloads
201
Maintainers
Readme
@vigilhq/cli
Command-line interface for Vigil — screen entities against global sanctions and PEP lists from your terminal.
Installation
npm install -g @vigilhq/cliSetup
export VIGIL_API_KEY=vgl_sk_live_...Or pass --api-key to any command.
Usage
Screen an entity
vigil check "John Doe"
vigil check "Acme Corp" --type organization
vigil check "Jane Smith" --context transaction --dob 1990-01-15 --nationality CA
vigil check "Entity" --json # raw JSON outputList watchlist sources
vigil listsContinuous monitoring
vigil monitor add "Acme Corp" --type organization
vigil monitor list
vigil monitor remove mon_abc123API key management
vigil keys list
vigil keys create "production"
vigil keys revoke key_abc123Options
All commands support:
--api-key <key>— API key (default:VIGIL_API_KEYenv var)--base-url <url>— API base URL (default:https://api.vigilhq.dev)--json— Output raw JSON (where applicable)
License
MIT
