@@ -43,34 +43,16 @@ func actionsRun(opts ActionsOptions) {
4343
4444 %s
4545 gh run list: List recent workflow runs
46- gh run view: View details for a given workflow run
46+ gh run view: View details for a workflow run or one of its jobs
47+ gh run watch: Watch a workflow run while it executes
48+ gh run rerun: Rerun a failed workflow run
4749
4850 %s
49- gh job view: View details for a given job
51+ gh workflow list: List all the workflow files in your repository
52+ gh workflow enable: Enable a workflow file
53+ gh workflow disable: Disable a workflow file
54+ gh workflow run: Trigger a workflow_dispatch run for a workflow file
5055 ` ,
51- cs .Bold ("Working with runs" ),
52- cs .Bold ("Working with jobs within runs" )))
53- /*
54- fmt.Fprint(opts.IO.Out, heredoc.Docf(`
55- Welcome to GitHub Actions on the command line.
56-
57- %s
58- gh workflow list: List workflows in the current repository
59- gh workflow run: Kick off a workflow run
60- gh workflow init: Create a new workflow
61- gh workflow check: Check a workflow file for correctness
62-
63- %s
64- gh run list: List recent workflow runs
65- gh run view: View details for a given workflow run
66- gh run watch: Watch a streaming log for a workflow run
67-
68- %s
69- gh job view: View details for a given job
70- gh job run: Run a given job within a workflow
71- `,
72- cs.Bold("Working with workflows"),
73- cs.Bold("Working with runs"),
74- cs.Bold("Working with jobs within runs")))
75- */
56+ cs .Bold ("Interacting with workflow runs" ),
57+ cs .Bold ("Interacting with workflow files" )))
7658}
0 commit comments