Closed gusdecool closed 7 months ago
Nevermind, looks like i got the cause. That because in serverless.yml file I put the environment
provider:
....
environment:
APP_ENV: ${sls:stage}
DATABASE_URL: FOOO
so if I called the bref:cli dot:env. It didn't list the DATABASE_URL
. This probably for security reason.
But will be great if bref show it as <redacted>
Description:
I tried the bref:cli for symfony. But for some reason it didn't read the DATABASE_URL env. Just that ENV.
my .env file
When I ran command
It only listed env TEST, but not the DATABASE_URL.
How to reproduce:
Package used