bd link
Generated from bd help --doc link
bd 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")