Skip to content

← All questions

analyze put a URL out of my gitignored .env.local straight into the generated env yaml

Asked 5,640 views3 answers

Ran analyze on an app I had just been given, applied the proposal, opened the result and found this in projects/portal/envs/local.yaml:

yaml
api:
  baseUrl: https://storage.googleapis.com/<a bucket I did not know about>

That value is not in any tracked file. It is in .env.local, which is gitignored. I nearly committed it. Analyze is documented as read-only, and I had assumed read-only also meant it only read what is in source control. What exactly does it read, and how do I stop it?

asked by Helle Borg352 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related