What problem does it solve?
This Skill removes the manual, error-prone steps of compiling ADVPL/TLPP, restarting the AppServer, and then optionally verifying that the REST endpoint is responding after the restart.
Core Features & Use Cases
- Orchestrated dev cycle: Runs a guided wrapper that chains compile → AppServer restart via tq → optional REST smoke to avoid forgetting steps or running them out of order.
- Clean-build guardrail: Uses
&& semantics so the AppServer restart only happens if compilation exits successfully.
- Environment-aware deployment: Supports targeting a server configured with
restart_cmd and recommends --all-envs when multiple environments exist (e.g., TCP vs REST envs).
- Post-restart verification: Performs an optional smoke check against a REST endpoint and provides a troubleshooting path when runtime errors occur.
Quick Start
Run deploy for your source by compiling for the target server, restarting the AppServer, and then checking the REST endpoint readiness if needed.