diff --git a/USAGE.md b/USAGE.md index 3c7df47f..d8fdcc32 100644 --- a/USAGE.md +++ b/USAGE.md @@ -395,6 +395,12 @@ $ 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. +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 Run `tw runs cancel -h` to view all the required and optional fields for canceling a run in a workspace.