Bug 1175343 - [RFE] rhc deployment-list should be more descriptive
Summary: [RFE] rhc deployment-list should be more descriptive
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oc
Version: 2.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Miciah Dashiel Butler Masters
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-17 14:33 UTC by Erik M Jacobs
Modified: 2016-09-08 18:30 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-08 18:30:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Erik M Jacobs 2014-12-17 14:33:51 UTC
rhc deployment-list currently shows only the deployment ID/hash, which is not directly correlated with the git hash.

While it is possible to learn more information about the deployment by executing:

rhc show-deployment <deployment-id> -a <app>

It might behoove us to be a little more descriptive.

For example, perhaps displaying the git hash and/or the git commit message that corresponds to the deployment.

Current output looks like:

3:58 PM, deployment 9d8f96ac
4:04 PM, deployment cc200f43
4:07 PM, deployment a9b1f5bf

It might be nice to see something like:

3:58 PM, deployment 9d8f96ac : git xxxxxx - Some commit message #1
4:04 PM, deployment cc200f43 : git xxxxxx - Some commit message #2
4:07 PM, deployment a9b1f5bf : git xxxxxx - Some commit message #3

Comment 2 Rory Thrasher 2016-09-08 18:30:51 UTC
At this point in the release cycle, this feature is not important enough to be worked. Closing this.


Note You need to log in before you can comment on or make changes to this bug.