Skip to content

Releases: usetero/cli

v1.8.0

13 Jan 06:30
3430802

Choose a tag to compare

1.8.0 (2026-01-13)

Features

  • tui: redesign theme system and unify discovery step (10c99a1)

Bug Fixes

  • address lint errors in client tests (179b2cc)
  • ci: prevent master pushes from cancelling each other (075c36d)

v1.7.0

15 Dec 20:29
93144c5

Choose a tag to compare

1.7.0 (2025-12-15)

Features

  • cmd: add tero reset subcommand (1438789)

Bug Fixes

  • auth: refresh token without org when --no-org is set (1f892ba)
  • styles: detect terminal background for theme selection (3cf0f2b)

v1.6.0

15 Dec 20:08
4584538

Choose a tag to compare

1.6.0 (2025-12-15)

Features

  • auth: add org selection and switch command (a113c52)
  • auth: add styles and tests to auth commands (8ad0f3e)

Bug Fixes

  • ci: use conventional Docker Hub secret names (c1dd141)
  • ci: use correct Docker Hub secret names (f51b02f)

v1.5.0

15 Dec 18:42
ce0045a

Choose a tag to compare

1.5.0 (2025-12-15)

Features

  • auth: add auth commands for API authentication (7b7e70f)
  • release: add Docker Hub publishing (6664122)
  • release: add Scoop bucket publishing for Windows (1a6895c)

Bug Fixes

  • ci: don't cancel in-progress signoff on master pushes (0ae0394)
  • ci: skip signoff for release-please commits (91ad45e)
  • deps: update go dependencies (minor/patch) (#16) (eb4a5b5)
  • deps: upgrade gopkg.in/yaml.v2 to v3 (f23df38)

v1.4.0

09 Dec 02:21
e4a38d0

Choose a tag to compare

1.4.0 (2025-12-09)

Features

  • auth: auto-open browser when device auth starts (a18653f)
  • auth: auto-refresh expired access tokens (71bceca)
  • auth: refresh token with org scope after org creation (8b28daf)
  • cli: add --reset flag to clear preferences and auth (c66af84)
  • config: namespace credentials and config by environment (74f05a8)

Bug Fixes

  • auth: improve expired device code error message (b50d793)
  • auth: use body style for instruction text (6e91c3f)
  • cli: --reset flag continues into TUI instead of exiting (c274ad1)
  • client: extract message from genqlient HTTPError (c470a2e)
  • client: regenerate client with workosOrganizationID field (9e9aee3)
  • client: update API client token after org-scoped refresh (bbeac04)
  • datadog: prevent browser opening during tests (11f3b97)
  • install: remove nested color codes from success message (a2201db)
  • onboarding: add context and step counter to Datadog flow (f882347)
  • onboarding: clarify Datadog region question (7f967c9)
  • onboarding: consistent text styling across screens (0fd2dc5)
  • onboarding: correct text hierarchy - prompts white, explanations muted (1f2630b)
  • onboarding: improve Datadog connection flow copy (8beab8e)
  • org: refresh token with org scope when selecting existing org (63053e4)
  • org: show loading state during token refresh after auto-selection (97eaebf)
  • org: show org name when auto-selecting (a6cea1c)
  • org: use spinner loader during token refresh (351b8e8)
  • resolve linter errors in tests and workos (9bb90e9)

v1.3.0

03 Dec 20:21
fc03a22

Choose a tag to compare

1.3.0 (2025-12-03)

Features

  • onboarding: add TERO_SKIP_TO_APP env var to skip completion screen (e948998)

Bug Fixes

  • install: remove confirmation prompt for piped installs (7d1c86f)
  • specify Formula directory in goreleaser brew config (b64aa60)

v1.2.3

17 Nov 18:16
f8d7d54

Choose a tag to compare

1.2.3 (2025-11-17)

Bug Fixes

  • remove unsupported folder field from brews config (bb5291e)

Reverts

  • install test should fail on errors, not swallow them (ba4233e)

v1.2.2

17 Nov 18:02
b8dbe8f

Choose a tag to compare

1.2.2 (2025-11-17)

Reverts

  • switch back from homebrew_casks to brews for CLI tool (a3311ed)

v1.2.1

17 Nov 16:57
c7c7e5f

Choose a tag to compare

1.2.1 (2025-11-17)

Bug Fixes

  • use 'folder' instead of deprecated 'directory' in goreleaser (0918ba4)

v1.2.0

17 Nov 16:39
b232e73

Choose a tag to compare

1.2.0 (2025-11-17)

Features

  • add install script for single-line installation (d7ce2b4)
  • make WorkOS client ID configurable via environment variable (a719553)
  • show upgrade message when version changes (ff72bc7)

Bug Fixes

  • enable staging WorkOS client ID by default for development (981bce2)
  • remove log output from get_latest_version function (b253eec)

Reverts

  • remove separate test-install workflow (69fabb6)