webflow-cli:cloud
Installation
SKILL.md
Webflow Cloud
Initialize new projects from templates and deploy to Webflow Cloud. Supports two modes: site-attached (deploy to an existing Webflow site) and project app (deploy as an independent project, no existing site required).
Instructions
Step 0: Verify CLI is installed
webflow --version
If the command is not found, install it:
npm install -g @webflow/webflow-cli@latest
# or yarn global add @webflow/webflow-cli@latest
# or pnpm add -g @webflow/webflow-cli@latest