WildFly CLI Deployment Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


=Overview=
=Overview=
Deployments are executed with the <tt>deploy</tt> command.
Undeployments are executed with the <tt>undeploy</tt> command.
In-line usage details can be obtained with:
<pre>
deploy --help
undeploy --help
</pre>





Revision as of 20:15, 22 February 2016

External

Internal

Overview

Deployments are executed with the deploy command.

Undeployments are executed with the undeploy command.

In-line usage details can be obtained with:

deploy --help
undeploy --help


Standalone Mode

Domain Mode

Connect to the domain controller.

deploy /loca/path/to/the/applicaton/artifact/test.war [destination]

where destination can be:

  • --all-server-groups
  • --server-groups=...