display-run-command-in-app-show
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-solumclient |
New
|
Undecided
|
Unassigned |
Bug Description
solum app show <app-name> currently displays the following:
vagrant@
+------
| Property | Value |
+------
| app_url | None |
| entry_points | |
| description | default app description. |
| created_at | 2016-05-19T16:44:55 |
| languagepack | java |
| target_instances | 1 |
| ports | [80] |
| source | {u'repository': u'https:/
| | app.git', u'revision': u'master'} |
| trigger | [u'build', u'deploy'] |
| trigger_uuid | 0c3ec555-
| id | 28921f26-
| name | java-app |
+------
'java-app' workflows and their status:
+------
| wf_id | id | status |
+------
| 1 | a8d074df-
| 2 | b5be1455-
+------
Notice that the run_cmd specified when the app was created is not visible in the output.
We should show the run_cmd since it is important when debugging/