This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.

CLI v2.0.0: Renamed commands and Node.js 22 minimum version

CLI 2.0 consolidates the webflow library command group into webflow devlink and raises the Node.js minimum version to 22.13.0. The commands from the previous version still work but emit deprecation warnings because they will be removed in a future version.

Breaking changes

Node.js minimum version raised to 22.13.0. Verify your Node.js version with node --version before upgrading.

Upgrading

Run this command to upgrade the Webflow CLI to version 2.0:

$npm install -g @webflow/webflow-cli@latest

Then, verify the version of the CLI by running this command:

$webflow --version

Renamed commands

These commands have been renamed. The commands work the same way and take the same options. Be sure to update scripts and CI to use the new commands.

Version 1 commandVersion 2 commandDescription
webflow library sharewebflow devlink importBundles and shares components with a Webflow Workspace
webflow library bundlewebflow devlink bundleBundles a Code Component library locally without sharing it to Webflow
webflow library logwebflow logShows the path to the latest log file
webflow cloud createwebflow cloud initInitializes a Webflow Cloud project from a template

For full options and examples, see the command reference.