npm wrapper for parallel-cli — the CLI for the Parallel API.
npm install -g parallel-cliparallel-cli --help
parallel-cli search "your query"
parallel-cli enrich input.csv --recipe company-info
parallel-cli monitor watch https://example.comThis package downloads the pre-built parallel-cli binary for your platform during npm install. The binary is fetched from GitHub Releases.
- macOS (Apple Silicon / arm64)
- macOS (Intel / x64)
- Linux (x64)
- Linux (arm64)
- Windows (x64)
| Variable | Description |
|---|---|
PARALLEL_CLI_SKIP_DOWNLOAD |
Set to 1 to skip the binary download during install |
GITHUB_TOKEN |
GitHub token to avoid rate limits when downloading |
PARALLEL_CLI_MIRROR |
Custom base URL for downloading binaries |
MIT