> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd link

> Link two issues with a dependency

Generated from `bd help --doc link`.

Link two issues with a dependency.

Shorthand for 'bd dep add \<id1> \<id2>'. By default creates a "blocks"
dependency (id2 blocks id1). Use --type to specify a different relationship.

Examples:
bd link bd-123 bd-456                    # bd-456 blocks bd-123
bd link bd-123 bd-456 --type related     # bd-123 related to bd-456
bd link bd-123 bd-456 --type parent-child

```
bd link <id1> <id2> [flags]
```

**Flags:**

```
  -t, --type string   Dependency type (blocks|tracks|related|parent-child|discovered-from) (default "blocks")
```
