Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding admin command for retrieving cluster metadata #865

Merged
merged 2 commits into from
Oct 15, 2020

Conversation

vitarb
Copy link
Contributor

@vitarb vitarb commented Oct 15, 2020

Sample output:

❯ ./tctl admin cluster metadata
{
  "supportedClients": {
    "temporal-cli": "\u003c2.0.0",
    "temporal-go": "\u003c2.0.0",
    "temporal-java": "\u003c2.0.0",
    "temporal-server": "\u003c2.0.0"
  },
  "serverVersion": "1.1.0",
  "clusterId": "48477d99-5847-45e1-bdcc-29c565230259",
  "versionInfo": {
    "current": {
      "version": "1.1.0",
      "releaseTime": "2020-10-13T01:30:00Z",
      "notes": "Temporal v1.1.0"
    },
    "recommended": {
      "version": "1.1.0",
      "releaseTime": "2020-10-13T01:30:00Z",
      "notes": "Temporal v1.1.0"
    },
    "lastUpdateTime": "2020-10-15T19:48:03.506578320Z"
  },
  "clusterName": "active",
  "historyShardCount": 4
}

@vitarb vitarb requested a review from alexshtin October 15, 2020 19:59
@vitarb vitarb merged commit c32bb17 into temporalio:master Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants