Code Components

Remove .env from Git

De-Auth existing keys, if .env has already been checked in

echo .env >> .gitignore
git rm --cached .env 
git commit -m "Stop tracking .env" 

De-Authorizing API Keys

If you need to de-authorize and recreate an API key, go to;

  • Go to the authorized Webflow workspace dashboard

  • Open Apps & Integrations / Manage

  • Under Connected Apps, find Webflow CLI and open it

  • Remove access for any Code Components you want

Last updated