Skip to content

xero v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Mar 10:10
c2e8925

Terminal-first Xero CLI release.

Highlights

  • improve browser OAuth reliability on Linux by listening on both IPv4 and IPv6 loopback addresses when localhost is configured
  • fail fast when either loopback family is already bound so localhost cannot redirect to the wrong local listener
  • preserve plain-text bind errors and document the updated callback behavior in the auth docs

Included changes

  • fix(auth): support localhost oauth callback on linux
  • fix(auth): fail on localhost loopback bind conflicts
  • fix(auth): preserve loopback bind error text

Install

macOS / Linux

gh release download v0.0.2 --pattern "xero_0.0.2_*"
tar xzf xero_0.0.2_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero version

Windows (PowerShell)

gh release download v0.0.2 --pattern "xero_0.0.2_windows_*"
Expand-Archive .\xero_0.0.2_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe version

Pick the archive that matches your platform and architecture, then verify it against checksums.txt.