Skip to content

Add support for namespace description - #107

Draft
daehan-temporal wants to merge 1 commit into
mainfrom
daehan/ns-desc
Draft

Add support for namespace description#107
daehan-temporal wants to merge 1 commit into
mainfrom
daehan/ns-desc

Conversation

@daehan-temporal

@daehan-temporal daehan-temporal commented Aug 31, 2026

Copy link
Copy Markdown

What was changed

  • Added description field to
temporal cloud namespace create
  • Added namespace description subcommand
temporal cloud namespace description get
temporal cloud namespace description set

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Note

Low Risk
Additive CLI surface and SDK bump with isolated namespace metadata updates; no auth or breaking command changes.

Overview
Adds namespace description support across Temporal Cloud CLI namespace operations, backed by a bump to go.temporal.io/cloud-sdk.

Create and list: temporal cloud namespace create gains an optional --description flag (255 printable ASCII chars + whitespace). Namespace listing now includes Description in spec output alongside regions.

Dedicated commands: New temporal cloud namespace description get returns namespace + description as structured JSON. description set --value updates only the description via get → apply prompt → UpdateNamespace, including clearing with an empty string; it supports async operation and resource-version flags like other namespace mutators.

Command wiring is declared in commands.yml with generated Cobra stubs and unit tests for get/set (including prompt decline and error paths).

Reviewed by Cursor Bugbot for commit f9d6aae. Bugbot is set up for automated code reviews on this repo. Configure here.

@daehan-temporal daehan-temporal self-assigned this Aug 31, 2026
@daehan-temporal
daehan-temporal requested a review from a team as a code owner August 31, 2026 22:23
@daehan-temporal
daehan-temporal marked this pull request as draft August 31, 2026 22:23
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.

1 participant