1GH-CODESPACE-REBUILD(1) GitHub CLI manual GH-CODESPACE-REBUILD(1)
2
3
4
6 gh-codespace-rebuild - Rebuild a codespace
7
8
9
11 gh codespace rebuild [flags]
12
13
14
16 Rebuilding recreates your codespace. Your code and any current changes
17 will be preserved. Your codespace will be rebuilt using your working
18 directory's dev container. A full rebuild also removes cached Docker
19 images.
20
21
22
24 -c, --codespace <string>
25 Name of the codespace
26
27
28 --full perform a full rebuild
29
30
31 -R, --repo <string>
32 Filter codespace selection by repository name (user/repo)
33
34
35 --repo-owner <string>
36 Filter codespace selection by repository owner (username or org)
37
38
39
41 gh-codespace(1)
42
43
44
45 Oct 2023 GH-CODESPACE-REBUILD(1)