Skip to content

Releases: absmartly/cli-ts

v1.12.0

11 Jun 22:10
3e6dce3

Choose a tag to compare

What's Changed

  • feat(cli): find experiments by metric across roles by @joalves in #47

Full Changelog: v1.11.0...v1.12.0

v1.11.0

01 Jun 17:15
aa29093

Choose a tag to compare

What's Changed

  • fix(platform-config): send full config payload on update (FT-1941) by @joalves in #38
  • fix(cli): summarize nested user/owner fields in -o table (FT-1942) by @joalves in #39
  • feat(cli): localize event timestamps and make --show/--exclude/--show-only global (FT-1979) by @joalves in #46

Full Changelog: v1.10.0...v1.11.0

v1.10.0

29 May 21:50
1e823ba

Choose a tag to compare

What's Changed

  • feat(events): render json-layouts/json-values as a table by default (FT-1970) by @joalves in #45

Full Changelog: v1.9.0...v1.10.0

v1.9.0

29 May 19:20
4e31d5b

Choose a tag to compare

What's Changed

  • feat(metrics): add client-side list filters (FT-1966) by @joalves in #42
  • chore(release): bump cli to 1.9.0 by @joalves in #44

Full Changelog: v1.8.0...v1.9.0

v1.8.0

29 May 19:00
996a4b4

Choose a tag to compare

What's Changed

  • feat: --show-only flag and audience JSON pretty-print by @joalves in #40
  • feat(datasources): add query subcommand and reshape preview-query response by @joalves in #41
  • feat(events): add client-side --match/--top-level/--max-depth filters to json-layouts/json-values (FT-1969) by @joalves in #43

Full Changelog: v1.7.0...v1.8.0

v1.7.0

20 May 22:02
690880f

Choose a tag to compare

What's Changed

  • feat(cli): -o json now works on mutation commands (create/update/delete/...) by @joalves in #37

Full Changelog: v1.6.0...v1.7.0

v1.6.0

20 May 17:48
5f73cec

Choose a tag to compare

What's Changed

  • Respect explicit -o when stdout is piped; rename events --effective-exposures by @joalves in #36

Full Changelog: v1.5.0...v1.6.0

v1.5.0

12 May 15:29
7cc838c

Choose a tag to compare

What's Changed

  • Render metric lists as bulleted sections; ignore .worktrees/ by @joalves in #32
  • feat(datasources): add json-layouts and delete commands (FT-1918) by @joalves in #33
  • fix(cli): rename subcommand --config to --json-config (was shadowed) by @joalves in #34
  • feat(events): add summary subcommand; switch date parser to local TZ (FT-1922) by @joalves in #35

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 May 23:57
647f911

Choose a tag to compare

What's Changed

  • fix: publish to npm from release-please workflow by @joalves in #10
  • chore(main): release 1.1.0 by @github-actions[bot] in #11
  • fix: add npm environment for OIDC trusted publishing by @joalves in #12
  • chore(main): release 1.2.0 by @github-actions[bot] in #13
  • fix: remove --provenance flag from npm publish by @joalves in #14
  • chore(main): release 1.3.0 by @github-actions[bot] in #15
  • fix: upgrade npm for OIDC trusted publishing by @joalves in #16
  • chore(main): release 1.4.0 by @github-actions[bot] in #17
  • fix: use Node 24 for npm 11+ OIDC publishing by @joalves in #18
  • fix: reset version to 1.0.0 and configure release-please manifest by @joalves in #20
  • chore(main): release cli 1.1.0 by @github-actions[bot] in #21
  • chore(main): release cli 1.2.0 by @github-actions[bot] in #22
  • feat: add --show-request, --show-response, --curl, --show-secrets flags by @joalves in #23
  • chore(main): release cli 1.3.0 by @github-actions[bot] in #24
  • feat(experiments): add 'analyze' subcommand by @joalves in #25
  • chore(release): bump cli to 1.4.0 by @joalves in #27
  • fix(ci): remove --provenance flag from npm publish by @joalves in #28
  • fix(ci): install libsecret-1-dev for keytar native build by @joalves in #29
  • fix(ci): use node 24 for publish job to enable OIDC auto-detect by @joalves in #30
  • fix(ci): rename publish.yml to release-please.yml for Trusted Publishing by @joalves in #31

Full Changelog: v1.0.0...v1.4.0

cli: v1.3.0

29 Apr 23:24
b785a4a

Choose a tag to compare

1.3.0 (2026-04-29)

Features

  • add --show-request, --show-response, --curl, --show-secrets flags (#23) (8e9de8c)