becker

Results 21 comments of becker

how about allowing more then on dotenv-filename config? `just --dotenv-filename=.env --dotenv-filename=.env.local command` and ``` ENV := "prod" set dotenv-load set dotenv-filename := ".env" set dotenv-filename := ".env.local" set dotenv-filename :=...