# pipeline

## Usage

```bash
bdy yaml pipeline [options]
```

## Options

| **Option** | **Description** |
| :--- | :--- |
| `--format <text|json>` | Output format: json, text. Default: text |
| `-h, --help` | display help for command |

## Examples

### Show pipeline schema and examples

```bash
bdy yaml pipeline
```

### The same schema as json

```bash
bdy yaml pipeline --format json
```


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