Skip to content

Commit eceeba9

Browse files
authored
New version: Temporal.TemporalCLI version 1.4.1 (microsoft#274166)
1 parent 1673bb4 commit eceeba9

4 files changed

Lines changed: 85 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Temporal.TemporalCLI
5+
PackageVersion: 1.4.1
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: temporal.exe
10+
PortableCommandAlias: temporal
11+
Commands:
12+
- temporal
13+
ReleaseDate: 2025-07-14
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/temporalio/cli/releases/download/v1.4.1/temporal_cli_1.4.1_windows_amd64.zip
17+
InstallerSha256: AA93BE9A3AB71AD6732F179C77F49699DEA6C3FC8B896BFE83EC73F980D569A2
18+
- Architecture: arm64
19+
InstallerUrl: https://github.com/temporalio/cli/releases/download/v1.4.1/temporal_cli_1.4.1_windows_arm64.zip
20+
InstallerSha256: CC17298B5614FBC1AB4DF088050C211D4DF91670F6A1A1B42DE05A8D37964C42
21+
ManifestType: installer
22+
ManifestVersion: 1.10.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Temporal.TemporalCLI
5+
PackageVersion: 1.4.1
6+
PackageLocale: en-US
7+
Publisher: Temporal Technologies Inc.
8+
PublisherUrl: https://temporal.io/
9+
PublisherSupportUrl: https://github.com/temporalio/cli/issues
10+
PrivacyUrl: https://temporal.io/global-privacy-policy
11+
Author: Temporal Technologies Inc.
12+
PackageName: Temporal CLI
13+
PackageUrl: https://github.com/temporalio/cli
14+
License: MIT
15+
LicenseUrl: https://github.com/temporalio/cli/blob/HEAD/LICENSE
16+
Copyright: Copyright (c) 2024 Temporal Technologies Inc. All rights reserved.
17+
CopyrightUrl: https://temporal.io/terms-of-service
18+
ShortDescription: Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
19+
Tags:
20+
- temporal
21+
ReleaseNotes: |-
22+
New Commands
23+
- temporal workflow reset with-workflow-update-options runs Workflow Update Options (temporal workflow update-options) atomically after the Workflow is reset. This is useful for versioned workflows that have progressed on a buggy worker version and must be reset before they can move to and continue running on a version with the fix.
24+
What's Changed
25+
- Fix docs auto-publish branch by @yuandrew in https://github.com/temporalio/cli/pull/823
26+
- fix: activity pause,unpause,reset accept activity type OR activity id by @spkane31 in https://github.com/temporalio/cli/pull/824
27+
- Reset subcommand to update version by @gow in https://github.com/temporalio/cli/pull/812
28+
- Updated Dockerfile in preparation for public Docker image by @maciejdudko in https://github.com/temporalio/cli/pull/826
29+
- Add "Autogenerated" comment to each generated CLI docs page by @yuandrew in https://github.com/temporalio/cli/pull/827
30+
- docs: update temporal activity docstrings to reflect documentation by @spkane31 in https://github.com/temporalio/cli/pull/829
31+
- Use imperative verbs in cli by @carlydf in https://github.com/temporalio/cli/pull/830
32+
New Contributors
33+
- @spkane31 made their first contribution in https://github.com/temporalio/cli/pull/824
34+
- @gow made their first contribution in https://github.com/temporalio/cli/pull/812
35+
- @maciejdudko made their first contribution in https://github.com/temporalio/cli/pull/826
36+
Full Changelog: https://github.com/temporalio/cli/compare/v1.4.0...v1.4.1
37+
ReleaseNotesUrl: https://github.com/temporalio/cli/releases/tag/v1.4.1
38+
Documentations:
39+
- DocumentLabel: Docs
40+
DocumentUrl: https://docs.temporal.io/cli
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.10.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Temporal.TemporalCLI
5+
PackageVersion: 1.4.1
6+
PackageLocale: zh-CN
7+
ShortDescription: 运行 Temporal 服务器并与 Temporal 工作流、活动、命名空间和其它部分交互的命令行界面
8+
ReleaseNotesUrl: https://github.com/temporalio/cli/releases/tag/v1.4.1
9+
Documentations:
10+
- DocumentLabel: 文档
11+
DocumentUrl: https://docs.temporal.io/cli
12+
ManifestType: locale
13+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Temporal.TemporalCLI
5+
PackageVersion: 1.4.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)