xero v0.0.2
Terminal-first Xero CLI release.
Highlights
- improve browser OAuth reliability on Linux by listening on both IPv4 and IPv6 loopback addresses when
localhostis configured - fail fast when either loopback family is already bound so
localhostcannot 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 linuxfix(auth): fail on localhost loopback bind conflictsfix(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 versionWindows (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 versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.