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

Add tcld commands to support new MRN API #420

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

yux0
Copy link
Contributor

@yux0 yux0 commented Jan 25, 2025

What was changed

Add tcld commands to support new MRN API

tcld namespace delete-region - Delete a region from the Temporal Namespace

USAGE:
   tcld namespace delete-region [command options] [arguments...]

OPTIONS:
   --request-id value, -r value  The request-id to use for the asynchronous operation, if not set the server will assign one (optional)
   --namespace value, -n value   The namespace hosted on temporal cloud
   --region value, --re value    New region to add to the namespace.
   --cloud-provider value        The cloud provider of the region. Default: aws (default: "aws")
   --help, -h                    show help
tcld namespace update - Update Temporal namespace attributes

USAGE:
   tcld namespace update [command options] [arguments...]

OPTIONS:
   --request-id value, -r value  The request-id to use for the asynchronous operation, if not set the server will assign one (optional)
   --namespace value, -n value   The namespace hosted on temporal cloud
   --disable-auto-failover       Disable Temporal managed failover on this multi replicas namespace. (default: false)
   --help, -h                    show help

Why?

Add tcld commands to support new MRN API

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

@yux0 yux0 requested a review from a team as a code owner January 25, 2025 00:16
app/namespace.go Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Outdated Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Show resolved Hide resolved
app/namespace.go Outdated Show resolved Hide resolved
app/namespace.go Outdated Show resolved Hide resolved
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.

2 participants