Releases: alchemyplatform/alchemy-cli
v0.6.2
v0.6.1
Patch Changes
- #64
27c1d79Thanks @CodesMcCabe! - Improved help text and descriptions forbalance,transfers,portfolio tokens,portfolio nfts,nfts,simulate asset-changes,rpc,webhooks list,webhooks create, andwallet addressto better describe each command's purpose and disambiguate similar commands.
v0.6.0
Minor Changes
- #56
59eda89Thanks @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
v0.5.1
Patch Changes
- #45
5dda8f1Thanks @CodesMcCabe! - Fix update notice sonpm i -g @alchemy/cli@latestis 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
v0.4.0
Minor Changes
-
#42
3186bccThanks @CodesMcCabe! - Breaking:tokens <address>is nowtokens balances <address>,txno longer includes receipt data (usereceiptseparately),network list --configuredmoved toapps configured-networks, andportfolio transactionsremoved (usetransfers).New features:
tokens balances --metadataresolves token symbols and decimals,network listsupports--mainnet-only/--testnet-only/--search,webhooks create/update/deletesupport--dry-run,agent-prompt --commandsfilters JSON output, andbalanceaccepts multiple addresses via stdin.
v0.3.1
v0.3.0
Minor Changes
-
#37
f552800Thanks @CodesMcCabe! - Address arguments now accept ENS names (e.g.alchemy balance vitalik.eth). Supported onbalance,transfers,tokens, andnftscommands when targeting Ethereum networks. -
#37
f552800Thanks @CodesMcCabe! - Movedchains listtoapps chainsfor clearer separation fromnetwork list. Useapps chainsto list Admin API chain identifiers (e.g. ETH_MAINNET) andnetwork listfor RPC network IDs (e.g. eth-mainnet).
v0.2.2
Patch Changes
- #28
42e1175Thanks @CodesMcCabe! - Improve error messages for unknown commands, invalid networks, RPC failures, and access denied responses so users get actionable guidance instead of raw errors.