Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn run lint && yarn run fix-vale
# yarn run lint && yarn run fix-vale
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,9 @@ end
</SdkTabs.Ruby>
</SdkTabs>

You can check your set of Deployment Versions with `temporal worker deployment describe`:

```bash
temporal worker deployment describe --name="$MY_DEPLOYMENT"
```

## Moving a pinned Workflow

Sometimes you'll need to manually move a set of pinned workflows off of a version that has a bug to a version with the fix.
Sometimes you'll need to manually move a set of pinned Workflows off of a version that has a bug to a version with the fix.

If you need to move a pinned Workflow to a new version, use `temporal workflow update-options`:

Expand Down