netlify env:import <filename>
Import and set environment variables from .env file
Arguments
Name | Description |
---|---|
filename | .env file to import |
Options
Name | Description |
---|---|
-r, --replaceExisting | Replace all existing variables instead of merging them with the current ones |
--debug | Print debugging information |
--httpProxy <httpProxy> | Proxy server address to route requests through |
--httpProxyCertificateFilename <httpProxyCertificateFilename> | Certificate file to use when connecting using a proxy server |