Skip to content

Commit ad75eae

Browse files
authored
Remove dup worker versioning snippet (#3979)
* removed duplicate content * removed pre-commit check because it's so long
1 parent a97c315 commit ad75eae

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn run lint && yarn run fix-vale
1+
# yarn run lint && yarn run fix-vale

docs/production-deployment/worker-deployments/worker-versioning.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,15 +347,9 @@ end
347347
</SdkTabs.Ruby>
348348
</SdkTabs>
349349

350-
You can check your set of Deployment Versions with `temporal worker deployment describe`:
351-
352-
```bash
353-
temporal worker deployment describe --name="$MY_DEPLOYMENT"
354-
```
355-
356350
## Moving a pinned Workflow
357351

358-
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.
352+
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.
359353

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

0 commit comments

Comments
 (0)