Skip to content

πŸš€ Devenv commit-7e5b0db

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 21:22

πŸš€ 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