You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@webflow/webflow-cli

Package Overview
Dependencies
Maintainers
6
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webflow/webflow-cli

## Install

npmnpm
Version
1.1.1
Version published
Weekly downloads
14K
78.61%
Maintainers
6
Weekly downloads
 
Created
Source

Webflow CLI

Install

npm i @webflow/webflow-cli

Usage

npx webflow devlink -h

In order to use the DevLink CLI first you'll need to create a .webflowrc.json configuration file on your application's root directory. It should look something like this:

{
  "host": "https://api.wfdev.io:8443",
  "rootDir": "./devlink",
  "siteId": "[YOUR SITE ID]",
  "authToken": "[API TOKEN]"
}

You'll have to generate an API token to your application. This can be done on your Webflow project by going to Site Settings > Integrations.

Sync your design system

npx webflow devlink sync

Terms of Service

By using Webflow DevLink you agree to the Webflow Labs Terms of Service.

FAQs

Package last updated on 16 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts