templates the changes in https://github.com/ArcadeAI/monorepo/pull/765 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: adds `uv` configuration to generated templates and bumps the package version, with no runtime logic changes. > > **Overview** > Updates the `arcade new` **full** template `pyproject.toml` to include a new `[tool.uv]` section that pins resolver behavior via `exclude-newer = "1 week"` while exempting key `arcade-*` packages. > > Bumps the root project version from `1.12.2` to `1.12.3`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fd47343d52ee51700affad5c3f1701b3e143002f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> |
||
|---|---|---|
| .. | ||
| arcade_cli | ||
| README.md | ||
| run_cli.py | ||
Arcade CLI
Command-line interface for the Arcade platform.
Overview
Arcade CLI provides a comprehensive command-line interface for the Arcade platform:
- User Authentication: Login, logout
- Tool Development: Create, test, and manage Arcade tools
- Worker Deployment: Deploy and manage Arcade workers
- Interactive Chat: Test tools in an interactive environment
- Project Templates: Generate new server projects
Installation
uv tool install arcade-mcp
Usage
Learn how to use the Arcade CLI and what commands are available to you.
arcade --help
License
MIT License - see LICENSE file for details.