Automate your CDN deployments.

CLI, API and purge commands to integrate cdn.pizza into your workflows.

$ npm i -g @cdn.pizza/cli
$ cdn-pizza login
$ cdn-pizza domain add example.com
$ cdn-pizza deploy ./dist --zone example.com
$ cdn-pizza purge https://example.com/*

The console is useful for setup. CLI and API take over for deployments, purges, zones and pipelines.

Zones: list, create, update

Deployments: send, status, history

Purge: URL, tag or all

Rules: cache, redirects, headers

Logs: requests, cache, errors

API keys: create, revoke, list

A tool that stays usable from the terminal.

The console is useful for setup. CLI and API take over for deployments, purges, zones and pipelines.

POST /api/v1/purge
{ "type": "tag", "value": "build-123" }

Try it with a real domain.

Public beta: 100 GB premium/month included during beta for accounts created now. No commitment. Cancel anytime.

Create free account

Frequently asked questions

Does the CLI work in CI?

Yes. It is designed for build, upload, purge and verification routines when tokens are configured.

Can I start without the CLI?

Yes. The console is enough to start, then automation helps when work repeats.