forked from APACGAMONDE/Gift-Card-Trade-in
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgh-actions.1
67 lines (52 loc) · 1.41 KB
/
gh-actions.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.nh
.TH "gh" "1" "Jun 2021" "" ""
.SH NAME
.PP
gh\-actions \- Learn about working with GitHub actions
.SH SYNOPSIS
.PP
\fBgh actions [flags]\fP
.SH DESCRIPTION
.PP
Welcome to GitHub Actions on the command line.
.PP
GitHub CLI integrates with Actions to help you manage runs and workflows.
.PP
Interacting with workflow runs
.br
gh run list: List recent workflow runs
.br
gh run view: View details for a workflow run or one of its jobs
.br
gh run watch: Watch a workflow run while it executes
.br
gh run rerun: Rerun a failed workflow run
.br
gh run download: Download artifacts generated by runs
.PP
To see more help, run 'gh help run \&'
.PP
Interacting with workflow files
.br
gh workflow list: List all the workflow files in your repository
.br
gh workflow view: View details for a workflow file
.br
gh workflow enable: Enable a workflow file
.br
gh workflow disable: Disable a workflow file
.br
gh workflow run: Trigger a workflow\_dispatch run for a workflow file
.PP
To see more help, run 'gh help workflow \&'
.PP
For more in depth help including examples, see online documentation at:
https://docs.github.com/en/actions/guides/managing\-github\-actions\-with\-github\-cli
\[la]https://docs.github.com/en/actions/guides/managing-github-actions-with-github-cli\[ra]
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-help\fP[=false]
Show help for command
.SH SEE ALSO
.PP
\fBgh(1)\fP