Skip to content

v0.3.2

Latest

Choose a tag to compare

@shahar-brd shahar-brd released this 16 Jun 09:24

What's new

Features

  • scraper: new --auto-save flag for the self-healing flow (#15).
    On scraper approve and scraper heal --auto-approve, pass
    --auto-save to persist the healed template automatically once the job
    completes (sent as auto_save to the resume call). It only applies on
    approval — it's never sent on reject.

Fixes

  • -k/--api-key is now honored in any CLI position (#13). The
    global API-key flag previously got dropped when placed before the
    subcommand; a preAction hook now propagates global → leaf (local flag
    still wins). Both brightdata -k <key> scrape <url> and brightdata scrape <url> -k <key> work.

Docs

  • README updated with free-tier details.

Install / upgrade

npm install -g @brightdata/cli@0.3.2
# or
npm update -g @brightdata/cli

Full changelog:
https://github.com/brightdata/cli/compare/v0.3.1...v0.3.2

---

Notes:
- GitHub's "Generate release notes" button will auto-list merged PRs
(#13, #15) and contributors — you can click that first, then fold in the
highlights above.
- I attributed the auth fix to **#13**; if you'd rather not surface it
as a user-facing line (since it predates this tag conceptually), drop
the Fixes section — but I'd keep it, since users on 0.3.1 never got that
fix.

Want me to adjust the tone/format to match a previous release's style? I
couldn't pull prior release notes here since `gh` isn't authenticated —
paste one and I'll mirror it.