We need a way to sync the Remote netlify sites build enviroment variables down to the local terminal process.env
Not sure what the command is but something like
netlify env:sync # ¯\_(ツ)_/¯
This would use the API to call into the site ID and pull back all the build env variables on process.env of the current terminal session.
We need a way to sync the Remote netlify sites build enviroment variables down to the local terminal
process.envNot sure what the command is but something like
This would use the API to call into the site ID and pull back all the build env variables on
process.envof the current terminal session.