feat: add --env-file flag to develop.sh (#25621)

Adds `--env-file` to `scripts/develop.sh` to allow reading environment 
from a given file. This makes it easier to configure things like external 
auth providers, access URLs, and other dev-time settings without 
exporting a wall of environment variables in every shell session.

> Generated with [Coder Agents](https://coder.com/agents)
This commit is contained in:
Cian Johnston
2026-05-25 11:54:57 +01:00
committed by GitHub
parent ffc51ec8b3
commit a4afb9dfc6
4 changed files with 203 additions and 3 deletions
+1
View File
@@ -595,6 +595,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/joho/godotenv v1.5.1
github.com/kaptinlin/go-i18n v0.2.4 // indirect
github.com/kaptinlin/jsonpointer v0.4.10 // indirect
github.com/kaptinlin/jsonschema v0.6.10 // indirect