# validate

## Usage

```bash
bdy yaml validate [options] <file>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `file` | Path to YAML pipeline file (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-h, --help` | display help for command |

## Examples

### Validate a pipeline file

```bash
bdy yaml validate buddy.yml
```


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