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:

  • /deploy or /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

Workflow

Step 1: Determine Action

Installs
1
GitHub Stars
3
First Seen
Mar 24, 2026
deploy — cuioss/nifi-extensions