Re: [Question] Verifying CLI Command output

2015-03-09 Thread Shavindri Dissanayake
Hi Dinithi, The API URL appears when executing [1] [1] update-kubernetes-master -p /Users/shavindridissanayake/Desktop/host.json -c minion-1 [2] output: /api/v4.1/kubernetesClusters/minion-1/master Successfully updated kubernetes master Thanks & Regards Shavindri Dissanayake Technical Writer

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-06 Thread Imesh Gunaratne
Thanks Dinithi! This is now merged to master branch. On Fri, Mar 6, 2015 at 5:58 PM, Dinithi De Silva wrote: > Hi, > > I have fixed the date format issues[1] and sent the PR[2]. Please review > and merge. > > [1] - https://issues.apache.org/jira/browse/STRATOS-1227 > [2] - https://github.com/apa

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-06 Thread Dinithi De Silva
Hi, I have fixed the date format issues[1] and sent the PR[2]. Please review and merge. [1] - https://issues.apache.org/jira/browse/STRATOS-1227 [2] - https://github.com/apache/stratos/pull/260/ Thanks On Fri, Mar 6, 2015 at 9:34 AM, Shavindri Dissanayake wrote: > Thank you Dinithi! > > I upd

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-05 Thread Shavindri Dissanayake
Thank you Dinithi! I updated the expected output in the jira crated as suggested. Thank you Vishanth. Thanks & Regards Shavindri Dissanayake Technical Writer LinkedIn Profile Mob: 0779966739 WSO2 Inc. lean.enterp

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-05 Thread Dinithi De Silva
Hi, I have updated this in some commands and seems I have missed some. Thanks Shavindri for pointing this out. I'll do the necessary modifications. Thanks. On Thu, Mar 5, 2015 at 8:14 PM, Vishanth Balasubramaniam wrote: > Hi, > > The expected output should be as follows > > Tenants: > > +-

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-05 Thread Vishanth Balasubramaniam
Hi, The expected output should be as follows Tenants: +--+---+-+---+--+ | Domain | Tenant ID | Email | State | Created Date | +--+---+-+---+-

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-04 Thread Shavindri Dissanayake
Hi Dakshika, Thank you! I created a Jjira [1] for it, so it will be easy to track once resolved. [1] https://issues.apache.org/jira/browse/STRATOS-1227 Thanks & Regards Shavindri Dissanayake Technical Writer LinkedIn Profile

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-04 Thread Udara Liyanage
Hi, Earlier format is more cleaner. Plus created date should be human readable format

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-04 Thread Dakshika Jayathilaka
Hi Shavindri, This is not the correct format. This happens due to some change that we did few months ago. Seems we forget to update it into CLI, We'll update this. Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Thu, Mar 5, 2015 at 11:50 AM,

Re: [Question] Verifying CLI command output - describing a tenant

2015-03-04 Thread Shavindri Dissanayake
The same occurs when executing command [1] where the date format appears as follows [2] [1] list-tenants-by-partial-domain -d frank [2] Tenants found: +--+--++-+---+ | tenantDomain | tenantID | active | email | createdDate | +---

[Question] Verifying CLI command output - describing a tenant

2015-03-04 Thread Shavindri Dissanayake
Hi Devs, When executing the command to retrieve details of a specific tenant on the CLI Tool, the created date output is given as follows [1]. Please confirm if this is the correct format as I am in the process of documenting the CLI content. [1] Created date: 1425468999343 [2] -