feat(cli): add recipe / auth-recipe commands + update push/creds/init

- New: acr recipe (push/list/get a user recipe to RECIPES KV)
- New: acr auth-recipe (inspect platform-seeded auth recipes)
- push/creds/init/parts/config updated to match the new cypher-executor
  routing (/auth, /credentials, webhooks-named).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 17:40:57 +08:00
parent 500d796573
commit 066652f6e8
10 changed files with 1290 additions and 291 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "arcrun",
"version": "1.0.3",
"version": "1.1.0",
"description": "AI Workflow CLI for arcrun — deploy and run WASM-based AI workflows on Cloudflare",
"bin": {
"acr": "dist/index.js"