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
At this point in the release cycle, this feature is not important enough to be worked. Closing this.