From d36534cc9f124c24f3755cf1e4bd3609a39df1f4 Mon Sep 17 00:00:00 2001 From: Hinne Stolzenberg Date: Tue, 24 Mar 2026 12:13:07 +0100 Subject: [PATCH] docs: add atl issue link --list and --delete to CLI docs --- lib/llm/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/llm/index.js b/lib/llm/index.js index 69389ac..1252dc6 100644 --- a/lib/llm/index.js +++ b/lib/llm/index.js @@ -149,6 +149,8 @@ atl issue transition PROJ-1234 "Done" --field "Resolution=Fixed" # Transition w # Issue links atl issue link PROJ-1 PROJ-2 --type Blocks +atl issue link PROJ-1 --list # List links on an issue +atl issue link PROJ-1 --delete # Delete a link by ID atl issue link --list-types # List available link types # Web links