{ "id": "cloudflare-wrangler", "version": "1.0.3", "name": "Cloudflare Workers CLI (Wrangler) (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cloudflare-wrangler", "description": "The Workers command-line interface, Wrangler, allows you to create, test, and deploy your Workers projects.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/npm-package", "ghcr.io/devcontainers/features/node" ] }