Launcher Service — Управление сервисами платформы

Manage Directum RX platform services via DirectumLauncher CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill launcher-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Launcher Service — Управление сервисами платформы
Source: https://github.com/dunaevdmitriys-dev/directum-mcp-server/tree/main/skills/launcher-service
Command: npx skills add https://github.com/dunaevdmitriys-dev/directum-mcp-server --skill launcher-service

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you reliably manage Directum RX platform services (start, stop, restart, check health, and view logs) without manually operating each component.

Core Features & Use Cases

  • Service lifecycle control: run up, down, restart, and status for all services or for specific components (e.g., webserver, postgres, rabbitmq, elasticsearch, haproxy).
  • Operational health checks: perform health checks per service (or across all services) to quickly identify broken dependencies.
  • Troubleshooting via logs: fetch component logs and review Launcher logs to speed up incident diagnosis.
  • Supported platform management extras: validate/encrypt configuration, reload HAProxy config, manage DevelopmentStudio, and handle deployment tooling tasks.
  • Use case example: after updating platform components, you can restart only the affected service (for instance, webserver) and verify the rest of the stack with health while collecting logs for root-cause analysis.

Quick Start

Ask the AI to start all Directum RX services by running the launcher command for action up with the all namespace.

Frequently Asked Questions about Launcher Service — Управление сервисами платформы

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start and stop Directum RX services using the launcher CLI?

To start and stop Directum RX services, the launcher CLI executes up, down, restart, and status actions across all services or specific components like webserver, postgres, rabbitmq, elasticsearch, and haproxy.

What is the best way to check the health of Directum RX platform components after an update?

The best way to check Directum RX platform health is by running a targeted health check across all services or specific namespaces to quickly identify broken dependencies and validate readiness after changes.

How do I retrieve logs for Directum RX services to troubleshoot failures?

To retrieve Directum RX logs for troubleshooting, you can fetch component-specific logs and review launcher logs to speed up incident diagnosis and root-cause analysis for platform failures.

Can I restart only a specific Directum RX component without affecting the rest of the stack?

Yes, you can restart specific Directum RX components by targeting a named service namespace such as webserver or postgres, allowing the rest of the stack to remain unaffected during maintenance.

What configuration tasks are supported for on-prem Directum RX deployment management?

On-prem Directum RX deployment management supports validating and encrypting configuration, reloading HAProxy config, managing DevelopmentStudio, and handling operational deployment tooling tasks.

Why does the launcher service require a working launcher_path discovery?

Launcher service requires a working launcher_path discovery because it needs to locate the DirectumLauncher CLI executable to properly map supported Directum ports and endpoints for service management.