W
Webflow CLI
Details
- Command
-
webflow - Docs
- https://developers.webflow.com/cli/reference/webflow-cli
Authentication
$ webflow auth login Create a site-scoped API token from the Site Token path in the Webflow Data API authentication docs. Site authentication in the CLI auth docs stores this as WEBFLOW_SITE_API_TOKEN after webflow auth login.
$ webflow devlink import Create a workspace-scoped API token from the Workspace Token path in the Webflow Data API authentication docs. For CLI workflows, CLI authentication stores it as WEBFLOW_WORKSPACE_API_TOKEN, and CI can pass it with --api-token.