Skip to content
Open
Changes from all commits
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
4 changes: 4 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
```console
```console

tw runs relaunch -i 3S3KzAasBa4Bt3 -w my-workspace

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