Documentation

CLI Reference

Everything you need to know about TreeDa's command line interface. Connect your tools, assign tickets, and configure your workflow.

treeda connect

The connect command links TreeDa to the external services it needs to gather context. This includes chat platforms, email providers, ticket systems, and code repositories. Once connected, TreeDa continuously listens and builds context from these sources. All data is stored locally on your machine.

Syntax

$ treeda connect <service> [options]

Options

FlagDescription
--workspace <id>Specify a workspace or organization ID for the service.
--token <token>Provide an API token directly instead of going through the OAuth flow.

Examples

treeda connect slack

Opens the OAuth flow to connect your Slack workspace. TreeDa will start listening to specified channels.

treeda connect github --token ghp_xxxx

Connects to GitHub using a personal access token for repository access.

treeda connect jira --workspace MY-PROJECT

Connects to your Jira project board for ticket context.

treeda connect gmail

Connects to your Gmail account to read relevant email threads.