Skip to content

Commit ffbc268

Browse files
authored
[wrangler] Add ai search commands (#12868)
1 parent e631a94 commit ffbc268

16 files changed

Lines changed: 2049 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Add `wrangler ai-search` command namespace for managing Cloudflare AI Search instances
6+
7+
Introduces a CLI surface for the Cloudflare AI Search API (open beta), including:
8+
9+
- Instance management: `ai-search list`, `create`, `get`, `update`, `delete`
10+
- Semantic search: `ai-search search` with repeatable `--filter key=value` flags
11+
- Instance stats: `ai-search stats`
12+
13+
The `create` command uses an interactive wizard to guide configuration. All commands require authentication via `wrangler login`.

0 commit comments

Comments
 (0)