Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

There There Cli Laravel Package

spatie/there-there-cli

There There CLI is a command-line tool to interact with the There There API from your terminal. Log in with workspace profiles, switch defaults, and run commands for tickets: list/search, show, reply/forward, add notes, and update status, assignee, or team.

View on GitHub
Deep Wiki
Context7

There There CLI

Latest Version on Packagist Total Downloads

A command-line tool for There There, interact with the There There API from your terminal.

Full documentation is available at there-there.com.

Installation

composer global require spatie/there-there-cli

Make sure Composer's global bin directory is in your PATH. You can find the path with:

composer global config bin-dir --absolute

Updating

composer global require spatie/there-there-cli

Usage

Authentication

# Log in (automatically creates a profile named after your workspace)
there-there login

# Log in with a specific profile name
there-there login --profile=spatie

# Log out the active profile
there-there logout

# Log out a specific profile
there-there logout --profile=spatie

Get your API token at there-there.app.

Profiles

If you have multiple workspaces, you can store credentials for each one in a separate profile.

# Log in to your first workspace
there-there login --profile=spatie

# Log in to your second workspace
there-there login --profile=ohdear

# List all profiles
there-there profiles

# Switch the default profile
there-there use spatie

# Run a single command against a different profile
there-there list-tickets --profile=ohdear

Commands

Every There There API endpoint has a corresponding command. Run there-there <command> --help for details on a specific command.

there-there list-tickets
there-there list-tickets --q="refund request"
there-there list-tickets --filter-search="billing"
there-there list-tickets --filter-created-after=2026-01-01
there-there show-ticket --ticket-id=<id>
there-there reply-to-ticket --ticket-id=<id> --field body="Your reply here"
there-there forward-ticket --ticket-id=<id> --field to="email@example.com"
there-there add-note-to-ticket --ticket-id=<id> --field body="Internal note"

there-there update-ticket-status --ticket-id=<id> --field status=closed
there-there update-ticket-assignee --ticket-id=<id> --field member_id=<member-id>
there-there update-ticket-team --ticket-id=<id> --field team_id=<team-id>

there-there add-tag-to-ticket --ticket-id=<id> --field tag_id=<tag-id>
there-there remove-tag-from-ticket --ticket-id=<id> --tag-id=<tag-id>

there-there list-ticket-activities --ticket-id=<id>

there-there list-contacts
there-there show-contact --contact-id=<id>

there-there list-channels
there-there list-members
there-there list-tags
there-there get-me

Agent Skill

This repository includes an agent skill that teaches coding agents how to use the There There CLI.

Install

there-there install-skill

Testing

composer test

Releasing a new version

  1. Build the PHAR:

    php there-there app:build there-there --build-version=1.x.x
    
  2. Commit and push:

    git add builds/there-there
    git commit -m "Release v1.x.x"
    git push origin main
    
  3. Create a release in the GitHub UI.

Users update with composer global require spatie/there-there-cli.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4