Docs/CLI/Overview
CLI

The cc-* CLI tools

2 min read

DevThrottle ships a small set of command-line tools onto your PATH - the cc-* tools. They exist for your agents as much as for you: an agent that needs to produce a PDF report or a Word document can call a tool that is guaranteed present, instead of improvising a different approach on every machine.

What installs by default

The installer's default tool set is deliberately small - three document converters, covered in the tool reference:

  • cc-pdf - Markdown to PDF
  • cc-html - Markdown to HTML
  • cc-word - Markdown to Word (.docx)

Alongside them, the installer manages the apps themselves: the Director, the Gateway, and the Launcher tray app.

Managed, not dumped

Tools are installed and updated by DevThrottle's own setup engine - versioned, hash-checked, and repairable. The Director's status rail shows the health of the bundled tools, and a broken tool install is something the app can fix, not a support ticket.

The wider toolbox

The default set is the floor, not the ceiling. The open source repository contains a larger collection of cc-* tools that DevThrottle can manage; the set that ships by default will grow deliberately - tools earn their place. Everything is MIT-licensed and readable in the repository.

Quick check that tools are on PATH
cc-pdf --help
Note
The tools are plain executables on PATH - nothing about them requires DevThrottle to be running, an account, or credits. They work in any terminal and from any agent.