This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
CLI: app-named flags for webflow cloud and renamed manifest field
CLI: app-named flags for webflow cloud and renamed manifest field
The Webflow CLI now uses app-named flags and an app-named manifest field for webflow cloud to match the “Apps” product naming. The legacy spellings keep working as deprecated aliases — you don’t need to migrate immediately.
New flags on webflow cloud
--project-nameand--project-idcontinue to work as deprecated long-form aliases. Using either prints a warning pointing at the new spelling.- The
-pshort flag for--project-idwas removed in favor of-a. Long-form--project-idstill works. - Passing both spellings together (for example,
--app-name X --project-name Y) errors instead of picking one.
For full options, see the cloud init and cloud deploy reference.
Renamed webflow.json manifest field
The cloud.project_id manifest field is now cloud.app_id. New deploys write cloud.app_id. Existing manifests carrying cloud.project_id keep working — the CLI reads the legacy field transparently as a fallback, so you don’t need to update your webflow.json to keep deploying. A future major release will drop the legacy field.
See the configuration reference for details.