Skip to main content

Usage

Output

Displays your current Toolshed session: the server URL, your user ID, and which OAuth providers are connected.
If no providers are connected:
If not logged in:

How it works

  1. Reads ~/.toolshed/config.json for the server URL and session token
  2. Calls GET /api/auth/connections?userId=<userId> on the Toolshed server
  3. Displays the results
If the server is unreachable, the command still shows the local config but notes that providers couldn’t be fetched.