[Feature Request] Remove address repetition for cloud users
Open
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.
Workflow commands require an address and namespace. For cloud users, this means providing the namespace and account twice. From the docs:
temporal workflow list \
--address <namespace>.<account>.tmprl.cloud:7233 \
--namespace <namespace>.<account>
Describe the solution you'd like
Only provide namespace and account once. Ideally only one of address/namespace would be required for cloud users.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Temporal Cloud login documentation and the workflow command entry points that consume --address and --namespace. Clarify which single value should be accepted for cloud users and how non-cloud usage remains supported; done means cloud workflow commands no longer require repeating the namespace and account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100