Skip to content

Commit f1a17d9

Browse files
CodesMcCabeclaude
andcommitted
feat: add Admin API client, apps/chains commands, and config onboarding
Add AdminClient with full CRUD for apps, chains, and allowlists. All API methods unwrap the { data: ... } envelope from the Alchemy Admin API. Includes interactive app selection during access-key setup, new error codes, and config support for app/access-key storage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b684d92 commit f1a17d9

14 files changed

Lines changed: 1472 additions & 32 deletions

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"node": ">=18"
2525
},
2626
"dependencies": {
27+
"@inquirer/prompts": "^8.3.0",
2728
"cli-table3": "^0.6.5",
2829
"commander": "^14.0.3",
2930
"yocto-spinner": "^1.1.0"

0 commit comments

Comments
 (0)