Search the documentation
4 pages for --base-dir.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…* Changed self-hosted runner Windows startup to require an explicit `--base-dir`; there is no default checkout directory on Windows * \[VSCode] "Report a problem" and `/bug` now open the built-in f…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…ment picks it up. That runner derives the checkout path from its own `--base-dir` and `--capacity`: `--capacity 1` checks out directly under `--base-dir`, and a `--capacity` above `1` uses per-session…
Self-hosted environments quickstart
Claude Code CLI · in the page
self-hosted-environments-quickstart
…positories out and creates per-session directories under it. Without `--base-dir` it uses `/workspace`, which only works if that directory already exists and is writable or you start the runner as roo…
Self-hosted environments reference
Claude Code CLI · in the page
self-hosted-environments-reference
…| | `--base-dir <path>` | `SELF_HOSTED_RUNNER_BASE_DIR` | `/workspace`; none on Windows | Dir…