veirox org
Manage organizations
Synopsis
veirox org <subcommand> [args] [flags]
Description
Manage organizations
Subcommands
| Command | Description |
|---|---|
veirox org info <org-slug-or-id> | Show org detail |
veirox org invitations | Manage org invitations |
veirox org list | List organizations the current user belongs to |
veirox org members | Manage org members |
veirox org use <org-slug> | Set the active org for the current profile |
veirox org info <org-slug-or-id>
Show org detail
veirox org invitations
Manage org invitations
veirox org list
List organizations the current user belongs to
veirox org members
Manage org members
veirox org use <org-slug>
Set the active org for the current profile
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated โ run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |