<div dir="ltr"><div class="edit-comment-hide">
<div class="comment-body markdown-body markdown-format js-comment-body">
<p>I've been working on a Puppet Module for Wildfly [1] that
uses his HTTP Management API to perform operations (manage
resources/deploys and execute commands), but my command execution code
is a little bit limited cause I have to transform from CLI syntax to
JSON. e.g.:</p>
<p><code>:shutdown(restart=true)</code></p>
<p>becomes</p>
<p>{"operation" : "shutdown", "restart" : "true" } </p>
<p>Is there any specific reason to not support plain CLI commands
through HTTP API? I looked at the code and it didn't see hard to
implement this...</p>
<p>[1] <a href="https://github.com/biemond/biemond-wildfly">https://github.com/biemond/biemond-wildfly</a></p>
</div>
</div></div>