---
title: esc env ls | CLI commands
url: /docs/esc/cli/commands/esc_env_ls/
---

List environments.

## Synopsis

List environments

This command lists environments. All environments you have access to will be listed.

```
esc env ls [flags]
```

## Options

```
  -h, --help                  help for ls
  -o, --organization string   Filter returned environments to those in a specific organization
      --output string         output format: "text" (default) or "json" (default "text")
  -p, --project string        Filter returned environments to those in a specific project
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env](/docs/esc/cli/commands/esc_env/)	 - Manage environments


