Skip to content

Organizations

Organizations are the top-level grouping in enum. Each organization contains one or more projects.

Terminal window
enumctl organizations list

Lists all organizations your account has access to.

┌───────────────────────────────────┬──────────────────┐
│ ID │ Name │
├───────────────────────────────────┼──────────────────┤
│ org-01h85x1kk0r3yp4n6gqd7smvf2 │ my-org │
└───────────────────────────────────┴──────────────────┘
Terminal window
enumctl organizations select

Interactively pick a default organization and save it to your local config. Project list and select use this as the default --org-id filter. You can also set it directly with enumctl config set organization <org-id>.

The organizations command can also be invoked as:

Terminal window
enumctl orgs list
enumctl org list
enumctl org select

Filter projects to a specific organization (overrides the configured default):

Terminal window
enumctl projects list --org-id <organization-id>