Dashboard › cli › Distillation
8313ab9a-4b4c-4c5b-a32a-3dfde95ef77a["lore_tm_v1_LWD_IpqRh8wK6LN5Nw1E-EbuATcaNCMq0sOSaqfzvQU"]
skipRcUrlCheck references across /home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/sentryclirc.ts and /home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/command.ts./home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/command.ts, lines 548–549 compute skipRcUrlCheck as builderArgs.skipRcUrlCheck === true || builderArgs.auth === "dsn"./home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/command.ts, lines 816–817 explain that the .sentryclirc URL check was moved from boot into command execution so commands can opt out via skipRcUrlCheck; the check runs only when !skipRcUrlCheck && "cwd" in this./home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/sentryclirc.ts, lines 354 and 387 document command-aware .sentryclirc checking and identify auth login and auth logout as commands opting out with skipRcUrlCheck: true.