Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Releases: temporalio/tctl

v1.16.1

20 Apr 00:36
681f0e4

Choose a tag to compare

What's Changed

  • 2022-04-19 - 681f0e4 - Support TLS props in config feature (#179)
  • 2022-04-19 - 24cd6e5 - Decouple versioning from Temporal (#175)
  • 2022-04-18 - 74a7cbd - Fix reading values from config (#178)

Full Changelog: v1.16.0...v1.16.1

v1.16.0

04 Apr 18:13
0234a14

Choose a tag to compare

  • 2022-03-29 - 0234a14 - Authorization headers and remote codec namespace header (#166)
  • 2022-03-25 - 15ac237 - TerminateIfRunning workflowID reuse policy (#164)
  • 2022-03-22 - e266c7d - Remote codec (#161)
  • 2022-03-16 - 1a18a22 - Support go install command (#163)
  • 2022-03-15 - 8733b85 - Fix admin list tasks commands (#159)
  • 2022-03-09 - 8afc6da - Add headers provider init code. (#155)

v1.14.0-alpha

28 Oct 20:37
638fab7

Choose a tag to compare

v1.14.0-alpha Pre-release
Pre-release

What's Changed

  • Implements new pagination mechanism with OS level tools such as less, more, or the tool set as $PAGER details
  • Most commands can format the output as Table, JSON using --output flag details
  • limiting number of items in output (--limit 10)
  • DateTime formatting details
  • All command and flag names now use hyphen - as delimiter instead of underscore _ details
  • Adds --color flag to choose when to enable/disable coloring. Adds JSON coloring by default in TTY details
  • Adds config feature to change the defaults details
  • Supports configuring multiple environments details
  • Allows to configure aliases for commands
  • Updated the semantics of the commands and flags for consistency

NOTE Admin commands are not yet available as part of v1.14.0-alpha

Full Changelog: https://github.com/temporalio/tctl/commits/v1.14.0-alpha