[DOCS] Missing primary feature flags (`--remote`, `--teleport`, `--sandbox`) in CLI Reference table

Resolved 💬 4 comments Opened Jan 14, 2026 by coygeek Closed Feb 28, 2026

Documentation Type

Unclear/confusing documentation

Documentation Location

  • docs/en/cli-reference.md - docs/en/claude-code-on-the-web.md - docs/en/sandboxing.md

Section/Topic

The CLI flags table within the CLI reference documentation.

Current Documentation

The CLI flags table in docs/en/cli-reference.md provides an alphabetical list of supported command-line arguments. However, it currently omits several flags that are presented as primary entry points in other documentation files.

What's Wrong or Missing?

There is a significant inconsistency between the feature guides and the central CLI reference. Users looking for the full syntax or definition of flags they see in tutorials will find them missing from the official reference table.

Specifically:

  • docs/en/claude-code-on-the-web.md instructs users to use claude --remote "task" and claude --teleport.
  • docs/en/sandboxing.md includes a "See also" section stating: "CLI reference - Command-line options including -sb".
  • Contradiction: The CLI Flags table in docs/en/cli-reference.md does not list --remote, --teleport, or -sb/--sandbox.

Suggested Improvement

Update the CLI Flags table in docs/en/cli-reference.md to include these missing flags.

Suggested additions to the table:

| Flag | Description | Example |
| :--- | :--- | :--- |
| --remote | Start a new web session on claude.ai with the provided task | claude --remote "Fix the login bug" |
| --teleport | Resume a remote web session in the local terminal (interactive picker or specific ID) | claude --teleport |
| --sandbox, -sb | Enable bash sandboxing with filesystem and network isolation | claude --sandbox |

Impact

High - Prevents users from using a feature

Additional Context

  • Severity: Major (This affects core navigation and usability of the remote execution and sandboxing features).
  • Related Documentation:
  • [Claude Code on the web](/en/claude-code-on-the-web)
  • [Sandboxing](/en/sandboxing)
  • Changelog Context: Version 2.1.0 mentions: "Added /teleport and /remote-env... for claude.ai subscribers" and "Releasing a sandbox mode for the BashTool". These should be reflected in the static reference table to ensure it remains a "Complete reference."

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗