Skip to content

xero v0.0.1

Choose a tag to compare

@cesarho cesarho released this 11 Mar 16:34
a8176cd

Terminal-first Xero CLI release.

Highlights

  • add tag-driven GitHub Actions and GoReleaser release automation
  • publish compiled archives for macOS, Linux, and Windows with checksums.txt
  • add xero version and xero --version support with embedded build metadata

Install

macOS / Linux

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

Windows (PowerShell)

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

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