xero v0.0.1
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 versionandxero --versionsupport 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 versionWindows (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 versionPick the archive that matches your platform and architecture, then verify it against checksums.txt.