xero v0.2.0
Terminal-first Xero CLI release.
Install
macOS / Linux
gh release download v0.2.0 --pattern 'xero_0.2.0_*'
tar xzf xero_0.2.0_darwin_arm64.tar.gz
chmod +x xero
sudo mv xero /usr/local/bin/
xero versionWindows (PowerShell)
gh release download v0.2.0 --pattern 'xero_0.2.0_windows_*'
Expand-Archive .\xero_0.2.0_windows_amd64.zip -DestinationPath .\xero
.\xero\xero.exe versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.