-
Notifications
You must be signed in to change notification settings - Fork 11
Update USAGE.md w/more clear relaunch instructions #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
robnewman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing syntax and align with other examples
Co-authored-by: Rob Newman <[email protected]>
robnewman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved subject to very minor changes being incorporated.
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```console | |
| ```console |
| In the example below, we relaunch a run with ID `3S3KzAasBa4Bt3` in workspace `my-workspace`: | ||
| ```console | ||
| tw runs relaunch -i 3S3KzAasBa4Bt3 -w my-workspace | ||
|
|
There was a problem hiding this comment.
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.
No description provided.