summaryrefslogtreecommitdiffstats
path: root/qtip/cli/templates/qpi.j2
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/cli/templates/qpi.j2')
-rw-r--r--qtip/cli/templates/qpi.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/qtip/cli/templates/qpi.j2 b/qtip/cli/templates/qpi.j2
new file mode 100644
index 00000000..cc85f10d
--- /dev/null
+++ b/qtip/cli/templates/qpi.j2
@@ -0,0 +1,12 @@
+Name: {{ title }}
+Description: {{ description }}
+{% for section in sections %}
+ Name: {{ section.name }}
+ Weight: {{ section.weight }}
+ Formula: {{ section.formula }}
+ Metrics:
+ {% for metric in section.metrics %}
+ {{ metric }}
+ {% endfor %}
+{% endfor %}
+