Skip to content

Runtime Commands

Terminal window
jr-rpc issue-credential <capability>

Examples:

Terminal window
jr-rpc issue-credential github.issues.write
jr-rpc issue-credential sentry.api
Terminal window
jr-rpc config get <key>
jr-rpc config set <key> <value>

Examples:

Terminal window
jr-rpc config set github.repo getsentry/junior
jr-rpc config set sentry.org getsentry
jr-rpc config set sentry.project my-project
Terminal window
jr-rpc oauth-start sentry
jr-rpc delete-token sentry
  • 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.

Apply these commands in GitHub Plugin or Sentry Plugin setup, then follow Reliability Runbooks when auth failures recur.