1GH-CODESPACE-PORTS(1) GitHub CLI manual GH-CODESPACE-PORTS(1)
2
3
4
6 gh-codespace-ports - List ports in a codespace
7
8
9
11 gh codespace ports [flags]
12
13
14
16 gh-codespace-ports-forward(1)
17 Forward ports
18
19
20 gh-codespace-ports-visibility(1)
21 Change the visibility of the forwarded port
22
23
24
26 -c, --codespace <string>
27 Name of the codespace
28
29
30 -q, --jq <expression>
31 Filter JSON output using a jq expression
32
33
34 --json <fields>
35 Output JSON with the specified fields
36
37
38 -R, --repo <string>
39 Filter codespace selection by repository name (user/repo)
40
41
42 --repo-owner <string>
43 Filter codespace selection by repository owner (username or org)
44
45
46 -t, --template <string>
47 Format JSON output using a Go template; see "gh help formatting"
48
49
50
52 gh-codespace(1)
53
54
55
56 Oct 2023 GH-CODESPACE-PORTS(1)