{% if authenticated %}

CODOPS

A ChatOps for streamlined development workflows.

{% if valid_commands %}

Allowed commands

{% for name, info in valid_commands.items() %}
{{ name }}
{{ info.usage }}
{{ info.description }}
{% endfor %}
{% endif %} {% if answer %}

Result

{{ answer }}
{% endif %} {% else %}

CODOPS

 > Run a command ...
{% endif %}