Skip to content

AdoCli v0.4.11

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:43
a742501

AdoCli v0.4.11

Pre-built binaries for all supported platforms.

Platform Architecture Binary
Linux x86_64 ado-*-linux-x86_64
Linux aarch64 ado-*-linux-aarch64
macOS Apple Silicon ado-*-macos-aarch64
macOS Intel ado-*-macos-x86_64
Windows x86_64 ado-*-windows-x86_64.exe

Fixed

  • ado prs diff ... --unified | head -n 220 failed in Burrito binaries
    with "Failed to write log message to stdout, trying stderr".
    Root
    cause was a Burrito wrapper bug: CLI args were joined with spaces into
    the ADO_ARGS env var, which broke args containing spaces (e.g. project
    names like "Employee Management"). The Burrito fork has been fixed
    upstream — args now flow via native argv (after -extra) and reach the
    BEAM through :init.get_plain_arguments/0. ado_cli updated to match.
    Verified: quoted args parse correctly and piping to head works in both
    escript and Burrito binaries.

See README.md for
installation instructions.