Skip to content

Releases: temporalio/cli

v0.9.0

12 May 18:04
1f078f2
Compare
Choose a tag to compare

What's Changed

  • Renamed the environment variable names as follows:

    • TEMPORAL_CLI_ADDRESSTEMPORAL_ADDRESS
    • TEMPORAL_CLI_NAMESPACETEMPORAL_NAMESPACE
    • TEMPORAL_CLI_TLS_CERTTEMPORAL_TLS_CERT
    • TEMPORAL_CLI_TLS_KEYTEMPORAL_TLS_KEY
    • TEMPORAL_CLI_TLS_CATEMPORAL_TLS_CA
    • TEMPORAL_CLI_TLS_DISABLE_HOST_VERIFICATIONTEMPORAL_TLS_DISABLE_HOST_VERIFICATION
    • TEMPORAL_CLI_TLS_SERVER_NAMETEMPORAL_TLS_SERVER_NAME
    • TEMPORAL_CLI_CODEC_ENDPOINTTEMPORAL_CODEC_ENDPOINT
    • TEMPORAL_CLI_CODEC_AUTHTEMPORAL_CODEC_AUTH
  • New command: temporal workflow update - Updates a running workflow synchronously.

  • New command: temporal env list - Prints all local configuration environments.

  • New option for workflow delete: temporal workflow delete --query .. - Delete Workflow Executions with given List Filter

  • New option for namespace update: temporal operator namespace update --verbose - Print applied namespace changes

Changelog

  • 2023-05-12 - 1f078f2 - Make ENV names consistent (#239)
  • 2023-05-11 - 3a71085 - Add batch workflow delete (#201)
  • 2023-05-11 - 855c281 - Create E2E tests for batch jobs (#232)
  • 2023-05-09 - 075fc0d - Update Schedule's flag names in prompts (#230)
  • 2023-05-08 - 9d15378 - Fix parsing dynamic config numbers (#231)
  • 2023-04-18 - 8abf19a - Bump UI from 2.13.3 to 2.15.0 (#237)
  • 2023-05-05 - 067a32c - Clarify namespace update result with --verbose flag (#222)
  • 2023-05-05 - d3005ba - Replace custom bool conversion with urfave Bool (#227)
  • 2023-04-29 - 636fe23 - Clarify prompt result when not selecting an option
  • 2023-04-28 - fb903b8 - Add support for --tls flag (#203) (#210)
  • 2023-04-28 - 2514127 - Add list env command (#211)
  • 2023-04-27 - 90be38c - Test installation in zsh and fish shells (#139)
  • 2023-04-26 - a01fea2 - Add command for workflow update (#200)
  • 2023-04-21 - 20765bc - Bump go.temporal.io/server from 1.20.1 to 1.20.2 (#207)

Full Changelog: v0.8.0...v0.9.0

v0.8.0

04 Apr 17:00
d7f2c05
Compare
Choose a tag to compare

What's Changed

  • temporal server start-dev no longer accepts --config parameter as we plan to redesign passing the server & ui configurations

Changelog

  • 2023-03-30 - d7f2c05 - Remove server's support for .yaml based configuration (#183)
  • 2023-03-30 - d4a0004 - Bump go.temporal.io/server from 1.20.0 to 1.20.1 (#182)
  • 2023-03-29 - f129dd6 - Clear unused flag (#181)

v0.7.0

30 Mar 00:08
f129dd6
Compare
Choose a tag to compare
  • 2023-03-29 - 51d2249 - Bump github.com/temporalio/ui-server/v2 from 2.13.0 to 2.13.3 (#180)
  • 2023-03-28 - 40f8d0b - Fix batch operations when advanced visibility is not used (#126)
  • 2023-03-28 - 48b50b2 - Make workflow show output json usable for replay (#110)
  • 2023-03-27 - 5c03c61 - Update installation instructions (#174)
  • 2023-03-24 - 3a00ff7 - Update identity name from tctl -> temporal-cli (#160)
  • 2023-03-23 - 170e9c0 - Highlight --help code blocks and update template (#167)
  • 2023-03-14 - 13c3b95 - Fix reading JSON input in subscommands (#148)
  • 2023-03-13 - 7c42c70 - CLI: custom help template + minor fixes (#135)

v0.6.0

13 Mar 04:29
ae597f6
Compare
Choose a tag to compare
  • 2023-03-10 - f4de181 - Add Windows tar.gz archive (#144)
  • 2023-03-10 - 000d2da - Fix exit code when Ctrl+C'ing dev server (#127)
  • 2023-03-09 - 6c66088 - Add Version as ldflag in make script (#143)
  • 2023-03-09 - c1a0000 - Bump github.com/temporalio/ui-server/v2 from 2.11.0 to 2.11.1 (#142)
  • 2023-03-08 - 4a367d5 - Enable OpenAPI UI (#136)
  • 2023-03-01 - 28c9ae0 - Don't prompt when creating search attribute (#129)
  • 2023-02-21 - 2a7780d - Add port for the Frontend service. (#123)
  • 2023-02-21 - 8a92b18 - Fix notion of non-existing global flag --namespace (#116)

v0.5.0

16 Feb 19:56
a2bd55a
Compare
Choose a tag to compare
Fix goreleaser pipeline trigger syntax (#118)

v0.4.0

08 Feb 16:11
34db2cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Jan 04:04
88a308b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Dec 18:49
0716a13
Compare
Choose a tag to compare
  • 2022-12-01 - 45205c4 - Fix CI on linux and macOS (#39)
  • 2022-11-30 - 06f43e9 - Update module name (#40)
  • 2022-11-30 - af30771 - Remove -tags headless build (#41)
  • 2022-11-29 - f50907c - Use "default" env (#34)
  • 2022-11-29 - 6437ddf - Make env get and delete work for env and env prop (#30)

v0.1.0

21 Nov 18:00
bb7d175
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/temporalio/temporal-cli/commits/v0.1.0.0