Skip to content

Commit d130b63

Browse files
chore: regenerate SKILL.md
1 parent de7594b commit d130b63

File tree

1 file changed

+3
-0
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+3
-0
lines changed

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The CLI must be installed and authenticated before use.
1515

1616
```bash
1717
curl https://cli.sentry.dev/install -fsS | bash
18+
curl https://cli.sentry.dev/install -fsS | bash -s -- --version nightly
1819
brew install getsentry/tools/sentry
1920

2021
# Or install via npm/pnpm/bun
@@ -426,6 +427,7 @@ Configure shell integration
426427
**Flags:**
427428
- `--install - Install the binary from a temp location to the system path`
428429
- `--method <value> - Installation method (curl, npm, pnpm, bun, yarn)`
430+
- `--channel <value> - Release channel to persist (stable or nightly)`
429431
- `--no-modify-path - Skip PATH modification`
430432
- `--no-completions - Skip shell completion installation`
431433
- `--no-agent-skills - Skip agent skill installation for AI coding assistants`
@@ -437,6 +439,7 @@ Update the Sentry CLI to the latest version
437439

438440
**Flags:**
439441
- `--check - Check for updates without installing`
442+
- `--force - Force upgrade even if already on the latest version`
440443
- `--method <value> - Installation method to use (curl, brew, npm, pnpm, bun, yarn)`
441444

442445
### Repo

0 commit comments

Comments
 (0)