diff --git a/USAGE.md b/USAGE.md index 87d356d7..82f67aa4 100644 --- a/USAGE.md +++ b/USAGE.md @@ -375,6 +375,10 @@ $ 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.