You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces 'dev' and 'deploy' stub commands to the agents CLI, updates tests for comprehensive coverage of these commands, and adds 'create' as an alias for 'init'. Help output and command descriptions are updated accordingly.
Copy file name to clipboardExpand all lines: .changeset/soft-beds-rescue.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,11 @@
4
4
5
5
Add CLI entry point and tests for agents package
6
6
7
-
Introduces a new CLI for the agents package using yargs, with 'init' and 'mcp' commands stubbed. Adds CLI test suite and configuration for Vitest, updates package.json to register the CLI binary, and includes related dependencies.
7
+
Introduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):
8
+
9
+
-`init` / `create` - Initialize an agents project
10
+
-`dev` - Start development server
11
+
-`deploy` - Deploy agents to Cloudflare
12
+
-`mcp` - The agents mcp server
13
+
14
+
Adds CLI test suite with comprehensive coverage for all commands and configurations. Updates package.json to register the CLI binary, adds test scripts for CLI testing, and includes yargs dependencies.
0 commit comments