Skip to content

xero v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 17:13
065a65e

Terminal-first Xero CLI release.

Install

macOS / Linux

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

Windows (PowerShell)

gh release download v0.1.0 --pattern 'xero_0.1.0_windows_*'
Expand-Archive .\xero_0.1.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

  • d69325e Merge pull request #7 from inscoder/chore/update-github-actions-node24
  • 5bf7e21 Merge pull request #8 from inscoder/fix/linux-browser-auth-open-blocking
  • 065a65e Merge pull request #9 from inscoder/fix/persist-oauth-refresh-credentials
  • 0c08b3c chore(ci): update GitHub Actions for Node 24
  • 912cbe7 fix(auth): persist OAuth credentials for refresh