1GH-REPO-DEPLOY-KEY-LIST(1) GitHub CLI manual GH-REPO-DEPLOY-KEY-LIST(1)
2
3
4
6 gh-repo-deploy-key-list - List deploy keys in a GitHub repository
7
8
9
11 gh repo deploy-key list [flags]
12
13
14
16 -q, --jq <expression>
17 Filter JSON output using a jq expression
18
19
20 --json <fields>
21 Output JSON with the specified fields
22
23
24 -t, --template <string>
25 Format JSON output using a Go template; see "gh help formatting"
26
27
28
30 -R, --repo <[HOST/]OWNER/REPO>
31 Select another repository using the [HOST/]OWNER/REPO format
32
33
34
36 gh-repo-deploy-key(1)
37
38
39
40 Oct 2023 GH-REPO-DEPLOY-KEY-LIST(1)