veirox org

Manage organizations

Synopsis

veirox org <subcommand> [args] [flags]

Description

Manage organizations

Subcommands

CommandDescription
veirox org info <org-slug-or-id>Show org detail
veirox org invitationsManage org invitations
veirox org listList organizations the current user belongs to
veirox org membersManage 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

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated โ€” run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also