From 002d7a81d7f22694e93bbfc953043fa6f78ab4b5 Mon Sep 17 00:00:00 2001 From: Andrew Dawson Date: Thu, 7 Aug 2025 17:17:21 -0400 Subject: [PATCH 1/2] Update USAGE.md w/more clear relaunch instructions --- USAGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USAGE.md b/USAGE.md index 87d356d7..5bcea482 100644 --- a/USAGE.md +++ b/USAGE.md @@ -375,6 +375,8 @@ $ tw runs list --filter="*man/rnaseq-*" Run `tw runs relaunch -h` to view all the required and optional fields for relaunching a run in a workspace. +**TL;DR:** This is how you relaunch a run: `tw runs relaunch -i --workspace `. + ### Cancel a run Run `tw runs cancel -h` to view all the required and optional fields for canceling a run in a workspace. From 1d098985092686df1071bb40e04321710cc9be0f Mon Sep 17 00:00:00 2001 From: Andrew Dawson Date: Mon, 11 Aug 2025 12:31:25 -0400 Subject: [PATCH 2/2] Update USAGE.md Co-authored-by: Rob Newman <61608+robnewman@users.noreply.github.com> --- USAGE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 5bcea482..82f67aa4 100644 --- a/USAGE.md +++ b/USAGE.md @@ -375,7 +375,9 @@ $ tw runs list --filter="*man/rnaseq-*" Run `tw runs relaunch -h` to view all the required and optional fields for relaunching a run in a workspace. -**TL;DR:** This is how you relaunch a run: `tw runs relaunch -i --workspace `. +In the example below, we relaunch a run with ID `3S3KzAasBa4Bt3` in workspace `my-workspace`: +```console +tw runs relaunch -i 3S3KzAasBa4Bt3 -w my-workspace ### Cancel a run