Add one-time move versioning override CLI support#1093
Draft
Shivs11 wants to merge 1 commit into
Draft
Conversation
Shivs11
commented
Jun 19, 2026
Comment on lines
3
to
+23
| @@ -17,13 +17,13 @@ require ( | |||
| github.com/stretchr/testify v1.11.1 | |||
| github.com/temporalio/cli/cliext v0.0.0 | |||
| github.com/temporalio/ui-server/v2 v2.49.1 | |||
| go.temporal.io/api v1.62.13 | |||
| go.temporal.io/api v1.62.15-0.20260618002053-7c062185c563 | |||
| go.temporal.io/sdk v1.44.1 | |||
| go.temporal.io/sdk/contrib/envconfig v1.0.2 | |||
| go.temporal.io/server v1.32.0-157.0 | |||
| go.temporal.io/server v1.29.0-135.0.0.20260617003708-75fcd219ad4a | |||
Member
Author
There was a problem hiding this comment.
apart from the API change, the other two are temporary and shall go away the second the API changes land on main!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues
What changed?
Checklist
Stability
-o json/-o jsonl) are treated as breaking changesDesign
temporal <noun> <verb>structure (e.g.temporal workflow start)--search-attribute, bad:--index-field)(Experimental)incommands.yamlHelp text (see style guide at the top of
commands.yaml)--namespace, not-n), one flag per lineYourXxxform (YourWorkflowId,YourNamespace)Behavior
Tests
SharedServerSuite)func TestXxx) where applicableManual tests
Setup
Happy path
Error case
Composition