Content CLI
The Quant Content CLI (quant) is a command-line tool for deploying static sites and managing content on QuantCDN. Use it to push build output from any static site generator, manage redirects, purge cached content, and configure edge filter functions.
Where to start
Section titled “Where to start”- Get started — install the CLI, initialise a project, and deploy your first site.
- Commands reference — full reference for every
quantcommand. - CI/CD pipelines — deploy from GitHub Actions, GitLab CI, and other providers.
Install
Section titled “Install”npm install -g @quantcdn/quant-cliThe CLI requires Node.js 20 or higher. See Get started for the full setup walkthrough.
