-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cli submodule for branch main
- Loading branch information
1 parent
4b8ab76
commit c26adac
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cli
updated
13 files
+1 −1 | .github/workflows/ci.yaml | |
+1 −1 | Dockerfile | |
+6 −5 | go.mod | |
+12 −17 | go.sum | |
+3 −2 | temporalcli/commands.gen.go | |
+2 −2 | temporalcli/commands.go | |
+62 −35 | temporalcli/commands.workflow_reset.go | |
+272 −8 | temporalcli/commands.workflow_reset_test.go | |
+6 −0 | temporalcli/commands_test.go | |
+9 −6 | temporalcli/commandsgen/code.go | |
+7 −4 | temporalcli/commandsgen/commands.yml | |
+95 −25 | temporalcli/commandsgen/docs.go | |
+40 −11 | temporalcli/commandsgen/parse.go |