Skip to content

Commit 658385f

Browse files
Palashiofjmorris
andauthored
docs(engine): add CLI section for listing issues (#4171)
## Summary Adds a short \"Manage issues via the CLI\" section to the Engine docs covering `langsmith project issues list`. ## Release Note none ## Test Plan - [x] Renders correctly in the docs --------- Co-authored-by: Florence Morris <1629446+fjmorris@users.noreply.github.com>
1 parent 7bf2cb2 commit 658385f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/langsmith/engine.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ Click **Resolve** to mark an issue as fixed, or **Ignore** to dismiss it as not
146146

147147
To reopen a previously closed issue, open the issue detail view and click **Reopen**.
148148

149+
## List issues via the CLI
150+
151+
You can list issues programmatically using the [LangSmith CLI](/langsmith/cli).
152+
153+
```bash
154+
# List issues for a project
155+
langsmith project issues list --project <project-name>
156+
```
157+
149158
## Configure the LangSmith Engine
150159

151160
<Note>

0 commit comments

Comments
 (0)