]
Jean Francois Denise updated WFCORE-5009:
-----------------------------------------
Summary: Enhance JBoss CLI generic "command" with support for existing
resource (was: Request for enhancement in the JBoss EAP CLI generic type
"command")
Enhance JBoss CLI generic "command" with support for
existing resource
----------------------------------------------------------------------
Key: WFCORE-5009
URL:
https://issues.redhat.com/browse/WFCORE-5009
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean Francois Denise
Assignee: Jean Francois Denise
Priority: Major
Labels: Previous_RFE
One of our strategic customers, requested an enhancement in the JBoss EAP CLI. Currently
they are using in their scripts the Generic type Command
(
https://developer.jboss.org/wiki/GenericTypeCLICommands) to set the properties of a
resource.
Unfortunately that does not work in several cases. For example when they need to set
attributes like the following:
/core-service=management/access=authorization:write-attribute(name=permission-combination-policy,value=permissive)
/core-service=management/access=authorization:write-attribute(name=provider,value=rbac)
This can not be done with the command syntax:
[standalone@127.0.0.1:9999 /] command add --node-type=/core-service=management/access
--command-name=access
Failed to validate input: operation response doesn't contain result info.
It would be extremely helpful for us to have an improvement in the CLI that allows
setting multiple attributes on resources referenced by 'command'.