1GH-CODESPACE-PORTS-VISIBILITY(1)GitHub CLI manuaGlH-CODESPACE-PORTS-VISIBILITY(1)
2
3
4
6 gh-codespace-ports-visibility - Change the visibility of the forwarded
7 port
8
9
10
12 gh codespace ports visibility <port>:{public|private|org}... [flags]
13
14
15
17 -c, --codespace <string>
18 Name of the codespace
19
20
21 -R, --repo <string>
22 Filter codespace selection by repository name (user/repo)
23
24
25 --repo-owner <string>
26 Filter codespace selection by repository owner (username or org)
27
28
29
31 gh codespace ports visibility 80:org 3000:private 8000:public
32
33
34
35
37 gh-codespace-ports(1)
38
39
40
41 Oct 2023 GH-CODESPACE-PORTS-VISIBILITY(1)