Skip to content

Releases: alchemyplatform/alchemy-cli

v0.6.2

16 Apr 20:24
165dee6

Choose a tag to compare

Patch Changes

  • #65 bdfa467 Thanks @CodesMcCabe! - Improved command descriptions for balance, transfers, portfolio tokens, wallet address, webhooks list, and webhooks create to reduce ambiguity when tools are used by an LLM agent.

v0.6.1

16 Apr 17:41
52a7235

Choose a tag to compare

Patch Changes

  • #64 27c1d79 Thanks @CodesMcCabe! - Improved help text and descriptions for balance, transfers, portfolio tokens, portfolio nfts, nfts, simulate asset-changes, rpc, webhooks list, webhooks create, and wallet address to better describe each command's purpose and disambiguate similar commands.

v0.6.0

10 Apr 15:51
a64efa3

Choose a tag to compare

Minor Changes

  • #56 59eda89 Thanks @lohnim! - Migrate authentication to standard OAuth 2.0 (PKCE + state validation) and store credentials securely in the OS keychain (macOS Keychain, Linux Secret Service, Windows Credential Manager) via cross-keychain instead of plaintext config. The displayed login URL is now usable for manual paste, and auth completes immediately whether you press Enter or paste the URL in a browser.

v0.5.2

01 Apr 17:24
2347b94

Choose a tag to compare

Patch Changes

  • #47 c65f4c4 Thanks @lohnim! - Improve auth flow: browser-only onboarding, auto-prompt app selection when API key missing, searchable app list, updated auth success page styling, and fix config list to show auth/webhook fields

v0.5.1

01 Apr 14:08
26b0961

Choose a tag to compare

Patch Changes

  • #45 5dda8f1 Thanks @CodesMcCabe! - Fix update notice so npm i -g @alchemy/cli@latest is suggested (forces npm to fetch the newest version) and clear the update-check cache on postinstall to prevent stale "update available" messages after upgrading.

v0.5.0

31 Mar 19:57
2dd3ec3

Choose a tag to compare

Minor Changes

  • #44 224ba98 Thanks @lohnim! - Add alchemy auth command for browser-based login, SIWx wallet authentication with cached SIWE tokens, alchemy apps select for switching apps, and internal base domain override for development testing.

v0.4.0

30 Mar 17:25
0de8318

Choose a tag to compare

Minor Changes

  • #42 3186bcc Thanks @CodesMcCabe! - Breaking: tokens <address> is now tokens balances <address>, tx no longer includes receipt data (use receipt separately), network list --configured moved to apps configured-networks, and portfolio transactions removed (use transfers).

    New features: tokens balances --metadata resolves token symbols and decimals, network list supports --mainnet-only/--testnet-only/--search, webhooks create/update/delete support --dry-run, agent-prompt --commands filters JSON output, and balance accepts multiple addresses via stdin.

v0.3.1

26 Mar 02:17
e0b902c

Choose a tag to compare

Patch Changes

  • #39 03e9da5 Thanks @lohnim! - Wire --no-color flag to color system, add $XDG_CONFIG_HOME support, add confirmation prompts to apps delete and webhooks delete

v0.3.0

25 Mar 21:03
6daf71e

Choose a tag to compare

Minor Changes

  • #37 f552800 Thanks @CodesMcCabe! - Address arguments now accept ENS names (e.g. alchemy balance vitalik.eth). Supported on balance, transfers, tokens, and nfts commands when targeting Ethereum networks.

  • #37 f552800 Thanks @CodesMcCabe! - Moved chains list to apps chains for clearer separation from network list. Use apps chains to list Admin API chain identifiers (e.g. ETH_MAINNET) and network list for RPC network IDs (e.g. eth-mainnet).

v0.2.2

24 Mar 14:54
920e7fc

Choose a tag to compare

Patch Changes

  • #28 42e1175 Thanks @CodesMcCabe! - Improve error messages for unknown commands, invalid networks, RPC failures, and access denied responses so users get actionable guidance instead of raw errors.