Releases: Encratahq/encrata-cli
Release list
v0.13.0
v0.12.1
Changelog
- 4ef3008 release(cli): bump to v0.12.1 - migrate to nested /api/cli route tree
v0.12.0
Changelog
- b923c96 v0.12.0: remove email verify/enrich, unify --only filter, DX polish
v0.11.2
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
Changelog
- 67bbbad fix: Windows self-update deletes old binary via detached updater (v0.11.1)
v0.11.0
Encrata CLI v0.11.0
- Default base URL →
https://cli.encrata.com - Hid
workflowscommands from help - Bumped 0.10.0 → 0.11.0, tagged
v0.11.0
v0.10.0
Changelog
- ee08745 release(cli): bump version to 0.10.0
v0.9.1
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
v0.8.0
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