|
| 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 |
0 commit comments