Dashboard › cli › Distillation
fbb011cb-1f09-44c4-8943-f2fcbe873cc3["lore_tm_v1_0hg8AVc96pmKI11wCumtv2rXHtxRsFiUftCPVkoSP-g"]
"curl" installation method for GitHub lookup, regardless of the current install method.sentry cli upgrade nightly as the command to βSwitch to nightly channel and update.β{ kind: "target", target: resolvedTarget, source } instead of { kind: "target", target }, propagating the resolved upgrade source with the target.executeUpgrade(method, target, downloadTag, offline, setMessage) to executeUpgrade(method, target, downloadTag, offline, setMessage, source).NIGHTLY_TAG only when channel === "nightly" and no specific versionArg was requested; a specific version argument uses its own tag.flags.check is true, return buildCheckResultWithChangelog(...) rather than performing an upgrade, because resolveTargetWithFallback can return kind: "target" for an offline check.getsentry/cli to the source-aware URL https://api.github.com/repos/${source.githubRepo}/commits?sha=main&since=${sinceDate}&until=${untilDate}&per_page=100.source = PRIMARY_UPGRADE_SOURCE as a default.NIGHTLY_VERSION_RE = /^[\d.]+(?:-\w+)?-dev\.(\d+)$/ for matching nightly versions in the format X.Y.Z-dev.<unix-seconds>.["features", "fixes", "performance"].