Re: Describe cartridges in CLI

2015-05-21 Thread Gayan Gunarathne
On Wed, May 20, 2015 at 9:10 PM, Imesh Gunaratne wrote: > May be in a later release we can add functionality to specify the output > format. We need to find a way to print a JSON in a tabular format. > +1. As an example in aws we can specify the output format.We can look into that in a later rel

Re: Describe cartridges in CLI

2015-05-20 Thread Imesh Gunaratne
May be in a later release we can add functionality to specify the output format. We need to find a way to print a JSON in a tabular format. Thanks On Wed, May 20, 2015 at 7:52 PM, Chamila De Alwis wrote: > Why not give an option to decide output format? > > > Regards, > Chamila de Alwis > Softw

Re: Describe cartridges in CLI

2015-05-20 Thread Chamila De Alwis
Why not give an option to decide output format? Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Wed, May 20, 2015 at 6:37 PM, Pubudu Gunatilaka wrote: > +1 for the proposed format. > > On Wed, May 20, 2015 at 6:21 PM, Rajkumar Rajaratnam >

Re: Describe cartridges in CLI

2015-05-20 Thread Pubudu Gunatilaka
+1 for the proposed format. On Wed, May 20, 2015 at 6:21 PM, Rajkumar Rajaratnam wrote: > +1 for JSON format. Table format is very complex for cartridges. > > Thanks. > > On Wed, May 20, 2015 at 6:12 PM, Anuruddha Liyanarachchi < > anurudd...@wso2.com> wrote: > >> Hi, >> >> If we display data in

Re: Describe cartridges in CLI

2015-05-20 Thread Rajkumar Rajaratnam
+1 for JSON format. Table format is very complex for cartridges. Thanks. On Wed, May 20, 2015 at 6:12 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi, > > If we display data in tabular format we need tables as follow. > > Foreach IaaS: > Table 1 : Properties > Table 2 : Network In

Re: Describe cartridges in CLI

2015-05-20 Thread Anuruddha Liyanarachchi
Hi, If we display data in tabular format we need tables as follow. Foreach IaaS: Table 1 : Properties Table 2 : Network Interfaces Table 3 : Floating Networks Foreach persistence Table 1 : Volumes All the following fields also required to display. Therefore I think displaying the data in JSON f

Re: Describe cartridges in CLI

2015-05-20 Thread Gayan Gunarathne
IMO current display is suitable with the CLI as it is console application.We can add the missing data to the table accordingly. Also it is better to maintain the same format across all the CLI functionally. Thanks, Gayan On Wed, May 20, 2015 at 1:33 PM, Anuruddha Liyanarachchi < anurudd...@wso2.

Re: Describe cartridges in CLI

2015-05-20 Thread Chamila De Alwis
Hi, Can't we add more details to the existing way information is shown? If the information are on the JSON shouldn't it be possible to show it in a user friendly manner? Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Wed, May 20, 2015 at 2:5

Re: Describe cartridges in CLI

2015-05-20 Thread Vishanth Balasubramaniam
+1 to display the entire cartridge details given that it prints with proper indentation. Regards, Vishanth On Wed, May 20, 2015 at 2:50 PM, Dinithi De Silva wrote: > +1 for printing the json string as in other commands > (describe-application, describe-network-partition..etc) > > On Wed, May 20

Re: Describe cartridges in CLI

2015-05-20 Thread Dinithi De Silva
+1 for printing the json string as in other commands (describe-application, describe-network-partition..etc) On Wed, May 20, 2015 at 1:33 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Devs, > > In the CLI, "describe-cartridge" displays data in following format which > doesn't sho

Describe cartridges in CLI

2015-05-20 Thread Anuruddha Liyanarachchi
Hi Devs, In the CLI, "describe-cartridge" displays data in following format which doesn't show the network-interfaces or properties defined in the cartridge. - > Cartridge Information: > - > Type: php > Category: framework >