You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Shavindri Dissanayake (JIRA)" <ji...@apache.org> on 2015/04/09 07:31:12 UTC

[jira] [Closed] (STRATOS-1227) Created Date Format in CLI

     [ https://issues.apache.org/jira/browse/STRATOS-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shavindri Dissanayake closed STRATOS-1227.
------------------------------------------

> Created Date Format in CLI
> --------------------------
>
>                 Key: STRATOS-1227
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1227
>             Project: Stratos
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Shavindri Dissanayake
>            Assignee: Dinithi De SIlva
>            Priority: Minor
>
> When executing commands [1] and [3], the CLI Tool output gives a string of numbers as the created date [2] and [4]. The expected output should be as follows [5].
> [1] command : describe-tenant franklin.com
> [2]  output
> -------------------------------------
> Tenant Information:
> -------------------------------------
> Tenant domain: franklin.com
> ID: 2
> Email: foo@bar.com
> Active: true
> Created date: 1425468999343 
> [3] command: list-tenants-by-partial-domain -d frank
> [4] output
> Tenants found:
> +--------------+----------+--------+-------------+---------------+
> | tenantDomain | tenantID | active | email       | createdDate   |
> +--------------+----------+--------+-------------+---------------+
> | frank.com    | 1        | false  | foo@bar.com | 1425468130532 |
> +--------------+----------+--------+-------------+---------------+
> | franklin.com | 2        | true   | foo@bar.com | 1425468999343 |
> +--------------+----------+--------+-------------+---------------+
> [5]
> Tenants:
> +--------------+-----------+-------------+-----------+------------------------------+
> | Domain       | Tenant ID | Email       | State     | Created Date                 |
> +--------------+-----------+-------------+-----------+------------------------------+
> | frank.com    | 1         | foo@bar.com | Active    | Wed Mar 04 17:06:39 IST 2015 |
> +--------------+-----------+-------------+-----------+------------------------------+



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)