eb setenv

eb setenv `cat .env | sed '/^#/ d' | sed '/^$/ d'`
// this will get everything you did set already on the .env file
Gogo