Skip to content

xero v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:59
f5a4a71

Terminal-first Xero CLI release.

Install

macOS / Linux

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

Windows (PowerShell)

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

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

Changelog

  • f5a4a71 feat: add contacts commands (#13)
  • 777fa34 feat: add invoice and bill write workflows (#12)