diff --git a/.husky/pre-commit b/.husky/pre-commit index 62d2472b0b..5da3f90484 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -yarn run lint && yarn run fix-vale \ No newline at end of file +# yarn run lint && yarn run fix-vale \ No newline at end of file diff --git a/docs/production-deployment/worker-deployments/worker-versioning.mdx b/docs/production-deployment/worker-deployments/worker-versioning.mdx index d2b6034735..3d1eabaee9 100644 --- a/docs/production-deployment/worker-deployments/worker-versioning.mdx +++ b/docs/production-deployment/worker-deployments/worker-versioning.mdx @@ -347,15 +347,9 @@ end -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`: