Skip to content

Releases: Encratahq/encrata-cli

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 16:45
2483f3f

Changelog

  • 2483f3f Merge pull request #2 from Encratahq/feat/github-leaks-email-compliance
  • 52bac93 feat: add 'email compliance' and 'breaches github' commands (v0.13.0)

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:30

Changelog

  • 4ef3008 release(cli): bump to v0.12.1 - migrate to nested /api/cli route tree

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:44

Changelog

  • b923c96 v0.12.0: remove email verify/enrich, unify --only filter, DX polish

v0.11.2

Choose a tag to compare

@saikiran-blip saikiran-blip released this 17 Aug 17:33

Encrata CLI v0.11.2

Maintenance release. No user-facing command changes.

  • Internal version bump and packaging refresh (Go binary, npm package, install script).
  • Points at the new prod API edge cli.encrata.com (default since v0.11.0).

Install:
irm https://raw.githubusercontent.com/Encratahq/encrata-cli/main/install.ps1 | iex # Windows
brew install Encratahq/tap/encrata # macOS/Linux
npm install -g encrata-cli # Node

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:28

Changelog

  • 67bbbad fix: Windows self-update deletes old binary via detached updater (v0.11.1)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 09:32

Encrata CLI v0.11.0

  • Default base URL → https://cli.encrata.com
  • Hid workflows commands from help
  • Bumped 0.10.0 → 0.11.0, tagged v0.11.0

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:36

Changelog

  • ee08745 release(cli): bump version to 0.10.0

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 18:34

v0.9.1

Maintenance release. No user-facing command changes.

Install

npm install -g encrata-cli@0.9.1

Upgrade

encrata update

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:20

Changelog

  • 4759127 Change email identity pricing
  • f43df5e Merge feat/workflows: bulk email jobs + modular refactor (v0.9.0)
  • 10c58b4 Merge pull request #1 from Encratahq/feat/workflows
  • 7426967 feat(cli): bulk email jobs + modular refactor; release v0.9.0

v0.8.0

Choose a tag to compare

@saikiran-blip saikiran-blip released this 31 Jul 12:40

feat(workflows): add bulk enrichment + integrations commands, v0.8.0

Add encrata workflows (alias wf): upload, run, status, runs, cancel,
download, and a nested integrations group (list, providers, session, save,
create-sheet, disconnect). Each command wraps one backend endpoint and
prints the raw backend JSON under --json.

  • internal/api/workflows.go: client methods + postWithHeaders for the
    Idempotency-Key on run creation
  • cmd/workflows.go, cmd/integrations.go: commands with table/KV/JSON output
  • version: single source internal/version (Version/Commit/Date) via ldflags;
    add --version flag; bump 0.7.0 -> 0.8.0 (npm install.js + package.json too)
  • tests: internal/api/workflows_test.go pins paths, multipart file field,
    file_id body, 302 download follow, and the /sheet route
  • docs: README workflows section + CHANGELOG 0.8.0