@edge-zero/cli
v1.0.2
Published
The Edge Zero CLI for scaffolding and upgrading Cloudflare-native sites
Maintainers
Readme
@edge-zero/cli
The official Edge Zero CLI for scaffolding and upgrading Cloudflare-native Edge Zero projects.
Install
npm install -g @edge-zero/cliYou can also use it without a global install:
npx @edge-zero/cli@latest --helpCommands
edgezero create my-site
edgezero login
edgezero status my-project-id
edgezero legal-accept my-project-id
edgezero add hero
edgezero upgrade .What It Does
- scaffolds new Edge Zero projects
- upgrades starter projects to the latest standalone conventions
- installs new UI blocks into an existing project
- inspects provisioning/resource health for managed projects
- authenticates Pro access when needed
Requirements
- Node.js
>=20.9.0 pnpmfor generated project installs
Environment Overrides
Use these to point the CLI at non-production control plane endpoints:
EDGEZERO_API_URL(default:https://api.edgezero.dev)EDGEZERO_DASHBOARD_URL(default:https://edgezero.dev)EDGE_ZERO_LOCAL=1(uses local defaults: APIhttp://localhost:8787, dashboardhttp://localhost:3001)
Notes
This package is the distributable CLI only. The canonical cms, www, and cms-types app packages remain part of the Edge Zero starter scaffold rather than being published independently.
License/compliance artifacts shipped with this package:
LICENSENOTICETHIRD_PARTY_NOTICES.md
