Skip to main content

Syntax

tracer dep remove <issue_id> <depends_on_id>

Parameters

issue_id
string
required
The issue ID that depends on another issue
depends_on_id
string
required
The issue ID that is depended on

Options

--json
boolean
Output result in JSON format

Examples

# Remove a dependency
tracer dep remove bd-2 bd-1

Output

Human-Readable Format

✓ Removed dependency: bd-2 --x--> bd-1

JSON Format

{
  "status": "removed"
}
This command removes the dependency relationship but does not delete the issues themselves.
If you’re not sure which dependencies exist, use tracer show <issue_id> to view all dependencies for an issue.

Build docs developers (and LLMs) love