Releases: alexjcm/jbdeploy
Releases · alexjcm/jbdeploy
v1.3.0
What's changed
Changed
- Upgraded TypeScript to 6 and updated TypeScript ESLint compatibility to the TS6-supported range.
- Updated action labels to clearer UX wording:
Build, copy & start,Copy & start,Start server. - Made action labels context-aware when the server is already running:
Build, copy & deploy,Copy & deploy. - Refined deploy/start feedback messages to reduce visual noise and show the selected server more clearly.
Fixed
- Fixed server-running detection to target the selected
serverHomeinstead of any JBoss/WildFly instance on the machine. - Added contextual visibility for artifacts already present on the selected server, excluding
*.undeployedentries
v1.2.0
What's New 🚀
- ← Back Navigation: Now you can navigate back to the server selection menu from any step without restarting the CLI.
- Performance Optimization: Switched from
fast-globto native Node.jsfsAPIs, resulting in faster execution and a zero-dependency-ready bundle.
v1.1.0
v1.0.0
jbdeploy is a CLI tool to deploy EAR/WAR artifacts to JBoss or Wildfly with automatic build detection and interactive TUI.
Highlights:
🔍 Auto-detects Gradle or Maven wrappers and builds your project
📦 Deploys to standalone/deployments with real-time status validation
🎛️ Interactive prompts with persistent preferences
⚙️ Configurable JVM debug port and memory profiles per server