Migrating to CLI 2.0
Upgrade guide for apps using the Webflow CLI.
Webflow CLI 2.0 renames several commands and raises the Node.js minimum version. The commands from the previous version still work but emit deprecation warnings because they will be removed in a future version.
CLI 2.0 requires Node.js 22.13.0 or higher. Before upgrading, check your Node.js version:
If itβs below 22.13.0, upgrade Node.js before proceeding.
Run this command to upgrade the Webflow CLI to version 2.0:
Then, verify the version of the CLI by running this command:
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.
For full options and examples, see the command reference.