-
Feature Request
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
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'.