cli
cli copied to clipboard
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
### Is your feature request related to a problem? Please describe. The cli does not contain signal-with-start which we use. Our workaround is to just create a go cli tool...
Bumps [github.com/temporalio/ui-server/v2](https://github.com/temporalio/ui-server) from 2.21.3 to 2.26.2. Release notes Sourced from github.com/temporalio/ui-server/v2's releases. v2.26.2 2024-04-22 - c39457ae9 - Update version.go to v2.26.2 (#2029) 2024-04-22 - 84cb42f75 - 2.26.1 (#2032) 2024-04-22 -...
### Describe the bug Running `temporal server start-dev --dynamic-config-value limit.historyCount.suggestContinueAsNew=50` gives this warning: ``` level=WARN msg="Failed to convert value, using default" key=limit.historyCount.suggestContinueAsNew ignored-value=50 error="value type is not int" ``` Need...
### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like All SDKs basically expect `server start-dev` to be able to set `--log-format` to...
### Describe the solution you'd like Do the following: * Update server to latest stable (and SDK/API to latest they can with this constraint) * Update ui-server to latest stable...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
See https://github.com/temporalio/features/issues/437
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.63.2. Release notes Sourced from google.golang.org/grpc's releases. Release 1.63.2 Bugs Fix the user agent string Release 1.63.1 Bugs grpc: fixed subchannel log messages to properly...
requires updating both protobuf Fixes: #498