@verefwork/cli
v0.0.3
Published
Veref command-line interface for recruiter workflows.
Readme
Veref CLI
Command-line access to Veref recruiter workflows.
Install
npm install -g @verefwork/cliOr run without a global install:
npm exec --package @verefwork/cli -- veref --helpLogin
veref loginThe login command opens the recruiter app in your browser, issues a tenant-scoped API key from your authenticated session, and stores it in the local OS credential store when available.
By default, the CLI uses the production Veref API and app. Override those only for local or staging environments:
veref login --api-url http://localhost:8787 --app-url http://localhost:3000For CI or other non-interactive use:
export VEREF_API_KEY=vrf_live_...
veref references get --request ref_123