Implement 'show' command. 51/30351/4
authorTaseer <taseer94@gmail.com>
Mon, 13 Mar 2017 16:13:45 +0000 (21:13 +0500)
committerTaseer <taseer94@gmail.com>
Tue, 14 Mar 2017 09:23:31 +0000 (14:23 +0500)
commitbb5af4b9be1325b61c7f80e71c7d50892ae22956
tree236caabf92576f3a4d9708bc03768340782f09e7
parenta5145885c7a43622f803534ed97890ef9acb852d
Implement 'show' command.

- Render the description via templates

JIRA: QTIP-205

Change-Id: I10523f85f80350e901a4a701bb65ca4833f8ff7c
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
qtip/cli/commands/cmd_metric.py
qtip/cli/commands/cmd_plan.py
qtip/cli/commands/cmd_qpi.py
qtip/cli/templates/metric.j2 [new file with mode: 0644]
qtip/cli/templates/plan.j2 [new file with mode: 0644]
qtip/cli/templates/qpi.j2 [new file with mode: 0644]
qtip/cli/utils.py
tests/unit/cli/cmd_metric_test.py
tests/unit/cli/cmd_plan_test.py
tests/unit/cli/cmd_qpi_test.py