# `ghst tag`

Tag management for Ghost.

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

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