Skip to content

feat: add install script for easy CLI installation#97

Merged
betegon merged 1 commit intomainfrom
feat/docs-npm-install
Jan 28, 2026
Merged

feat: add install script for easy CLI installation#97
betegon merged 1 commit intomainfrom
feat/docs-npm-install

Conversation

@betegon
Copy link
Copy Markdown
Member

@betegon betegon commented Jan 28, 2026

Add a second command box showing npm install -g sentry above the curl install command. Move "Read the docs" link to its own line below both commands. Update CommandBox component to make docsLink optional.

Add a second command box showing `npm install -g sentry` above the curl
install command. Move "Read the docs" link to its own line below both
commands. Update CommandBox component to make docsLink optional.
@betegon betegon merged commit 67984e3 into main Jan 28, 2026
8 checks passed
@betegon betegon deleted the feat/docs-npm-install branch January 28, 2026 21:10
@github-actions
Copy link
Copy Markdown
Contributor

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

Issue

  • Add workspace-scoped alias cache by BYK in #52
  • Add short ID aliases for multi-project support by BYK in #31

Other

  • (api) Align with gh api and curl conventions by BYK in #60
  • (auth) Add press 'c' to copy URL during login flow by betegon in #58
  • (commands) Rename get commands to view and add -w browser flag by BYK in #53
  • (install) Add install script served from docs site by betegon in #95
  • Add install script for easy CLI installation by betegon in #97
  • Added CLI Skill by MathurAditya724 in #69
  • Added span tree by MathurAditya724 in #86
  • New intro in CLI by MathurAditya724 in #84
  • Added footer formatting function by MathurAditya724 in #71
  • Add explain and plan commands (Seer AI) by MathurAditya724 in #39
  • Add Sentry SDK for error tracking and usage telemetry by BYK in #63

Bug Fixes 🐛

Issue

  • Support short ID aliases in explain and plan commands by BYK in #74
  • Use correct fallback for unrecognized alias-suffix inputs by BYK in #72
  • Handle cross-org project slug collisions in alias generation by BYK in #62
  • Use org-scoped endpoint for latest event + enhanced display by betegon in #40

Other

  • (api) Use query params for --field with GET requests by BYK in #59
  • (install) Use correct download URL without 'v' prefix by betegon in #94
  • (telemetry) Patch Sentry SDK to prevent 3-second exit delay by BYK in #85

Documentation 📚

  • (agents) Update AGENTS.md to reflect current codebase by betegon in #93
  • (issue) Update list command tips to reference view instead of get by BYK in #73
  • (readme) Add installation section by betegon in #65
  • Add documentation website by betegon in #77
  • Update command references from 'get' to 'view' and document -w flag by BYK in #54

Internal Changes 🔧

  • (issue) Extract shared parameters for issue commands by BYK in #79
  • (release) Fix changelog-preview permissions by BYK in #41
  • Rename config folder from .sentry-cli-next to .sentry by BYK in #50

Other

  • test(e2e): use mock HTTP server instead of live API by BYK in #78

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://getsentry.github.io/cli/pr-preview/pr-97/

Built to branch gh-pages at 2026-01-28 21:10 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.


.hero-docs-link:hover svg {
transform: translateX(2px);
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated CSS styles for docs link

Low Severity

The .hero-docs-link styles in custom.css are nearly identical to the existing .docs-link styles in CommandBox.astro. Both define the same display: flex, align-items: center, gap: 0.5rem, color, text-decoration, font-weight, font-size, transition, and hover effects. The only difference is margin-top: 0.5rem. This duplication increases maintenance burden and risks inconsistent styling if one is updated without the other.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant