Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3568

Allow CLI output scrolling

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.Alpha3
    • 4.0.0.Alpha8
    • CLI
    • None

      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.

      [standalone@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%)--
      

      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.

            mmarusic Marek Marusic (Inactive)
            chaowan@redhat.com Chao Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: