File tree 2 files changed +3
-3
lines changed
docs/dev/cli/saucectl/imagerunner
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $ saucectl imagerunner logs <runID> [flags]
46
46
Tail the live log output from a running Sauce Orchestrate container.
47
47
48
48
``` bash
49
- saucectl imagerunner logs runID --live
49
+ saucectl imagerunner logs < runID> --live
50
50
```
51
51
52
52
</div >
@@ -61,7 +61,7 @@ The Sauce Labs region. Options are `us-west-1` (default) and `eu-central-1`.
61
61
** Shorthand:** ` -r <region> `
62
62
63
63
``` bash
64
- saucectl imagerunner logs runID --region us-west-1
64
+ saucectl imagerunner logs < runID> --region us-west-1
65
65
```
66
66
67
67
</div >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The Sauce Labs region. Options are `us-west-1` (default) and `eu-central-1`.
43
43
** Shorthand:** ` -r <region> `
44
44
45
45
``` bash
46
- saucectl imagerunner stop runID --region us-west-1
46
+ saucectl imagerunner stop < runID> --region us-west-1
47
47
```
48
48
49
49
</div >
You can’t perform that action at this time.
0 commit comments