Skip to content

Releases: estevecastells/domscan-cli

DomScan CLI v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 21:44
a8235c5

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.tgz

Changes:

  • Save successful responses, including CSV batch downloads, with --output <file>.
  • Protect existing output files by default, with an explicit --force override.
  • 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 generic call modes.
  • Added automated tests across Node.js 18.18, 20, and 22.

DomScan CLI v0.1.0

Choose a tag to compare

@estevecastells estevecastells released this 14 Apr 16:48

DomScan CLI v0.1.0 is the first public standalone command-line release for the DomScan API.

Install from the stable release asset:

npm install -g https://github.com/estevecastells/domscan-cli/releases/latest/download/domscan-cli.tgz

Quick start:

domscan list
DOMSCAN_API_KEY=dsk_your_key domscan check-domain-availability --name acme --tlds com,io

Included in this release:

  • OpenAPI-driven CLI command coverage for all documented API operations
  • list, docs, and generic call modes
  • --local, --base-url, and API key support
  • Verified tarball packaging for GitHub release installs