docs(error-tracking): Update CLI download URLs to stable endpoint#17331
Open
inkeep[bot] wants to merge 2 commits into
Open
docs(error-tracking): Update CLI download URLs to stable endpoint#17331inkeep[bot] wants to merge 2 commits into
inkeep[bot] wants to merge 2 commits into
Conversation
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 16 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 2:15 | warning | 'dSYMs' is a possible misspelling. | PostHogBase.Spelling |
| 12:252 | warning | 'Tracking's' is a possible misspelling. | PostHogBase.Spelling |
| 32:53 | warning | 'dSYMs' is a possible misspelling. | PostHogBase.Spelling |
| 49:30 | warning | 'Sandboxing' is a possible misspelling. | PostHogBase.Spelling |
| 51:48 | warning | 'Sandboxing' is a possible misspelling. | PostHogBase.Spelling |
| 56:18 | warning | 'Sandboxing' is a possible misspelling. | PostHogBase.Spelling |
| 65:4 | warning | 'symbolicate' is a possible misspelling. | PostHogBase.Spelling |
| 65:144 | warning | 'dSYMs' is a possible misspelling. | PostHogBase.Spelling |
| 116:112 | warning | Capitalize 'Error Tracking' for PostHog's product. Use 'error tracking' for the general industry concept. | PostHogBase.ProductNames |
| 158:11 | warning | 'uncheck' is a possible misspelling. | PostHogBase.Spelling |
| 166:15 | warning | Capitalize 'Error Tracking' for PostHog's product. Use 'error tracking' for the general industry concept. | PostHogBase.ProductNames |
| 182:5 | warning | 'Script fails with "error: posthog-cli not found"' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 182:31 | warning | Use 'PostHog' instead of 'posthog'. | Vale.Terms |
| 182:39 | warning | Use 'CLI' instead of 'cli'. | Vale.Terms |
| 198:5 | warning | 'dSYMs' is a possible misspelling. | PostHogBase.Spelling |
| 198:5 | warning | 'dSYMs not being generated' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
Contributor
|
Hey @cat-ph! This docs PR was generated for you by an agent. You're responsible for reviewing and merging it into production.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Updates CLI installation documentation to use the new stable download URL (
https://download.posthog.com/cli) instead of the old GitHub releases URL.Files updated:
contents/docs/error-tracking/_snippets/cli/download.mdxhttps://github.com/PostHog/posthog/releases/latest/download/posthog-cli-installer.shtohttps://download.posthog.com/clicontents/docs/error-tracking/upload-source-maps/ios.mdxapp.posthog.cominstead ofus.posthog.comper style guideContext
Related to PostHog/posthog#61896 which sets up a stable
posthog-cli-latestGitHub release alias and redirectsdownload.posthog.com/clito it. The old GitHub releases URL was not scoped to CLI releases, making the installer URL fragile as other releases are published.This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.