[jboss-jira] [JBoss JIRA] (WFCORE-3726) Allow CLI output scrolling

Kabir Khan (JIRA) issues at jboss.org
Tue Apr 3 12:29:01 EDT 2018


Kabir Khan created WFCORE-3726:
----------------------------------

             Summary: Allow CLI output scrolling
                 Key: WFCORE-3726
                 URL: https://issues.jboss.org/browse/WFCORE-3726
             Project: WildFly Core
          Issue Type: Enhancement
          Components: CLI
    Affects Versions: 4.0.0.Alpha8
            Reporter: Chao Wang
            Assignee: Marek Marusic


Mouse scrolling is forbidden to large CLI out. User has to press {{Down}} or {{Enter}} to navigate.
It would be nice to allow fast scrolling or {{PgUp}} / {{PgDn}}. e.g.
{noformat}
[standalone at localhost:9990 /] /core-service=capability-registry:read-resource
{
    "outcome" => "success",
    "result" => {
        "capabilities" => [
            {
                "name" => "org.wildfly.batch.configuration",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=batch-jberet"]
            },
            {
                "name" => "org.wildfly.batch.job.repository.in-memory",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=batch-jberet/in-memory-job-repository=in-memory"]
            },
            {
                "name" => "org.wildfly.batch.thread.pool.batch",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=batch-jberet/thread-pool=batch"]
            },
            {
                "name" => "org.wildfly.clustering.cache.default-group.ejb",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=infinispan/cache-container=ejb"]
            },
            {
                "name" => "org.wildfly.clustering.cache.default-group.server",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=infinispan/cache-container=server"]
            },
            {
                "name" => "org.wildfly.clustering.cache.default-group.web",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=infinispan/cache-container=web"]
            },
            {
                "name" => "org.wildfly.clustering.cache.default-node-factory.ejb",
                "dynamic" => false,
                "scope" => "global",
                "registration-points" => ["/subsystem=infinispan/cache-container=ejb"]
            },
            {
                "name" => "org.wildfly.clustering.cache.default-node-factory.server",
                "dynamic" => false,
--More(2%)--
{noformat}

Also, after pressing {{Down}} or {{Enter}} to display more output, user can not press {{up}} to go up. User has to inconveniently use scroll up.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list