[jboss-jira] [JBoss JIRA] (AS7-1666) CLI: ls -l (long) listing should show more info

Radoslav Husar (Closed) (JIRA) jira-events at lists.jboss.org
Tue Nov 22 08:21:40 EST 2011


     [ https://issues.jboss.org/browse/AS7-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar closed AS7-1666.
-------------------------------

    Resolution: Done


This was actually done as part of AS7-2333 (commits linked to that issue). Currently the output is really long listing, for instance:

{code}
[standalone at localhost:9999 /] ls -l
CHILD                MIN-OCCURS MODEL-DESCRIPTION 
deployment           0          undefined         
path                 0          undefined         
system-property      0          undefined         
core-service         0          undefined         
extension            0          undefined         
interface            0          undefined         
socket-binding-group 0          undefined         
subsystem            0          undefined         

ATTRIBUTE        VALUE                 TYPE   REQUIRED NILLABLE MIN-LENGTH ALLOWED                            ACCESS-TYPE STORAGE       RESTART-REQUIRED VALUE-TYPE 
launch-type      STANDALONE            STRING true     false    1          ["DOMAIN","STANDALONE","EMBEDDED"] read-only   runtime       n/a              n/a        
name             rhusar.brq.redhat.com STRING false    true     1          n/a                                read-write  configuration no-services      n/a        
namespaces       []                    OBJECT false    n/a      n/a        n/a                                read-only   configuration n/a              STRING     
process-type     Server                STRING true     false    1          n/a                                read-only   runtime       n/a              n/a        
profile-name     undefined             STRING true     n/a      1          n/a                                read-only   configuration n/a              n/a        
release-codename Ahoy!                 STRING true     false    1          n/a                                read-only   configuration n/a              n/a        
release-version  7.1.0.Alpha2-SNAPSHOT STRING true     false    1          n/a                                read-only   configuration n/a              n/a        
schema-locations []                    OBJECT false    n/a      n/a        n/a                                read-only   configuration n/a              STRING     
server-state     running               STRING true     false    1          n/a                                read-only   runtime       n/a              n/a        
{code}

Thanks for fixing, I am happy now and closing as resolved.
                
> CLI: ls -l (long) listing should show more info
> -----------------------------------------------
>
>                 Key: AS7-1666
>                 URL: https://issues.jboss.org/browse/AS7-1666
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: CLI
>    Affects Versions: 7.0.0.Final, 7.0.1.Final
>            Reporter: Radoslav Husar
>            Assignee: Alexey Loubyansky
>            Priority: Optional
>              Labels: eap6-ux
>             Fix For: 7.1.0.Beta1
>
>
> The -l switch is actually long listing, not single result per line. Also -1 can be added for this purpose.
> I suggest we list out some metadata with the -l format. Currently the listing has the same information value.
> {code}
> [standalone at localhost:9999 /] ls
> extension              core-service           path                   subsystem              system-property
> deployment             interface              socket-binding-group
> [standalone at localhost:9999 /] ls -l
> extension
> core-service
> path
> subsystem
> system-property
> deployment
> interface
> socket-binding-group
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list