You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
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 recently which doesn't play well with the current tctl codes.
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-kithas been upgraded recently which doesn't play well with the current tctl codes.Describe the solution you'd like
Please refer to the PR below:
temporalio/tctl-kit#38
A number of fields has been removed from
Configstruct and this has to be applied on tctl.tctl/cmd/tctl/main.go
Line 39 in a145061
Additional context