SkillHub

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 list

Examples

skillhub org list

JSON output

With --json, the data object contains:

  • action — always "list".
  • orgs[] — each { org: { id, handle, displayName, avatarUrl, createdAt }, role: owner | admin | member }.

On this page