1 Reply Latest reply on Jun 16, 2016 6:43 AM by karthikraj

    Increase column width in JON CLI

    karthikraj

      Hello All,

       

       

      Started with simple script in JON cli to find out the resources based on criteria.

      I am able to get the proper output while executing through CLI but while executing through the script file my output is not properly alligned (half of the datas are missing)

       

      How to increase the column width .Please help on this

       

       

      CLI OUTPUT:

      =========

      CLI.png

      Scriptfile output:

      ==============

      script.png

       

      simple script file:

      ============

      var criteria = ResourceCriteria();

      criteria.addFilterResourceTypeName("JBossAS7");

      var resources=ResourceManager.findResourcesByCriteria(criteria);

      pretty.print (resources);