Skip to content

Commit 21ce6b0

Browse files
authored
docs: add headless/CI installation instructions (#90)
1 parent b919754 commit 21ce6b0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Claude Code plugin that captures agent activity as OpenTelemetry traces — tool
2121

2222
> The plugin is registered as `dash0` in the official marketplace and `dash0-agent-plugin` in the Dash0 marketplace. Both install the same plugin; do not enable both at once or hooks will fire twice.
2323
24+
### Headless / CI installation
25+
26+
In environments without interactive access (containers, CI, scripts), use the CLI:
27+
28+
```bash
29+
git config --global url."https://github.com/".insteadOf "git@github.com:"
30+
claude plugin marketplace add dash0hq/claude-marketplace --scope user
31+
claude plugin install dash0-agent-plugin@dash0 --scope user
32+
```
33+
34+
> **Note:** Claude Code downloads marketplace plugins via SSH by default. If SSH keys are not configured for GitHub, the `git config` line above forces HTTPS. This is required in Docker containers, CI runners, or any environment without SSH access to GitHub.
35+
2436
### First-time setup
2537

2638
After installing, configure credentials using **one of these options**:

0 commit comments

Comments
 (0)