Skip to content

Clarity CLI v0.1.1

Choose a tag to compare

@adusingi adusingi released this 04 Sep 11:57

Fixes macOS: clarity login in v0.1.0 failed with "Specified keyring backend not available".

The macOS builds were compiled with cgo disabled, which drops the Keychain backend the CLI stores
your token in — so every command that touched a credential failed, on every Mac. The darwin builds
are now cgo-enabled and verified against a real Keychain before release.

Linux and Windows were unaffected: their keyring backends are pure Go.

Install

curl -fsSL https://inbox.mobayilo.com/install.sh | sh

Already on v0.1.0? Re-run that line — it replaces the binary in place.

Full instructions: https://inbox.mobayilo.com/cli