{% extends "base.html" %} {% block title %}Token Created{% endblock %} {% block content %}

Token Created

Copy this token now. It will not be shown again.

Name: {{ name }}
{{ token }}

Use it with:

cpm publish --token {{ token }} ...
Back to Tokens
{% endblock %}