Skip to content

Projects

Projects belong to organizations and contain your infrastructure resources like Kubernetes clusters and object storage.

Terminal window
enumctl projects list

Lists projects you have access to. If a default organization is configured, the list is filtered to that organization unless you pass --org-id.

┌──────────────────────────────────┬──────────────────┬──────────────────┐
│ ID │ Name │ Organization │
├──────────────────────────────────┼──────────────────┼──────────────────┤
│ proj-01h85x2mm0t5zq8p9hsd3umwg4 │ production │ my-org │
│ proj-01kmyy47ynabkw0vq7bekg4e27 │ staging │ my-org │
└──────────────────────────────────┴──────────────────┴──────────────────┘
Terminal window
enumctl projects list --org-id <organization-id>
FlagDescription
--org-idFilter projects to a single organization (defaults to the configured organization)
Terminal window
enumctl projects select

Interactively pick a default project and save it to your local config. The picker respects the same organization filter as list.

Terminal window
enumctl projects members list

Lists all members of the current default project. To list members of a specific project:

Terminal window
enumctl projects members list --project-id <project-id>

The projects command can also be invoked as:

Terminal window
enumctl project list
enumctl projs list
enumctl proj list
enumctl project select