# pw orgs ls

> Source: https://parallelworks.com/docs/cli/pw/orgs/ls

## pw orgs ls

List organizations

### Synopsis

The **pw orgs ls** command lists all organizations accessible to you.

```
pw orgs ls [flags]
```

### Examples

```
  # List all organizations
  pw orgs ls
  
  # List as JSON
  pw orgs ls -o json
  
  # List names only
  pw orgs ls -o list
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format (table, json, list) (default "table")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw orgs](/docs/cli/pw/orgs)	 - Manage organizations
