Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/api_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
apiGatewayCmd = &cobra.Command{
Use: "api-gateway",
Short: "API Gateway management commands",
Long: "Manage API Gateway services, routes, and authentication configurations.",
Long: "Manage API Gateway services, routes, and authentication configurations.\n\n⚠️ Requires Orkes Conductor. Not available in OSS Conductor.",
GroupID: "conductor",
}

Expand Down
4 changes: 3 additions & 1 deletion cmd/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ Exit codes:
workerRemoteCmd = &cobra.Command{
Use: "remote",
Short: "Run a worker from the job-runner registry (EXPERIMENTAL)",
Long: `⚠️ EXPERIMENTAL FEATURE - Download and execute a worker from the Orkes Conductor job-runner.
Long: `⚠️ EXPERIMENTAL FEATURE - Requires Orkes Conductor. Not available in OSS Conductor.

Download and execute a worker from the Orkes Conductor job-runner.

The worker is downloaded from the configured Conductor server and cached locally for
subsequent runs. Use --refresh to force re-download from the registry.
Expand Down
Loading