@terragon-labs/cli
Version:
The official CLI for Terragon Labs - your AI-powered coding assistant.
28 lines (17 loc) • 472 B
Markdown
# Terry CLI
The official CLI for Terragon Labs - your AI-powered coding assistant.
## Installation
```bash
npm install -g @terragon-labs/cli
```
## Usage
### Authentication
```bash
terry auth
```
Authenticate with your Terragon API key. This will open a browser window for OAuth authentication.
### Pull Thread
```bash
terry pull [threadId]
```
Fetch session data for a thread. If no thread ID is provided, you'll see an interactive list of your recent threads.