tctl
tctl copied to clipboard
Temporal CLI
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.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...
Bumps google.golang.org/protobuf from 1.28.1 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...
Vulnerable Library - go.temporal.io/server-v1.18.1-0.20230217005328-b313b7f58641 Path to dependency file: /go.mod Path to vulnerable library: /go.mod Found in HEAD commit: aed2d9e1cb8bba6f69d5463fa286eb0389149ee4 ## Vulnerabilities | CVE | Severity | CVSS | Dependency |...
### Is your feature request related to a problem? Please describe. So I was trying to build tctl on my side and later found out that `tctl-kit` has been upgraded...
### Is your feature request related to a problem? Please describe. we've been running temporal on a postgres db for a while now and want a way to clean our...
## What was changed Setting `caller-type` header to `operator` for all outgoing requests This indicates the server should give these requests higher priority when rate limiting Depends on https://github.com/temporalio/temporal/pull/4623 ##...
## What was changed 1. cli/app.go -> Added `--tls` flag to app.flags slice 2. cli/factory.go -> Added parsing `--tls` flag with checking on error. And added the logic that when...
### Is your feature request related to a problem? Please describe. `tctl` is a great tool to expose the Temporal API to a CLI environment. It lets users browse and...
Currently "tctl wf cancel" does not have a reason option, please add it. Should be similar to "tctl wf terminate" which has it tctl wf terminate -h NAME: tctl workflow...
### Is your feature request related to a problem? Please describe. Running reset-batch on a large number of workflows can be problematic, as the resetting is done within the CLI...