Runtime Commands
Credential issuance
Section titled “Credential issuance”jr-rpc issue-credential <capability>Examples:
jr-rpc issue-credential github.issues.writejr-rpc issue-credential sentry.apiConfig values
Section titled “Config values”jr-rpc config get <key>jr-rpc config set <key> <value>Examples:
jr-rpc config set github.repo getsentry/juniorjr-rpc config set sentry.org getsentryjr-rpc config set sentry.project my-projectOAuth lifecycle
Section titled “OAuth lifecycle”jr-rpc oauth-start sentryjr-rpc delete-token sentryOperational guidance
Section titled “Operational guidance”- Issue only the scope needed for the command you are running.
- Treat auth failures as actionable signals, not transient noise.
- Never expose provider token values in output.
Next step
Section titled “Next step”Apply these commands in GitHub Plugin or Sentry Plugin setup, then follow Reliability Runbooks when auth failures recur.