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 │└───────────────────────────────────┴──────────────────┘Aliases
Section titled “Aliases”The organizations command can also be invoked as:
enumctl orgs listenumctl org listUsing the organization ID
Section titled “Using the organization ID”The organization ID is needed when listing projects for a specific organization:
enumctl projects list --org-id <organization-id>