tctl
tctl copied to clipboard
--reset-points-only is ignored in workflow show
What are you really trying to do?
Describe the bug
workflow show command ignores the --reset-points-only flag
Minimal Reproduction
- switch to tctl v1.17 UX
tctl config set version next - populate test data https://github.com/temporalio/canary-go
- run
tctl workflow show -wid <workflow id>with and w/o --reset-points-only
Environment/Versions
- OS and processor: [e.g. M1 Mac, x86 Windows, Linux]
- Temporal Version: [e.g. 1.14.0?] and/or SDK version
- Are you using Docker or Kubernetes or building Temporal from source?
Additional context
tctl v1.16 has this implemented