Skip to main content

@latimer-woods-tech/deploy

CLI helpers and shell scripts for deploying Factory apps to Cloudflare Workers. No runtime dependencies.

Installation

Scripts

deploy-all

Deploys all packages in dependency order using wrangler deploy.

validate-bindings

Checks that all required Wrangler bindings are present in wrangler.jsonc before deploy.

tagRelease

Creates and pushes a version tag in <package>/v<version> format.

CI integration

Add to .github/workflows/deploy.yml: