Skip to content

fix: label api-gateway and worker remote as Orkes-only#82

Closed
nthmost-orkes wants to merge 1 commit intomainfrom
fix/orkes-only-command-labels-v2
Closed

fix: label api-gateway and worker remote as Orkes-only#82
nthmost-orkes wants to merge 1 commit intomainfrom
fix/orkes-only-command-labels-v2

Conversation

@nthmost-orkes
Copy link
Copy Markdown
Contributor

Summary

  • Adds ⚠️ Requires Orkes Conductor. Not available in OSS Conductor. to the api-gateway command Long text
  • Updates worker remote Long text to lead with the Orkes-only requirement

User impact

An OSS user who runs conductor api-gateway --help or conductor worker remote --help gets no indication that these commands require an enterprise server. They'd try them, get a cryptic connection or 404 error, and have no idea why. Now the first thing they read is a clear restriction notice.

Fixes conductor-oss/getting-started#20

🤖 Generated with Claude Code

…/getting-started#20)

OSS users who try these commands against a local server get a confusing
error with no explanation. Add a clear note in the Long help text so the
first thing they read is that Orkes Conductor is required.
@nthmost-orkes
Copy link
Copy Markdown
Contributor Author

Closing as superseded by 94f7f9c (merged 2026-04-09), which landed the same Orkes-only labeling for api-gateway and worker remote/list-remote — with stronger messaging than this PR.

Compared to what's on main now, this PR would actually regress:

  • api-gateway Short: main has "API Gateway management commands (Orkes Conductor only)", this PR would weaken it to "API Gateway management commands".
  • worker remote Short: main carries the (EXPERIMENTAL, Orkes Conductor only) qualifier; this PR would drop the Orkes-only hint from the Short line.

The intent of the PR is fully achieved on main — closing this out.

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.

Orkes-only commands (api-gateway, worker remote) appear in OSS CLI with no indication they won't work

1 participant