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.
You can now store credentials for multiple workspaces using named profiles.
# Log in to multiple workspaces
there-there login --profile=spatie
there-there login --profile=ohdear
# List all profiles
there-there profiles
# Switch the default profile
there-there use spatie
# Run a command against a specific profile
there-there list-tickets --profile=ohdear
When logging in without --profile, the profile is automatically named after the workspace.
there-there profiles lists all configured profilesthere-there use {profile} switches the default profilelogin accepts --profile to name the profilelogout accepts --profile to remove a specific profile, or --all to remove all--profile to override the active profile for that invocationHow can I help you explore Laravel packages today?