diff --git a/cmd/api_gateway.go b/cmd/api_gateway.go index 380dda9..1a3c20f 100644 --- a/cmd/api_gateway.go +++ b/cmd/api_gateway.go @@ -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", } diff --git a/cmd/worker.go b/cmd/worker.go index 038de79..90d753b 100644 --- a/cmd/worker.go +++ b/cmd/worker.go @@ -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.