# `ghst label`

Label management for Ghost.

## Usage
```bash
ghst label [options] [command]
```

## Commands
- `list [options]`: List labels.
- `get [options] [id]`: Get a label by id or slug.
- `create [options]`: Create a label.
- `update [options] [id]`: Update a label by id or slug.
- `delete [options] <id>`: Delete a label.
- `bulk [options]`: Run bulk label operations.
