# list

## Usage

```bash
bdy pipeline list|ls [options]
```

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `--page <number>` | Page number. Default: 1 (default: "1") |
| `--per-page <number>` | Items per page. Default: 10 (default: "10") |
| `--format <text|json>` | Output format: json, text. Default: text |
| `-h, --help` | display help for command |

## Examples

### ## pipeline list

```bash
bdy pip list
```

### ## pipeline list in json

```bash
bdy pip list --format json
```


---
Original source: https://buddy.works/docs/cli/pipeline/list