forge org list
List organisations (tenants) accessible with the current API key.
Command
forge org list
Arguments
None.
Flags
None.
Examples
forge org list
# → org_xxx My Company active
# → org_yyy Another Corp active
Errors
| Exit code | Meaning |
|---|---|
| 0 | Listed successfully |
| 1 | Auth failure |
Pitfalls
- Scope — only returns organisations (tenants) the API key has access to.
- No pagination — all accessible organisations are returned in a single response.
See also
{auto-injected}
Tested against
{auto-injected}