Registry / cli / wildfly-cli

wildfly-cli

JSON →
library32.0.0.Beta6javamavenunverified

Command-line interface for managing WildFly application server instances.

<dependency> <groupId>org.wildfly.core</groupId> <artifactId>wildfly-cli</artifactId> <version>32.0.0.Beta6</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-CLI
W
wildfly-cli
clijavav32.0.0.Beta6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CommandContext
org.jboss.as.cli.CommandContext

Connect to a WildFly server and execute CLI commands.

import org.jboss.as.cli.CommandContext; import org.jboss.as.cli.CommandContextFactory; public class Example { public static void main(String[] args) throws Exception { CommandContext ctx = CommandContextFactory.getInstance().newCommandContext(); ctx.connectController(); // ... execute CLI commands ... ctx.terminateSession(); } }
Debug
Known issues
gotchaVersion 32.0.0.Beta6 is a beta release; may have breaking changes before final.
fix
Use a stable release like 31.0.0.Final for production.
affects: >=32.0.0.Beta6
Upgrade
Version history
32.0.0.Beta6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
42
Resources
wildfly-cli — mvn dependency:get wildfly-cli · libregistry