No description
Find a file
2025-08-28 13:33:04 +02:00
.forgejo/workflows swap back to secrets.TOKEN 2025-08-15 11:25:30 +02:00
src initial commit 2025-08-14 22:47:00 +02:00
test initial commit 2025-08-14 22:47:00 +02:00
.gitignore initial commit 2025-08-14 22:47:00 +02:00
Dockerfile workflow 2025-08-15 10:04:44 +02:00
gleam.toml initial commit 2025-08-14 22:47:00 +02:00
manifest.toml initial commit 2025-08-14 22:47:00 +02:00
README.md update readme 2025-08-28 13:33:04 +02:00

example_dot_env

Makes example.env versions of all .env files in the current directory (and subdirectories)

Run using:

docker run -it --mount type=bind,src=.,dst=/app/data git.nuv.sh/nuv/example_dot_env:latest

Creates
example.env

SOME_VARIABLE=

from
.env

SOME_VARIABLE=some_secret_key