]
Jean Francois Denise moved EAP7-1508 to WFCORE-5009:
----------------------------------------------------
Project: WildFly Core (was: JBoss EAP Planning for version 7
and above)
Key: WFCORE-5009 (was: EAP7-1508)
Issue Type: Feature Request (was: Requirement)
Workflow: GIT Pull Request workflow (was: EAP Agile Workflow
2.0)
Component/s: CLI
(was: CLI)
EAP PT Pre-Checked (PC): (was: TODO)
Target Release: (was: 7.4.0.GA)
EAP PT Community Docs (CD): (was: TODO)
EAP PT Product Docs (PD): (was: New)
Affects Version/s: (was: 7.3.0.GA)
EAP PT Test Dev (TD): (was: TODO)
EAP PT Docs Analysis (DA): (was: TODO)
EAP PT Test Plan (TP): (was: TODO)
EAP PT Analysis Document (AD): (was: TODO)
Request for enhancement in the JBoss EAP CLI generic type
"command"
-------------------------------------------------------------------
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'.