Skip to content

Releases: alchemyplatform/alchemy-cli

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.

v0.2.1

23 Mar 19:05
6f591b8

Choose a tag to compare

Patch Changes

  • #27 6fbe207 Thanks @CodesMcCabe! - Show an upgrade notice when a newer CLI version is available during onboarding and interactive startup. Add an explicit alchemy update-check command so agents and scripts can retrieve current and latest version info with install guidance.

v0.2.0

13 Mar 00:48
d7fed1c

Choose a tag to compare

Minor Changes

  • #24 b30fdc2 Thanks @CodesMcCabe! - Add agent-prompt command that emits complete automation/agent usage instructions including execution policy, auth methods, error codes, and command schema.

Showing a demo to Cody

11 Mar 18:10
7ea15b8

Choose a tag to compare

v0.1.3

Merge pull request #12 from alchemyplatform/gp/create-new-branch-to-t…