sopranos-cli
v0.1.5
Published
Sopranos CLI - Customer support infrastructure tool
Downloads
600
Maintainers
Readme
@sopranos/cli
CLI-first customer support infrastructure. Handle support tickets from your terminal with AI-assisted replies.
Installation
npm install -g sopranos-cliQuick Start
# Initialize a new project
sopranos init
# View your inbox
sopranos inbox
# Search documentation
sopranos search "how to reset password"
# Reply to a ticket with AI assistance
sopranos reply <ticket-id>
# Send the reply
sopranos send <ticket-id>Commands
| Command | Description |
|---------|-------------|
| sopranos init | Initialize a new project |
| sopranos inbox [id] | View tickets or a specific ticket thread |
| sopranos search <query> | Search local documentation |
| sopranos reply <id> | Draft a reply with AI assistance |
| sopranos send <id> | Send the latest draft for a ticket |
| sopranos pull | Fetch tickets from server for offline access |
| sopranos push | Push local changes to server |
| sopranos docs sync | Re-download and re-index documentation |
Prerequisites
- Node.js 18+
- qmd (for documentation search):
npm install -g qmd
License
MIT
