Skip to content

Fix SANO operation list description#1119

Merged
chaptersix merged 1 commit into
mainfrom
fix-sano-SA-help-text
Jul 10, 2026
Merged

Fix SANO operation list description#1119
chaptersix merged 1 commit into
mainfrom
fix-sano-SA-help-text

Conversation

@Quinn-With-Two-Ns

Copy link
Copy Markdown
Contributor

Use the proper name for the SA NexusEndpoint -> Endpoint.

Related issues

What changed?

Fix the description for list.

Checklist

Stability

  • Breaking changes are marked with 💥 in the PR title and release notes
  • Changes to JSON output (-o json / -o jsonl) are treated as breaking changes

Design

  • This feature does not depend on Cloud-only APIs or behavior (it works against an OSS server)
  • New commands follow temporal <noun> <verb> structure (e.g. temporal workflow start)
  • New flags are named after the API concept, not the implementation mechanism (good: --search-attribute, bad: --index-field)
  • New flags don't duplicate an existing flag that serves the same purpose
  • New flags do not have short aliases without strong justification
  • Experimental features are marked with (Experimental) in commands.yaml

Help text (see style guide at the top of commands.yaml)

  • All flags shown in help text and examples are implemented and functional
  • Summaries use sentence case and have no trailing period
  • Long descriptions end with a period and include at least one example invocation
  • Examples use long flags (--namespace, not -n), one flag per line
  • Placeholder values use YourXxx form (YourWorkflowId, YourNamespace)

Behavior

  • Results go to stdout; errors and warnings go to stderr
  • Error messages are lowercase with no trailing punctuation

Tests

  • Added functional test(s) (SharedServerSuite)
  • Added unit test(s) (func TestXxx) where applicable

Manual tests

Setup

temporal server start-dev --headless
temporal workflow start \
    --type YourWorkflowType \
    --task-queue YourTaskQueue \
    --workflow-id YourWorkflowId

Happy path

$ temporal <command> \
    --flag value
<expected output>

Error case

$ temporal <command> \
    --invalid-combination
Error: <expected error message>
$ echo $?
1

Composition

$ temporal <command-one> ...
$ temporal <command-two> --flag <value-from-above>
<expected output>

Use the proper name for the SA NexusEndpoint -> Endpoint.
@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner July 10, 2026 14:14
@chaptersix chaptersix merged commit 8270cfc into main Jul 10, 2026
10 checks passed
@chaptersix chaptersix deleted the fix-sano-SA-help-text branch July 10, 2026 15:01
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