deploy
Installation
SKILL.md
NiFi E2E Deployment Skill
Manages the Docker-based NiFi + Keycloak test environment for E2E testing.
Parameters
Optional argument selects the workflow:
/deployor/deploy status— Show container status/deploy start— First-time start (build NAR + start containers)/deploy redeploy— Redeploy after code changes (rebuild NAR + restart NiFi only)/deploy test— Run E2E Playwright tests (containers must be running)/deploy test <file>— Run specific E2E test file/deploy stop— Stop all containers/deploy full— Full CI workflow: stop → build → start → test → stop/deploy troubleshoot— Diagnose common issues