arcade-mcp/libs/arcade-cli/README.md
Eric Gustin 3d2665d36c
Rename some 'toolkit' references to 'server' (#624)
There are many more instances of toolkit within this repo, but the goal
of this PR is to get rid of user facing references as much as possible.

---------

Co-authored-by: Nate Barbettini <nate@arcade.dev>
2025-10-14 18:42:27 -07:00

28 lines
658 B
Markdown

# 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
```bash
pip install arcade-mcp
```
## Usage
Learn how to use the Arcade CLI and what commands are available to you.
```bash
arcade --help
```
## License
MIT License - see LICENSE file for details.