[jboss-as7-dev] How do I get a list of the supported commands for a node?

Jason Greene jgreene at redhat.com
Sun Jun 26 10:09:15 EDT 2011


If you cd to the node you can tab complete commands, just hit colon then tab. It looks like it's treating that string as one word, which it thinks is a command. Not sure how it identifies a
relative path. 

Sent from my iPhone

On Jun 25, 2011, at 4:44 PM, Scott Stark <sstark at redhat.com> wrote:

> I'm trying to figure out how to query the commands a give node in the 
> model supports. How do I do that? Various queries against a deployment 
> node do not produce anything useful.
> 
> [standalone at localhost:9999 /] ls deployment=
> 
> deployment=ROOT.war              deployment=openshift-rocks.war
> [standalone at localhost:9999 /] ls deployment
> ROOT.war              openshift-rocks.war
> [standalone at localhost:9999 /] deployment=ROOT.war:read-resource
> Unexpected command 'deployment=ROOT.war:read-resource'. Type 'help' for 
> the list of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war:help
> Unexpected command 'deployment=ROOT.war:help'. Type 'help' for the list 
> of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war help
> Unexpected command 'deployment=ROOT.war help'. Type 'help' for the list 
> of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war:remove
> Unexpected command 'deployment=ROOT.war:remove'. Type 'help' for the 
> list of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war:undeploy
> Unexpected command 'deployment=ROOT.war:undeploy'. Type 'help' for the 
> list of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war:operations
> Unexpected command 'deployment=ROOT.war:operations'. Type 'help' for the 
> list of supported commands.
> [standalone at localhost:9999 /] deployment=ROOT.war:read-resource
> Unexpected command 'deployment=ROOT.war:read-resource'. Type 'help' for 
> the list of supported commands.
> 
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev



More information about the jboss-as7-dev mailing list