> ## Documentation Index
> Fetch the complete documentation index at: https://docs.porter.run/llms.txt
> Use this file to discover all available pages before exploring further.

# porter project

> List available Porter projects and view project details including collaborators, connected cloud accounts, and settings using the CLI

`porter project` contains commands for viewing and managing Porter projects.

## Prerequisites

* You've logged in to the Porter CLI after running [porter auth login](/standard/cli/command-reference/porter-auth)

***

## `porter project list`

List all projects that you have access to.

**Usage:**

```bash theme={null}
porter project list
```

<Tip>
  Use `porter config set-project` to switch between projects after listing them.
</Tip>

***

## Related Commands

* [porter config set-project](/standard/cli/command-reference/porter-config) - Set the active project
* [porter cluster list](/standard/cli/command-reference/porter-cluster) - List clusters in the current project
