DomScan CLI v0.2.0 refreshes the command-line client for the current DomScan API.
Install or upgrade:
npm install -g https://github.com/estevecastells/domscan-cli/releases/latest/download/domscan-cli.tgzChanges:
- Save successful responses, including CSV batch downloads, with
--output <file>. - Protect existing output files by default, with an explicit
--forceoverride. - Check output paths before making API requests so an existing file cannot waste a paid request.
- Updated package metadata and documentation for v0.2.0.
- Replaced outdated Worker references with current local server guidance.
- Retained OpenAPI-driven commands plus
list,docs, and genericcallmodes. - Added automated tests across Node.js 18.18, 20, and 22.