Bulk import environment variables from a .env file
We’ve shipped a small UX improvement for Cloud environment variables in the Webflow Dashboard: you can now bulk import variables by uploading a .env file instead of adding them one by one.
What’s new
- Drag and drop import — Upload a
.envfile in the Webflow Dashboard’s environment variables section to import variables in bulk. - Review before importing — Parse and review variables before committing, so you can catch issues early.
- Secret auto-detection — The importer automatically flags likely secrets (for example, variables ending in
_SECRET,_KEY, or_TOKEN). - Conflict resolution — Choose to overwrite existing variables when there are naming conflicts.
- Standard .env syntax support — Supports
exportstatements, comments, and quoted values.