PHPackages                             spatie/there-there-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. spatie/there-there-cli

ActiveProject[CLI &amp; Console](/categories/cli)

spatie/there-there-cli
======================

A standalone CLI tool for the There There helpdesk.

0.7.1(1mo ago)041MITPHPPHP ^8.4CI passing

Since Mar 9Pushed 2w agoCompare

[ Source](https://github.com/spatie/there-there-cli)[ Packagist](https://packagist.org/packages/spatie/there-there-cli)[ Docs](https://there-there.app)[ RSS](/packages/spatie-there-there-cli/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (4)Dependencies (12)Versions (8)Used By (0)

There There CLI
===============

[](#there-there-cli)

[![Latest Version on Packagist](https://camo.githubusercontent.com/05a925bb860960567191da07cd1469532aa1cb841db8a091ceaf7fbc68b48c81/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f74686572652d74686572652d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/there-there-cli)[![Total Downloads](https://camo.githubusercontent.com/ae0f112bd81d63ce1248caf3cccdf89f8970d72616929127643d0e06a358dea6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f74686572652d74686572652d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/there-there-cli)

A command-line tool for [There There](https://there-there.app), interact with the There There API from your terminal.

Full documentation is available at [there-there.app](https://there-there.app).

Installation
------------

[](#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
--------

[](#updating)

```
composer global require spatie/there-there-cli
```

Usage
-----

[](#usage)

### Authentication

[](#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](https://there-there.app).

### Profiles

[](#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

[](#commands)

Every There There API endpoint has a corresponding command. Run `there-there  --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=TICKET_ULID
there-there reply-to-ticket --ticket=TICKET_ULID --field body="Your reply here"
there-there forward-ticket --ticket=TICKET_ULID --field to_recipients='["email@example.com"]'
there-there add-note-to-ticket --ticket=TICKET_ULID --field body="Internal note"

there-there update-ticket-status --ticket=TICKET_ULID --field status=closed
there-there update-ticket-assignee --ticket=TICKET_ULID --field assignee_ulid=USER_ULID
there-there update-ticket-team --ticket=TICKET_ULID --field team_ulid=TEAM_ULID

there-there add-tag-to-ticket --ticket=TICKET_ULID --tag=TAG_ULID
there-there remove-tag-from-ticket --ticket=TICKET_ULID --tag=TAG_ULID

there-there list-ticket-activities --ticket=TICKET_ULID

there-there list-contacts
there-there show-contact --contact=CONTACT_ULID

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

Agent Skill
-----------

[](#agent-skill)

This repository includes an [agent skill](https://skills.sh) that teaches coding agents how to use the There There CLI.

### Install

[](#install)

```
there-there install-skill
```

Testing
-------

[](#testing)

```
composer test
```

Releasing a new version
-----------------------

[](#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
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Spatie](https://github.com/spatie)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Total

6

Last Release

47d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7535935?v=4)[Spatie](/maintainers/spatie)[@spatie](https://github.com/spatie)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (34 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![nmnandakishore](https://avatars.githubusercontent.com/u/4891407?v=4)](https://github.com/nmnandakishore "nmnandakishore (1 commits)")

---

Tags

aiclihelpdeskspatieclisupporthelpdeskthere-there

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/spatie-there-there-cli/health.svg)

```
[![Health](https://phpackages.com/badges/spatie-there-there-cli/health.svg)](https://phpackages.com/packages/spatie-there-there-cli)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.7k](/packages/symfony-console)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k357.7M10.8k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k271.5M378](/packages/nunomaduro-termwind)[wp-cli/wp-cli

WP-CLI framework

5.1k18.5M401](/packages/wp-cli-wp-cli)[wp-cli/php-cli-tools

Console utilities for PHP

68227.8M375](/packages/wp-cli-php-cli-tools)[spatie/laravel-signal-aware-command

Handle signals in artisan commands

16715.7M3](/packages/spatie-laravel-signal-aware-command)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
