@storm-software/cloudflare-tools
Version:
A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.
20 lines (19 loc) • 777 B
JSON
{
"executors": {
"cloudflare-publish": {
"implementation": "./dist/src/executors/cloudflare-publish/executor",
"schema": "./dist/src/executors/cloudflare-publish/schema.json",
"description": "Publish a Cloudflare worker/pages using the Wrangler CLI"
},
"serve": {
"implementation": "./dist/src/executors/serve/executor",
"schema": "./dist/src/executors/serve/schema.json",
"description": "Serve a worker locally for development using the Wrangler CLI"
},
"r2-upload-publish": {
"implementation": "./dist/src/executors/r2-upload-publish/executor",
"schema": "./dist/src/executors/r2-upload-publish/schema.json",
"description": "Publish changes by uploading files to a Cloudflare R2 bucket"
}
}
}