···1111## usage
12121313```bash
1414-# one-off via bunx (recommended)
1515-bunx anthropic
1616-1717-# or via npx
1818-npx anthropic
1414+# only works via bunx since it uses bun libraries
1515+bunx anthropic-api-key
19162017# override port
2121-PORT=9999 bunx anthropic
1818+PORT=9999 bunx anthropic-api-key
22192320# help
2424-bunx anthropic --help
2121+bunx anthropic-api-key --help
2522```
26232724## what it does
+1-1
package.json
···11{
22 "name": "anthropic-api-key",
33- "version": "0.1.4",
33+ "version": "0.1.5",
44 "description": "CLI to fetch Anthropic API access tokens via OAuth with PKCE using Bun.",
55 "type": "module",
66 "private": false,