π Devenv Release (commit-7e5b0db)
π Build Info
- Commit:
7e5b0db - Build Date (UTC):
2026-05-27T21:21:29Z
π Commit Description
Centralize all output through the log package and add env command tests
All direct fmt output in commands (help, version, env) now routes
through
the log package. log.SetOutput lets callers redirect output β used in
tests
to capture and assert on log lines without touching stdout.
- log: add SetOutput(io.Writer), Print (no prefix), route Info/Fatal to
out - env: remove io.Writer param, use log.Info; fix bare-name env var panic
- help, version: replace fmt.Println with log.Print
- tests: captureLog helper redirects log output into a bytes.Buffer;
four focused env command tests cover missing keys, value display,
--no-values flag, and keys already present in the OS environment - README: document env subcommand, all flags (--dont-commit,
--no-values),
fix inaccuracies in FAQ and command table; remove stale emoji comments
from test files
A fast, minimal development environment manager built with Go.
π¦ Downloads
π§ Linux
- Linux (x86_64) β
devenv-linux - Linux (ARM64) β
devenv-linux-arm64 - Linux (x86) β
devenv-linux-386
π macOS
- macOS (Intel) β
devenv-macos-intel - macOS (Apple Silicon) β
devenv-macos-arm64
πͺ Windows
- Windows (64-bit) β
devenv-windows-amd64.exe - Windows (ARM64) β
devenv-windows-arm64.exe
β¨ Built automatically from commit 7e5b0db at 2026-05-27T21:21:29Z