{% if authenticated %}
CODOPS
A ChatOps for streamlined development workflows.
Run
{% 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
A ChatOps for streamlined development workflows.
Sign in with GitHub
> Run a command ...
{% endif %}