cdn.pizzaDocumentation

Developers

Automation recipes

Each recipe combines prerequisites, commands, verification, and rollback.

#Overview

Each recipe combines prerequisites, commands, verification, and rollback.

#Reproducible recipes

A recipe starts with prerequisites and ends with an observable verification. For a static site: list the zone, upload versioned assets, verify URLs, and purge only unversioned paths.

For a network or status agent, create a short key at the last moment, enroll one machine, test one pass, and then install the service. Never reuse an enrollment key as an API token.

#Build an automation

  1. Read identifiers with a --json command.

  2. Validate files and configuration locally.

  3. Run the mutation and retain its public identifier.

  4. Verify final state and plan one bounded rollback action.

#Verifiable example

bash
cdn-pizza files -z ZONE_ID --json
cdn-pizza upload -z ZONE_ID -f ./dist/app.css
cdn-pizza purge -z ZONE_ID --path /assets/app.css
Customer documentationReference generated from published interfaces