AdoCli v0.4.11
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 220failed 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
theADO_ARGSenv 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_cliupdated to match.
Verified: quoted args parse correctly and piping toheadworks in both
escript and Burrito binaries.
See README.md for
installation instructions.