# cnctd_cli
Command-line interface for scaffolding and managing projects in the Connected Dot ecosystem.
## Installation
```bash
cargo install cnctd_cli
```
## Quick Start
```bash
# Create a new project
cnctd new
# Bump version
cnctd bump patch
# Update git and publish
cnctd update -m "Your commit message"
```
## Commands
- `cnctd new` - Start something new (project scaffolding)
- `cnctd config` - Configure CLI settings
- `cnctd update` - Update git repo and publish module
- `cnctd versions` - Get versions of all apps in directory
- `cnctd bump` - Bump project version (major/minor/patch)
- `cnctd repo` - Get repository info
- `cnctd workspace` - Update Cargo workspace
- `cnctd submodule` - Manage git submodules
- `cnctd scripts` - Run named scripts
- `cnctd s <name>` - Execute named shortcut
## Documentation
See [CLAUDE.md](./CLAUDE.md) for detailed usage and module information.
## License
MIT - Connected Dot Inc.