Organizations
Organizations are the top-level grouping in enum. Each organization contains one or more projects.
List organizations
Section titled “List organizations”enumctl organizations listLists all organizations your account has access to.
┌───────────────────────────────────┬──────────────────┐│ ID │ Name │├───────────────────────────────────┼──────────────────┤│ org-01h85x1kk0r3yp4n6gqd7smvf2 │ my-org │└───────────────────────────────────┴──────────────────┘Select a default organization
Section titled “Select a default organization”enumctl organizations selectInteractively 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>.
Aliases
Section titled “Aliases”The organizations command can also be invoked as:
enumctl orgs listenumctl org listenumctl org selectUsing the organization ID
Section titled “Using the organization ID”Filter projects to a specific organization (overrides the configured default):
enumctl projects list --org-id <organization-id>