# geni workspace list (/cli/workspace/list)



```sh
geni workspace list [flags]
```

Lists every workspace your account is a member of. The active workspace is marked with `*`.

## Output [#output]

```
  SLUG          NAME                   ROLE      MEMBERS
* acme          Acme Inc.              admin     12
  personal      Personal               owner     1
  client-co     ClientCo (consulting)  member    3
```

Switch with [`geni workspace switch <slug>`](/cli/workspace/switch).

## Flags [#flags]

| Flag     | Notes                    |
| -------- | ------------------------ |
| `--json` | Machine-readable output. |
