Add support for namespace description - #107
Merged
Merged
Conversation
daehan-temporal
marked this pull request as draft
August 31, 2026 22:23
daehan-temporal
requested a deployment
to
integration
August 31, 2026 22:23 — with
GitHub Actions
Waiting
khisakuni
previously approved these changes
Sep 1, 2026
khisakuni
left a comment
Collaborator
There was a problem hiding this comment.
Just a nit on the helper text. I think it's sufficient to say it's the description of the namespace and I think saying it describes the purpose of the namespace is maybe presumptuous since users can put whatever they want there.
daehan-temporal
requested a deployment
to
integration
September 1, 2026 17:35 — with
GitHub Actions
Waiting
daehan-temporal
requested a deployment
to
integration
September 1, 2026 19:46 — with
GitHub Actions
Waiting
daehan-temporal
had a problem deploying
to
integration
September 1, 2026 20:07 — with
GitHub Actions
Failure
daehan-temporal
marked this pull request as ready for review
September 1, 2026 20:10
jeri-temporal
approved these changes
Sep 1, 2026
jeri-temporal
force-pushed
the
daehan/ns-desc
branch
from
September 1, 2026 20:34
fe5cce5 to
5c32ddb
Compare
jeri-temporal
enabled auto-merge (squash)
September 1, 2026 20:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
temporal cloud namespace description get temporal cloud namespace description setWhy?
Checklist
Closes
How was this tested:
Can actually merge once temporalio/cloud-sdk-go#64 lands (sdk-go v0.18)
Note
Low Risk
Additive CLI and SDK bump; set follows the same get-update-async pattern as other namespace field commands with confirmation prompts.
Overview
Adds namespace description support across Temporal Cloud namespace commands, backed by a bump of
go.temporal.io/cloud-sdkfrom v0.16.0 to v0.18.0.temporal cloud namespace creategains an optional--descriptionflag (up to 255 printable ASCII characters plus whitespace), wired throughCreateNamespaceintoNamespaceSpec.Description. Namespace list output now includesDescriptionin spec fields.A new
temporal cloud namespace descriptioncommand group providesget(structured JSON of namespace + description) andset(clone spec, prompt viaPromptApply,UpdateNamespacewith async polling, optional resource version / async operation id, empty--valueclears the field).Command definitions are declared in
commands.ymlwith generated cobra wiring incommands.gen.go; behavior lives incommands.namespace.description.gowith unit tests for create and description get/set.Reviewed by Cursor Bugbot for commit 5c32ddb. Bugbot is set up for automated code reviews on this repo. Configure here.