v1.8.50: Security and automation improvements
v1.8.50 includes important security updates and workflow improvements that make it easier to use in both local development and automated environments.
Security hardening for scaffolds
We’ve updated the dependencies used in Webflow Cloud scaffold projects to address recent security vulnerabilities. When you create a new Webflow Cloud project, you’ll automatically get the latest secure versions of these dependencies.
Automation-ready with --no-input flag
The new global --no-input flag is now available on all CLI commands. This flag disables all interactive prompts, ensuring your automated scripts never get stuck waiting for user input. You can use this flag to ensure your CI/CD pipelines and automated workflows run smoothly without any manual intervention.
Clearer workspace context when sharing
The webflow library share command now displays your Workspace name in the confirmation prompt. This helps you verify you’re sharing to the correct workspace before proceeding, especially useful when working across multiple workspaces. This small change helps prevent accidentally sharing component libraries to the wrong workspace.