Overview
The Tambo CLI is a tool to help you get Tambo apps setup quickly. Here you'll find a description of each command available in the tambo cli.
Installation
The Tambo CLI is available as an npm package and can be used with npx
:
Quick Start
For new projects, the fastest way to get started is:
Command Categories
Project Setup
create-app
- Create a new Tambo app from templateinit
- Initialize Tambo in existing projectfull-send
- Complete setup with components
Component Management
add
- Add Tambo components to your projectlist
- List installed componentsupdate
- Update components to latest versions
Project Maintenance
upgrade
- Upgrade entire project (packages + components)migrate
- Migrate from legacy component structure
Need Help?
- Check out our common workflows for typical usage patterns
- See global options available for all commands
- Browse individual command documentation in the Commands section