{% extends "dashboard/base.html" %} {% set active_page = 'tokens' %} {% block title %}Connected Apps - CmdForge Dashboard{% endblock %} {% block dashboard_header %}
Manage devices connected to your CmdForge account
Connected apps can publish tools and sync your work across devices.
You can connect via the TUI (cmdforge ui → Connect button)
or run cmdforge config connect {{ user.slug }} in your terminal,
then click "Connect New App" here to complete the connection.
| Device | Connected | Last Active | Actions |
|---|---|---|---|
|
{{ token.hostname or token.name }} {% if token.hostname and token.name != 'App: ' + token.hostname %}{{ token.name }} {% endif %} |
{{ token.created_at|date_format }} | {{ token.last_used_at|timeago if token.last_used_at else 'Never' }} |
Connect your CmdForge CLI to sync tools and publish across devices.
To connect a new app, use either method:
Option 1: TUI
cmdforge ui
Then click the "Connect" button in the UI.
Option 2: Command Line
cmdforge config connect {{ user.slug }}
Then click the button below to complete the connection.
Waiting for connection...
Run cmdforge config connect {{ user.slug }} in your terminal
Expires in 5:00
Connected!
Copy your token now. You won't be able to see it again!