Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <RUN_ID> --workspace <WORKSPACE_NAME>`.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you need a trailing ``` and newline to cleanly close off the console code block.

### Cancel a run

Run `tw runs cancel -h` to view all the required and optional fields for canceling a run in a workspace.
Expand Down
Loading