[PR #3832] [MERGED] Document sandbox CLI commands #3846

Closed
opened 2026-06-05 18:53:21 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3832
Author: @langchain-infra
Created: 5/1/2026
Status: Merged
Merged: 5/1/2026
Merged by: @langchain-infra

Base: mainHead: mukil/sandbox-cli-docs


📝 Commits (2)

  • 4b1cf53 Document sandbox CLI commands
  • 20be060 Update src/langsmith/sandbox-cli.mdx

📊 Changes

5 files changed (+304 additions, -0 deletions)

View changed files

📝 .gitignore (+7 -0)
📝 src/docs.json (+1 -0)
📝 src/langsmith/langsmith-cli.mdx (+10 -0)
src/langsmith/sandbox-cli.mdx (+282 -0)
📝 src/langsmith/sandboxes.mdx (+4 -0)

📄 Description

Adds a dedicated Sandbox CLI docs page for the new LangSmith CLI sandbox commands.

  • Documents snapshot build/capture/list/get/wait/delete commands
  • Documents sandbox create/list/get/update/start/stop/wait/delete commands
  • Covers sandbox exec, sandbox console, TCP tunneling, and sandbox ssh-setup
  • Links the new page from the Sandboxes overview, Sandboxes nav, and general LangSmith CLI page
  • Adds .gitignore credential-file patterns

Verification:

  • make lint_prose FILES="src/langsmith/sandbox-cli.mdx src/langsmith/sandboxes.mdx src/langsmith/langsmith-cli.mdx"
  • make broken-links
  • git diff --check

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3832 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 5/1/2026 **Status:** ✅ Merged **Merged:** 5/1/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `mukil/sandbox-cli-docs` --- ### 📝 Commits (2) - [`4b1cf53`](https://github.com/langchain-ai/docs/commit/4b1cf5305a6493ff06c23db71e406a55e72b7fda) Document sandbox CLI commands - [`20be060`](https://github.com/langchain-ai/docs/commit/20be0605b5e2db58db6ab0a8c5ed60e7d72dac7a) Update src/langsmith/sandbox-cli.mdx ### 📊 Changes **5 files changed** (+304 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+7 -0) 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/langsmith-cli.mdx` (+10 -0) ➕ `src/langsmith/sandbox-cli.mdx` (+282 -0) 📝 `src/langsmith/sandboxes.mdx` (+4 -0) </details> ### 📄 Description Adds a dedicated Sandbox CLI docs page for the new LangSmith CLI sandbox commands. - Documents snapshot build/capture/list/get/wait/delete commands - Documents sandbox create/list/get/update/start/stop/wait/delete commands - Covers `sandbox exec`, `sandbox console`, TCP tunneling, and `sandbox ssh-setup` - Links the new page from the Sandboxes overview, Sandboxes nav, and general LangSmith CLI page - Adds `.gitignore` credential-file patterns Verification: - `make lint_prose FILES="src/langsmith/sandbox-cli.mdx src/langsmith/sandboxes.mdx src/langsmith/langsmith-cli.mdx"` - `make broken-links` - `git diff --check` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:21 -04:00
yindo closed this issue 2026-06-05 18:53:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3846