[jboss-jira] [JBoss JIRA] (WFCORE-352) read-operation-name and read-operation-description should be combined

Jean-Francois Denise (JIRA) issues at jboss.org
Mon Mar 13 15:18:00 EDT 2017


    [ https://issues.jboss.org/browse/WFCORE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13377121#comment-13377121 ] 

Jean-Francois Denise commented on WFCORE-352:
---------------------------------------------

It seems that we want to list operations in a compact way to quickly identify the operations. Not really "read" the management model to return all details of a operations. I don't see it as very user friendly to concatenate all operation descriptions. To accommodate the "I want it all", we could introduce an option (--eg: --full-description).

I was thinking to introduce a new extensible resource command with the following actions:
- read-operation <name> [--node]
- read-attribute <name> [--node]
- list-operations [--node] [--no-description] [--full-description]

We could then add new actions to the command according to new requirements, for example:
- list-attributes [--node] [--no-description]
- list-children  [--node] [--no-description]
- read-attribute-description <name> [--node]
- read  [--node] (to read fully a resource, idem :read-resource).
...

> read-operation-name and read-operation-description should be combined
> ---------------------------------------------------------------------
>
>                 Key: WFCORE-352
>                 URL: https://issues.jboss.org/browse/WFCORE-352
>             Project: WildFly Core
>          Issue Type: Feature Request
>          Components: CLI
>            Reporter: Kevin Barfield
>            Priority: Minor
>              Labels: eap6-ux
>
> For usability, there should be a way to get a list of operation names with the descriptions attached
> Example:
> read-resource - This shows you the resources at the this node
> etc
> etc
> etc



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list