temporalio / temporalio/cli

[Feature Request] membershipInfo in operator cluster describe

Open
#279 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
379
Forks
103
Avg merge
2d 11h
Merged PRs (30d)
23

Description

Is your feature request related to a problem? Please describe.

tctl had a command tctl admin cluster describe that included a membershipInfo field with useful info for debugging ringpop/membership stuff. cli has temporal operator cluster describe -o json with most of the same fields but it's missing membershipInfo.

Describe the solution you'd like

Add membershipInfo back to temporal operator cluster describe output, or make a new subcommand for it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the temporal operator cluster describe -o json command and compare its output with the former tctl admin cluster describe command. Trace how the cluster description is assembled and find the source of membershipInfo; done means the JSON output includes the requested membership details or a clearly documented replacement subcommand, with tests covering the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.