v2.0.0
JSON-lines protocol trace, an agent skill, and installers that do not need Go.
Breaking change
stderr is JSON lines (one object per event), not YAML. Token JSON on stdout
is unchanged. For a YAML view of the trace, install
yq (brew install yq) and pipe stderr
through yq -p json -o yaml.
Highlights
- JSON-lines protocol trace on stderr;
--silentstill keeps only token JSON on stdout - Empty flags fail at the CLI (for example
--client-id "$UNSET") before any HTTP call - Required grant and auth fields (
client-id, secrets, tokens) are checked up front - Agent skill at
skills/oauth2c - Install without Go:
curl -fsSL https://raw.githubusercontent.com/sukujgrg/oauth2c/master/scripts/install.sh | shirm https://raw.githubusercontent.com/sukujgrg/oauth2c/master/scripts/install.ps1 | iex