aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli/templates/plan.j2
diff options
context:
space:
mode:
authorTaseer <taseer94@gmail.com>2017-03-13 21:13:45 +0500
committerTaseer <taseer94@gmail.com>2017-03-14 14:23:31 +0500
commitbb5af4b9be1325b61c7f80e71c7d50892ae22956 (patch)
tree236caabf92576f3a4d9708bc03768340782f09e7 /qtip/cli/templates/plan.j2
parenta5145885c7a43622f803534ed97890ef9acb852d (diff)
Implement 'show' command.
- Render the description via templates JIRA: QTIP-205 Change-Id: I10523f85f80350e901a4a701bb65ca4833f8ff7c Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/cli/templates/plan.j2')
-rw-r--r--qtip/cli/templates/plan.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/qtip/cli/templates/plan.j2 b/qtip/cli/templates/plan.j2
new file mode 100644
index 00000000..c9adccc8
--- /dev/null
+++ b/qtip/cli/templates/plan.j2
@@ -0,0 +1,2 @@
+Name: {{ name }}
+Description: {{ description }}