org
List the organizations you belong to and your role in each.
skillhub org handles organization management. Today it supports listing the
orgs you belong to and your role in each. Most org and member administration
lives in the dashboard — the CLI is intentionally thin here.
Synopsis
skillhub org listExamples
skillhub org listJSON output
With --json, the data object contains:
action— always"list".orgs[]— each{ org: { id, handle, displayName, avatarUrl, createdAt, viewerRole? (owner | admin | member | null) }, role: owner | admin | member }.
Every org you hold a membership in is listed, with role giving your org role in
each. The order is oldest membership first, so joining another org appends to the
list rather than reshuffling it.
Authenticated with a token restricted to a single
registry? org list returns an empty list rather
than an error: such a token carries no org authority, so your org handles and
roles stay invisible to it.