Skip to content

xero v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 04:16
46a8301

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 version

Windows (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 version

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

Changelog

  • 9ed0a62 Merge pull request #10 from inscoder/feat/profile-based-login
  • 46a8301 Merge pull request #11 from inscoder/feat/split-invoices-bills
  • d362c81 feat(auth): add profile-based login
  • f933189 feat(invoices): split bills listing command